pokecrystal-board/maps/PewterSnoozeSpeechHouse.asm

36 lines
901 B
NASM
Raw Normal View History

2018-01-31 08:38:45 -08:00
const_def 2 ; object constants
2015-11-26 21:22:14 -08:00
const PEWTERSNOOZESPEECHHOUSE_GRAMPS
PewterSnoozeSpeechHouse_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
2017-12-17 16:48:04 -08:00
PewterSnoozeSpeechHouseGrampsScript:
jumptextfaceplayer PewterSnoozeSpeechHouseGrampsText
2015-06-25 21:01:08 -07:00
PewterSnoozeSpeechHouseBookshelf:
jumpstd picturebookshelf
2017-12-17 16:48:04 -08:00
PewterSnoozeSpeechHouseGrampsText:
text "I like snoozing"
line "with the radio on…"
cont "…Zzzz…"
done
PewterSnoozeSpeechHouse_MapEvents:
db 0, 0 ; filler
db 2 ; warp events
2018-02-01 18:54:00 -08:00
warp_event 2, 7, PEWTER_CITY, 5
warp_event 3, 7, PEWTER_CITY, 5
db 0 ; coord events
db 2 ; bg events
bg_event 0, 1, BGEVENT_READ, PewterSnoozeSpeechHouseBookshelf
bg_event 1, 1, BGEVENT_READ, PewterSnoozeSpeechHouseBookshelf
db 1 ; object events
object_event 5, 3, SPRITE_GRAMPS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, PewterSnoozeSpeechHouseGrampsScript, -1