pokecrystal-board/maps/SafariZoneWardensHome.asm

101 lines
1.8 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const SAFARIZONEWARDENSHOME_LASS
2015-06-25 21:01:08 -07:00
SafariZoneWardensHome_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-06-25 21:01:08 -07:00
WardensGranddaughter:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
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
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2013-09-24 00:48:58 -07:00
setevent EVENT_TALKED_TO_WARDENS_GRANDDAUGHTER
end
.AlreadyMet:
2015-06-25 21:01:08 -07:00
writetext WardensGranddaughterText2
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-06-25 21:01:08 -07:00
WardenPhoto:
jumptext WardenPhotoText
2015-06-25 21:01:08 -07:00
SafariZonePhoto:
jumptext SafariZonePhotoText
2015-06-25 21:01:08 -07:00
WardensHomeBookshelf:
jumpstd picturebookshelf
2015-06-25 21:01:08 -07:00
WardensGranddaughterText1:
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
2015-06-25 21:01:08 -07:00
WardensGranddaughterText2:
text "Many people were"
line "disappointed that"
para "SAFARI ZONE closed"
line "down, but Grandpa"
cont "is so stubborn…"
done
2015-06-25 21:01:08 -07:00
WardenPhotoText:
text "It's a photo of a"
line "grinning old man"
para "who's surrounded"
line "by #MON."
done
2015-06-25 21:01:08 -07:00
SafariZonePhotoText:
text "It's a photo of a"
line "huge grassy plain"
para "with rare #MON"
line "frolicking in it."
done
2015-06-25 21:01:08 -07:00
SafariZoneWardensHome_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $7, $2, 6, FUCHSIA_CITY
warp_def $7, $3, 6, FUCHSIA_CITY
.XYTriggers:
db 0
.Signposts:
db 4
signpost 1, 0, SIGNPOST_READ, WardensHomeBookshelf
signpost 1, 1, SIGNPOST_READ, WardensHomeBookshelf
signpost 0, 7, SIGNPOST_READ, WardenPhoto
signpost 0, 9, SIGNPOST_READ, SafariZonePhoto
.PersonEvents:
db 1
2017-12-10 17:50:08 -08:00
person_event SPRITE_LASS, 4, 2, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, WardensGranddaughter, -1