2015-06-25 21:01:08 -07:00
|
|
|
SafariZoneWardensHome_MapScriptHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; trigger count
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 0
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
WardensGranddaughter:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_TALKED_TO_WARDENS_GRANDDAUGHTER
|
2015-06-25 21:01:08 -07:00
|
|
|
iftrue .AlreadyMet
|
|
|
|
writetext WardensGranddaughterText1
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_TALKED_TO_WARDENS_GRANDDAUGHTER
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
2015-06-25 21:01:08 -07:00
|
|
|
.AlreadyMet
|
|
|
|
writetext WardensGranddaughterText2
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
WardenPhoto:
|
|
|
|
jumptext WardenPhotoText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
SafariZonePhoto:
|
|
|
|
jumptext SafariZonePhotoText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
WardensHomeBookshelf:
|
2015-06-23 13:21:54 -07:00
|
|
|
jumpstd picturebookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
WardensGranddaughterText1:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "My grandpa is the"
|
|
|
|
line "SAFARI ZONE WAR-"
|
|
|
|
cont "DEN."
|
|
|
|
|
|
|
|
para "At least he was…"
|
|
|
|
|
|
|
|
para "He decided to go"
|
|
|
|
line "on a vacation and"
|
|
|
|
|
|
|
|
para "took off overseas"
|
|
|
|
line "all by himself."
|
|
|
|
|
|
|
|
para "He quit running"
|
|
|
|
line "SAFARI ZONE just"
|
|
|
|
cont "like that."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
WardensGranddaughterText2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Many people were"
|
|
|
|
line "disappointed that"
|
|
|
|
|
|
|
|
para "SAFARI ZONE closed"
|
|
|
|
line "down, but Grandpa"
|
|
|
|
cont "is so stubborn…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
WardenPhotoText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It's a photo of a"
|
|
|
|
line "grinning old man"
|
|
|
|
|
|
|
|
para "who's surrounded"
|
|
|
|
line "by #MON."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
SafariZonePhotoText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It's a photo of a"
|
|
|
|
line "huge grassy plain"
|
|
|
|
|
|
|
|
para "with rare #MON"
|
|
|
|
line "frolicking in it."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
SafariZoneWardensHome_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 2
|
|
|
|
warp_def $7, $2, 6, GROUP_FUCHSIA_CITY, MAP_FUCHSIA_CITY
|
|
|
|
warp_def $7, $3, 6, GROUP_FUCHSIA_CITY, MAP_FUCHSIA_CITY
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 4
|
2015-06-25 21:01:08 -07:00
|
|
|
signpost 1, 0, $0, WardensHomeBookshelf
|
|
|
|
signpost 1, 1, $0, WardensHomeBookshelf
|
|
|
|
signpost 0, 7, $0, WardenPhoto
|
|
|
|
signpost 0, 9, $0, SafariZonePhoto
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 1
|
2015-06-25 21:01:08 -07:00
|
|
|
person_event SPRITE_LASS, 8, 6, $9, $0, 255, 255, $a0, 0, WardensGranddaughter, $ffff
|