diff options
Diffstat (limited to 'maps/CeladonDeptStore6F.asm')
-rw-r--r-- | maps/CeladonDeptStore6F.asm | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/maps/CeladonDeptStore6F.asm b/maps/CeladonDeptStore6F.asm index 88f6b756e..256b8541f 100644 --- a/maps/CeladonDeptStore6F.asm +++ b/maps/CeladonDeptStore6F.asm @@ -3,7 +3,7 @@ const_value set 2 const CELADONDEPTSTORE6F_YOUNGSTER CeladonDeptStore6F_MapScriptHeader: -.MapTriggers: +.SceneScripts: db 0 .MapCallbacks: @@ -156,19 +156,19 @@ CeladonDeptStore6F_MapEventHeader: warp_def $0, $f, 2, CELADON_DEPT_STORE_5F warp_def $0, $2, 1, CELADON_DEPT_STORE_ELEVATOR -.XYTriggers: +.CoordEvents: db 0 -.Signposts: +.BGEvents: db 6 - signpost 0, 14, SIGNPOST_READ, CeladonDeptStore6FDirectory - signpost 0, 3, SIGNPOST_READ, CeladonDeptStore1FElevatorButton - signpost 1, 8, SIGNPOST_UP, CeladonDeptStore6FVendingMachine - signpost 1, 9, SIGNPOST_UP, CeladonDeptStore6FVendingMachine - signpost 1, 10, SIGNPOST_UP, CeladonDeptStore6FVendingMachine - signpost 1, 11, SIGNPOST_UP, CeladonDeptStore6FVendingMachine - -.PersonEvents: + bg_event 0, 14, BGEVENT_READ, CeladonDeptStore6FDirectory + bg_event 0, 3, BGEVENT_READ, CeladonDeptStore1FElevatorButton + bg_event 1, 8, BGEVENT_UP, CeladonDeptStore6FVendingMachine + bg_event 1, 9, BGEVENT_UP, CeladonDeptStore6FVendingMachine + bg_event 1, 10, BGEVENT_UP, CeladonDeptStore6FVendingMachine + bg_event 1, 11, BGEVENT_UP, CeladonDeptStore6FVendingMachine + +.ObjectEvents: db 2 - person_event SPRITE_SUPER_NERD, 2, 9, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, CeladonDeptStore6FSuperNerdScript, -1 - person_event SPRITE_YOUNGSTER, 5, 12, SPRITEMOVEDATA_WANDER, 1, 2, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, CeladonDeptStore6FYoungsterScript, -1 + object_event SPRITE_SUPER_NERD, 2, 9, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CeladonDeptStore6FSuperNerdScript, -1 + object_event SPRITE_YOUNGSTER, 5, 12, SPRITEMOVEDATA_WANDER, 1, 2, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, CeladonDeptStore6FYoungsterScript, -1 |