diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-28 17:47:31 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-28 17:47:31 -0500 |
commit | 0680bf99d30f8d290549ad5961985293f530acd9 (patch) | |
tree | c303b309cfdc04a1187cc7489c26f8f2e5b67fcc /maps/Route16Gate.asm | |
parent | 5a6e43e72ab8e7c505600cb7140eac97e5b8d2e1 (diff) |
Label more map scripts
Diffstat (limited to 'maps/Route16Gate.asm')
-rw-r--r-- | maps/Route16Gate.asm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/maps/Route16Gate.asm b/maps/Route16Gate.asm index 1c5aacc12..fb135e1b7 100644 --- a/maps/Route16Gate.asm +++ b/maps/Route16Gate.asm @@ -13,22 +13,22 @@ Route16Gate_MapScripts: Route16GateOfficerScript: jumptextfaceplayer Route16GateOfficerText -UnknownScript_0x733ed: +Route16GateBicycleCheck: checkitem BICYCLE - iffalse UnknownScript_0x733f3 + iffalse .NoBicycle end -UnknownScript_0x733f3: +.NoBicycle: showemote EMOTE_SHOCK, ROUTE16GATE_OFFICER, 15 turnobject PLAYER, UP opentext - writetext UnknownText_0x73496 + writetext Route16GateCannotPassText waitbutton closetext - applymovement PLAYER, MovementData_0x73405 + applymovement PLAYER, Route16GateCannotPassMovement end -MovementData_0x73405: +Route16GateCannotPassMovement: step RIGHT turn_head LEFT step_end @@ -48,7 +48,7 @@ Route16GateOfficerText: line "a ship or train." done -UnknownText_0x73496: +Route16GateCannotPassText: text "Hey! Whoa! Stop!" para "You can't go out" @@ -68,8 +68,8 @@ Route16Gate_MapEvents: warp_event 9, 5, ROUTE_16, 3 db 2 ; coord events - coord_event 5, 4, SCENE_DEFAULT, UnknownScript_0x733ed - coord_event 5, 5, SCENE_DEFAULT, UnknownScript_0x733ed + coord_event 5, 4, SCENE_DEFAULT, Route16GateBicycleCheck + coord_event 5, 5, SCENE_DEFAULT, Route16GateBicycleCheck db 0 ; bg events |