diff options
Diffstat (limited to 'maps/Route1718Gate.asm')
-rw-r--r-- | maps/Route1718Gate.asm | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/maps/Route1718Gate.asm b/maps/Route1718Gate.asm index e507fedb5..e55ecadb5 100644 --- a/maps/Route1718Gate.asm +++ b/maps/Route1718Gate.asm @@ -1,4 +1,4 @@ -Route1718Gate_MapScriptHeader: ; 0x73607 +Route1718Gate_MapScriptHeader: ; trigger count db 1 @@ -7,23 +7,19 @@ Route1718Gate_MapScriptHeader: ; 0x73607 ; callback count db 0 -; 0x7360d -UnknownScript_0x7360d: ; 0x7360d +UnknownScript_0x7360d: end -; 0x7360e -OfficerScript_0x7360e: ; 0x7360e +OfficerScript_0x7360e: jumptextfaceplayer UnknownText_0x7362c -; 0x73611 -UnknownScript_0x73611: ; 0x73611 +UnknownScript_0x73611: checkitem BICYCLE iffalse UnknownScript_0x73617 end -; 0x73617 -UnknownScript_0x73617: ; 0x73617 +UnknownScript_0x73617: showemote $0, $2, 15 spriteface $0, UP loadfont @@ -32,21 +28,18 @@ UnknownScript_0x73617: ; 0x73617 loadmovesprites applymovement $0, MovementData_0x73629 end -; 0x73629 -MovementData_0x73629: ; 0x73629 +MovementData_0x73629: step_right turn_head_left step_end -; 0x7362c -UnknownText_0x7362c: ; 0x7362c +UnknownText_0x7362c: text "CYCLING ROAD" line "Uphill Starts Here" done -; 0x7364d -UnknownText_0x7364d: ; 0x7364d +UnknownText_0x7364d: text "Hang on! Don't you" line "have a BICYCLE?" @@ -56,9 +49,8 @@ UnknownText_0x7364d: ; 0x7364d para "You have to have a" line "BICYCLE to go on." done -; 0x736b6 -Route1718Gate_MapEventHeader: ; 0x736b6 +Route1718Gate_MapEventHeader: ; filler db 0, 0 @@ -80,4 +72,3 @@ Route1718Gate_MapEventHeader: ; 0x736b6 ; people-events db 1 person_event SPRITE_OFFICER, 6, 9, $6, $0, 255, 255, $90, 0, OfficerScript_0x7360e, $ffff -; 0x736ed |