pokecrystal-board/maps/LavenderTownSpeechHouse.asm

48 lines
888 B
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
LavenderTownSpeechHouse_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-07-10 01:45:35 -07:00
PokefanFScript_0x7ea47:
jumptextfaceplayer UnknownText_0x7ea4d
2015-06-25 21:01:08 -07:00
LavenderTownSpeechHouseBookshelf:
jumpstd picturebookshelf
2015-07-10 01:45:35 -07:00
UnknownText_0x7ea4d:
text "LAVENDER is a"
line "tiny, quiet town"
para "at the foot of the"
line "mountains."
para "It's gotten a bit"
line "busier since the"
para "RADIO TOWER was"
line "built."
done
2015-07-10 01:45:35 -07:00
LavenderTownSpeechHouse_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $7, $2, 3, GROUP_LAVENDER_TOWN, MAP_LAVENDER_TOWN
warp_def $7, $3, 3, GROUP_LAVENDER_TOWN, MAP_LAVENDER_TOWN
; xy triggers
db 0
; signposts
db 2
2015-06-25 21:01:08 -07:00
signpost 1, 0, $0, LavenderTownSpeechHouseBookshelf
signpost 1, 1, $0, LavenderTownSpeechHouseBookshelf
; people-events
db 1
2015-07-12 21:16:35 -07:00
person_event SPRITE_POKEFAN_F, 7, 6, $7, $0, 255, 255, $90, 0, PokefanFScript_0x7ea47, -1