pokecrystal-board/maps/SafariZoneWardensHome.asm

94 lines
1.8 KiB
NASM
Raw Normal View History

object_const_def ; object_event constants
2015-11-26 21:22:14 -08:00
const SAFARIZONEWARDENSHOME_LASS
SafariZoneWardensHome_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
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 PictureBookshelfScript
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
SafariZoneWardensHome_MapEvents:
db 0, 0 ; filler
db 2 ; warp events
2018-02-01 19:22:07 -08:00
warp_event 2, 7, FUCHSIA_CITY, 6
warp_event 3, 7, FUCHSIA_CITY, 6
db 0 ; coord events
db 4 ; bg events
2018-02-01 19:22:07 -08:00
bg_event 0, 1, BGEVENT_READ, WardensHomeBookshelf
bg_event 1, 1, BGEVENT_READ, WardensHomeBookshelf
bg_event 7, 0, BGEVENT_READ, WardenPhoto
bg_event 9, 0, BGEVENT_READ, SafariZonePhoto
db 1 ; object events
2018-02-01 19:22:07 -08:00
object_event 2, 4, SPRITE_LASS, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, WardensGranddaughter, -1