Added labels to different parts of the map script and event headers
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
CeladonDeptStore5F_MapScriptHeader:
|
||||
; trigger count
|
||||
.MapTriggers:
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
.MapCallbacks:
|
||||
db 0
|
||||
|
||||
ClerkScript_0x71004:
|
||||
@@ -68,21 +68,21 @@ CeladonDeptStore5F_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
; warps
|
||||
.Warps:
|
||||
db 3
|
||||
warp_def $0, $c, 1, GROUP_CELADON_DEPT_STORE_4F, MAP_CELADON_DEPT_STORE_4F
|
||||
warp_def $0, $f, 1, GROUP_CELADON_DEPT_STORE_6F, MAP_CELADON_DEPT_STORE_6F
|
||||
warp_def $0, $2, 1, GROUP_CELADON_DEPT_STORE_ELEVATOR, MAP_CELADON_DEPT_STORE_ELEVATOR
|
||||
|
||||
; xy triggers
|
||||
.XYTriggers:
|
||||
db 0
|
||||
|
||||
; signposts
|
||||
.Signposts:
|
||||
db 2
|
||||
signpost 0, 14, SIGNPOST_READ, CeladonDeptStore5FDirectory
|
||||
signpost 0, 3, SIGNPOST_READ, CeladonDeptStore5FElevatorButton
|
||||
|
||||
; people-events
|
||||
.PersonEvents:
|
||||
db 5
|
||||
person_event SPRITE_CLERK, 9, 11, OW_UP | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ClerkScript_0x71004, -1
|
||||
person_event SPRITE_CLERK, 9, 12, OW_UP | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ClerkScript_0x7100c, -1
|
||||
|
Reference in New Issue
Block a user