mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
e703b5ef48
Looks fine at a glance.
54 lines
1008 B
NASM
54 lines
1008 B
NASM
LavenderTownSpeechHouse_MapScriptHeader: ; 0x7ea45
|
|
; trigger count
|
|
db 0
|
|
|
|
; callback count
|
|
db 0
|
|
; 0x7ea47
|
|
|
|
PokefanFScript_0x7ea47: ; 0x7ea47
|
|
jumptextfaceplayer UnknownText_0x7ea4d
|
|
; 0x7ea4a
|
|
|
|
MapLavenderTownSpeechHouseSignpost1Script: ; 0x7ea4a
|
|
jumpstd $0002
|
|
; 0x7ea4d
|
|
|
|
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
|
|
signpost 1, 0, $0, MapLavenderTownSpeechHouseSignpost1Script
|
|
signpost 1, 1, $0, MapLavenderTownSpeechHouseSignpost1Script
|
|
|
|
; people-events
|
|
db 1
|
|
person_event SPRITE_POKEFAN_F, 7, 6, $7, $0, 255, 255, $90, 0, PokefanFScript_0x7ea47, $ffff
|
|
; 0x7eaeb
|
|
|