pokecrystal-board/maps/LavenderTownSpeechHouse.asm

52 lines
971 B
NASM
Raw Normal View History

LavenderTownSpeechHouse_MapScriptHeader: ; 0x7ea45
; trigger count
db 0
; callback count
db 0
; 0x7ea47
2013-07-12 14:06:11 -07:00
PokefanFScript_0x7ea47: ; 0x7ea47
jumptextfaceplayer UnknownText_0x7ea4d
; 0x7ea4a
2015-06-25 21:01:08 -07:00
LavenderTownSpeechHouseBookshelf:
jumpstd picturebookshelf
UnknownText_0x7ea4d: ; 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
; 0x7eac4
LavenderTownSpeechHouse_MapEventHeader: ; 0x7eac4
; 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
2013-07-12 14:06:11 -07:00
person_event SPRITE_POKEFAN_F, 7, 6, $7, $0, 255, 255, $90, 0, PokefanFScript_0x7ea47, $ffff
; 0x7eaeb