pokecrystal-board/maps/ElmsHouse.asm
2015-07-13 00:18:01 -04:00

104 lines
1.7 KiB
NASM

ElmsHouse_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
ElmsWife:
jumptextfaceplayer ElmsWifeText
ElmsSon:
jumptextfaceplayer ElmsSonText
ElmsHousePC:
jumptext ElmsHousePCText
ElmsHouseBookshelf:
jumpstd difficultbookshelf
ElmsWifeText:
text "Hi, <PLAY_G>! My"
line "husband's always"
para "so busy--I hope"
line "he's OK."
para "When he's caught"
line "up in his #MON"
para "research, he even"
line "forgets to eat."
done
ElmsSonText:
text "When I grow up,"
line "I'm going to help"
cont "my dad!"
para "I'm going to be a"
line "great #MON"
cont "professor!"
done
ElmsHouseLabFoodText:
; unused
text "There's some food"
line "here. It must be"
cont "for the LAB."
done
ElmsHousePokemonFoodText:
; unused
text "There's some food"
line "here. This must be"
cont "for #MON."
done
ElmsHousePCText:
text "#MON. Where do"
line "they come from? "
para "Where are they"
line "going?"
para "Why has no one"
line "ever witnessed a"
cont "#MON's birth?"
para "I want to know! I"
line "will dedicate my"
para "life to the study"
line "of #MON!"
para "…"
para "It's a part of"
line "PROF.ELM's re-"
cont "search papers."
done
ElmsHouse_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $7, $2, 4, GROUP_NEW_BARK_TOWN, MAP_NEW_BARK_TOWN
warp_def $7, $3, 4, GROUP_NEW_BARK_TOWN, MAP_NEW_BARK_TOWN
; xy triggers
db 0
; signposts
db 3
signpost 1, 0, $0, ElmsHousePC
signpost 1, 6, $0, ElmsHouseBookshelf
signpost 1, 7, $0, ElmsHouseBookshelf
; people-events
db 2
person_event SPRITE_TEACHER, 9, 5, $4, $10, 255, 255, $a0, 0, ElmsWife, -1
person_event SPRITE_BUG_CATCHER, 8, 9, $7, $0, 255, 255, $0, 0, ElmsSon, -1