diff options
Diffstat (limited to 'maps/SafariZoneWardensHome.asm')
-rw-r--r-- | maps/SafariZoneWardensHome.asm | 54 |
1 files changed, 21 insertions, 33 deletions
diff --git a/maps/SafariZoneWardensHome.asm b/maps/SafariZoneWardensHome.asm index a6c92f962..2e3cb0c69 100644 --- a/maps/SafariZoneWardensHome.asm +++ b/maps/SafariZoneWardensHome.asm @@ -1,43 +1,36 @@ -SafariZoneWardensHome_MapScriptHeader: ; 0x1965c4 +SafariZoneWardensHome_MapScriptHeader: ; trigger count db 0 ; callback count db 0 -; 0x1965c6 -LassScript_0x1965c6: ; 0x1965c6 +WardensGranddaughter: faceplayer loadfont checkevent EVENT_TALKED_TO_WARDENS_GRANDDAUGHTER - iftrue UnknownScript_0x1965d7 - writetext UnknownText_0x1965e6 + iftrue .AlreadyMet + writetext WardensGranddaughterText1 closetext loadmovesprites setevent EVENT_TALKED_TO_WARDENS_GRANDDAUGHTER end -; 0x1965d7 - -UnknownScript_0x1965d7: ; 0x1965d7 - writetext UnknownText_0x196691 +.AlreadyMet + writetext WardensGranddaughterText2 closetext loadmovesprites end -; 0x1965dd -MapSafariZoneWardensHomeSignpost2Script: ; 0x1965dd - jumptext UnknownText_0x1966ea -; 0x1965e0 +WardenPhoto: + jumptext WardenPhotoText -MapSafariZoneWardensHomeSignpost3Script: ; 0x1965e0 - jumptext UnknownText_0x196726 -; 0x1965e3 +SafariZonePhoto: + jumptext SafariZonePhotoText -MapSafariZoneWardensHomeSignpost1Script: ; 0x1965e3 +WardensHomeBookshelf: jumpstd picturebookshelf -; 0x1965e6 -UnknownText_0x1965e6: ; 0x1965e6 +WardensGranddaughterText1: text "My grandpa is the" line "SAFARI ZONE WAR-" cont "DEN." @@ -54,9 +47,8 @@ UnknownText_0x1965e6: ; 0x1965e6 line "SAFARI ZONE just" cont "like that." done -; 0x196691 -UnknownText_0x196691: ; 0x196691 +WardensGranddaughterText2: text "Many people were" line "disappointed that" @@ -64,27 +56,24 @@ UnknownText_0x196691: ; 0x196691 line "down, but Grandpa" cont "is so stubborn…" done -; 0x1966ea -UnknownText_0x1966ea: ; 0x1966ea +WardenPhotoText: text "It's a photo of a" line "grinning old man" para "who's surrounded" line "by #MON." done -; 0x196726 -UnknownText_0x196726: ; 0x196726 +SafariZonePhotoText: text "It's a photo of a" line "huge grassy plain" para "with rare #MON" line "frolicking in it." done -; 0x19676b -SafariZoneWardensHome_MapEventHeader: ; 0x19676b +SafariZoneWardensHome_MapEventHeader: ; filler db 0, 0 @@ -98,12 +87,11 @@ SafariZoneWardensHome_MapEventHeader: ; 0x19676b ; signposts db 4 - signpost 1, 0, $0, MapSafariZoneWardensHomeSignpost1Script - signpost 1, 1, $0, MapSafariZoneWardensHomeSignpost1Script - signpost 0, 7, $0, MapSafariZoneWardensHomeSignpost2Script - signpost 0, 9, $0, MapSafariZoneWardensHomeSignpost3Script + signpost 1, 0, $0, WardensHomeBookshelf + signpost 1, 1, $0, WardensHomeBookshelf + signpost 0, 7, $0, WardenPhoto + signpost 0, 9, $0, SafariZonePhoto ; people-events db 1 - person_event SPRITE_LASS, 8, 6, $9, $0, 255, 255, $a0, 0, LassScript_0x1965c6, $ffff -; 0x19679c + person_event SPRITE_LASS, 8, 6, $9, $0, 255, 255, $a0, 0, WardensGranddaughter, $ffff |