diff options
Diffstat (limited to 'maps/Route12SuperRodHouse.asm')
-rw-r--r-- | maps/Route12SuperRodHouse.asm | 42 |
1 files changed, 17 insertions, 25 deletions
diff --git a/maps/Route12SuperRodHouse.asm b/maps/Route12SuperRodHouse.asm index b16d6508e..2b84b5b46 100644 --- a/maps/Route12SuperRodHouse.asm +++ b/maps/Route12SuperRodHouse.asm @@ -1,12 +1,11 @@ -Route12SuperRodHouse_MapScriptHeader: ; 0x7f482 - ; trigger count +Route12SuperRodHouse_MapScriptHeader: +.MapTriggers: db 0 - ; callback count +.MapCallbacks: db 0 -; 0x7f484 -FishingGuruScript_0x7f484: ; 0x7f484 +FishingGuruScript_0x7f484: faceplayer loadfont checkevent EVENT_GOT_SUPER_ROD @@ -19,26 +18,24 @@ FishingGuruScript_0x7f484: ; 0x7f484 verbosegiveitem SUPER_ROD, 1 iffalse UnknownScript_0x7f4aa setevent EVENT_GOT_SUPER_ROD -UnknownScript_0x7f4a0: ; 0x7f4a0 +UnknownScript_0x7f4a0: writetext UnknownText_0x7f57c closetext loadmovesprites end -; 0x7f4a6 -UnknownScript_0x7f4a6: ; 0x7f4a6 +UnknownScript_0x7f4a6: writetext UnknownText_0x7f5ec closetext -UnknownScript_0x7f4aa: ; 0x7f4aa +UnknownScript_0x7f4aa: loadmovesprites end -; 0x7f4ac SuperRodHouseBookshelf: ; unused jumpstd picturebookshelf -UnknownText_0x7f4af: ; 0x7f4af +UnknownText_0x7f4af: text "I'm the FISHING" line "GURU's younger" cont "brother." @@ -52,9 +49,8 @@ UnknownText_0x7f4af: ; 0x7f4af para "So? I know I'm" line "right." done -; 0x7f52f -UnknownText_0x7f52f: ; 0x7f52f +UnknownText_0x7f52f: text "Yes, yes. Just as" line "I thought!" @@ -62,9 +58,8 @@ UnknownText_0x7f52f: ; 0x7f52f line "Take this--it's a" cont "SUPER ROD." done -; 0x7f57c -UnknownText_0x7f57c: ; 0x7f57c +UnknownText_0x7f57c: text "Try your hand at" line "fishing wherever" cont "there is water." @@ -75,30 +70,27 @@ UnknownText_0x7f57c: ; 0x7f57c para "#MON using" line "different RODS." done -; 0x7f5ec -UnknownText_0x7f5ec: ; 0x7f5ec +UnknownText_0x7f5ec: text "Huh? My own eyes" line "deceived me?" done -; 0x7f60b -Route12SuperRodHouse_MapEventHeader: ; 0x7f60b +Route12SuperRodHouse_MapEventHeader: ; filler db 0, 0 - ; warps +.Warps: db 2 warp_def $7, $2, 1, GROUP_ROUTE_12, MAP_ROUTE_12 warp_def $7, $3, 1, GROUP_ROUTE_12, MAP_ROUTE_12 - ; xy triggers +.XYTriggers: db 0 - ; signposts +.Signposts: db 0 - ; people-events +.PersonEvents: db 1 - person_event SPRITE_FISHING_GURU, 7, 9, $6, $0, 255, 255, $80, 0, FishingGuruScript_0x7f484, $ffff -; 0x7f628 + person_event SPRITE_FISHING_GURU, 7, 9, OW_UP | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, FishingGuruScript_0x7f484, -1 |