pokecrystal-board/maps/PewterSnoozeSpeechHouse.asm

43 lines
877 B
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const PEWTERSNOOZESPEECHHOUSE_GRAMPS
PewterSnoozeSpeechHouse_MapScripts:
.SceneScripts:
db 0
.MapCallbacks:
db 0
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:
; filler
db 0, 0
.Warps:
db 2
warp_def 2, 7, 5, PEWTER_CITY
warp_def 3, 7, 5, PEWTER_CITY
.CoordEvents:
db 0
.BGEvents:
db 2
bg_event 0, 1, BGEVENT_READ, PewterSnoozeSpeechHouseBookshelf
bg_event 1, 1, BGEVENT_READ, PewterSnoozeSpeechHouseBookshelf
.ObjectEvents:
db 1
object_event 5, 3, SPRITE_GRAMPS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, PewterSnoozeSpeechHouseGrampsScript, -1