pokecrystal-board/maps/SilverCavePokeCenter1F.asm
yenatch e703b5ef48 Text macros in maps/.
Looks fine at a glance.
2014-03-06 00:29:44 -05:00

54 lines
1.0 KiB
NASM

SilverCavePokeCenter1F_MapScriptHeader: ; 0x1ae598
; trigger count
db 0
; callback count
db 0
; 0x1ae59a
NurseScript_0x1ae59a: ; 0x1ae59a
jumpstd $0000
; 0x1ae59d
GrannyScript_0x1ae59d: ; 0x1ae59d
jumptextfaceplayer UnknownText_0x1ae5a0
; 0x1ae5a0
UnknownText_0x1ae5a0: ; 0x1ae5a0
text "Trainers who seek"
line "power climb MT."
para "SILVER despite its"
line "many dangers…"
para "With their trusted"
line "#MON, they must"
para "feel they can go"
line "anywhere…"
done
; 0x1ae622
SilverCavePokeCenter1F_MapEventHeader: ; 0x1ae622
; filler
db 0, 0
; warps
db 3
warp_def $7, $3, 1, GROUP_SILVER_CAVE_OUTSIDE, MAP_SILVER_CAVE_OUTSIDE
warp_def $7, $4, 1, GROUP_SILVER_CAVE_OUTSIDE, MAP_SILVER_CAVE_OUTSIDE
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
; xy triggers
db 0
; signposts
db 0
; people-events
db 2
person_event SPRITE_NURSE, 5, 7, $6, $0, 255, 255, $0, 0, NurseScript_0x1ae59a, $ffff
person_event SPRITE_GRANNY, 9, 5, $8, $12, 255, 255, $0, 0, GrannyScript_0x1ae59d, $ffff
; 0x1ae651