You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Trim address comments from maps.
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
GoldenrodDeptStoreElevator_MapScriptHeader: ; 0x56697
|
||||
GoldenrodDeptStoreElevator_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x56699
|
||||
|
||||
MapGoldenrodDeptStoreElevatorSignpost0Script: ; 0x56699
|
||||
MapGoldenrodDeptStoreElevatorSignpost0Script:
|
||||
loadfont
|
||||
elevator Elevator_0x566e0
|
||||
loadmovesprites
|
||||
@@ -28,28 +27,24 @@ UnknownScript_0x566c1: ;0x566c1
|
||||
clearevent $0305
|
||||
clearevent $0306
|
||||
end
|
||||
; 0x566cb
|
||||
|
||||
UnknownScript_0x566cb: ; 0x566cb
|
||||
UnknownScript_0x566cb:
|
||||
clearevent $0304
|
||||
setevent $0305
|
||||
clearevent $0306
|
||||
end
|
||||
; 0x566d5
|
||||
|
||||
UnknownScript_0x566d5: ; 0x566d5
|
||||
UnknownScript_0x566d5:
|
||||
clearevent $0304
|
||||
clearevent $0305
|
||||
setevent $0306
|
||||
end
|
||||
; 0x566df
|
||||
|
||||
UnknownScript_0x566df: ; 0x566df
|
||||
UnknownScript_0x566df:
|
||||
end
|
||||
; 0x566e0
|
||||
|
||||
|
||||
Elevator_0x566e0: ; 0x566e0
|
||||
Elevator_0x566e0:
|
||||
db 7 ; floors
|
||||
db _B1F, 2, GROUP_GOLDENROD_DEPT_STORE_B1F, MAP_GOLDENROD_DEPT_STORE_B1F
|
||||
db _1F, 4, GROUP_GOLDENROD_DEPT_STORE_1F, MAP_GOLDENROD_DEPT_STORE_1F
|
||||
@@ -59,10 +54,9 @@ Elevator_0x566e0: ; 0x566e0
|
||||
db _5F, 3, GROUP_GOLDENROD_DEPT_STORE_5F, MAP_GOLDENROD_DEPT_STORE_5F
|
||||
db _6F, 2, GROUP_GOLDENROD_DEPT_STORE_6F, MAP_GOLDENROD_DEPT_STORE_6F
|
||||
db $ff ; end
|
||||
; 0x566fe
|
||||
|
||||
|
||||
GoldenrodDeptStoreElevator_MapEventHeader: ; 0x566fe
|
||||
GoldenrodDeptStoreElevator_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@@ -80,4 +74,3 @@ GoldenrodDeptStoreElevator_MapEventHeader: ; 0x566fe
|
||||
|
||||
; people-events
|
||||
db 0
|
||||
; 0x56713
|
||||
|
||||
Reference in New Issue
Block a user