pokecrystal-board/maps/MahoganyPokeCenter1F.asm

72 lines
1.5 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
MahoganyPokeCenter1F_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-07-10 01:45:35 -07:00
NurseScript_0x19a356:
jumpstd pokecenternurse
2015-07-10 01:45:35 -07:00
PokefanMScript_0x19a359:
jumptextfaceplayer UnknownText_0x19a362
2015-07-10 01:45:35 -07:00
YoungsterScript_0x19a35c:
jumptextfaceplayer UnknownText_0x19a3b3
2015-07-10 01:45:35 -07:00
CooltrainerFScript_0x19a35f:
jumptextfaceplayer UnknownText_0x19a418
2015-07-10 01:45:35 -07:00
UnknownText_0x19a362:
text "What's this? TEAM"
line "ROCKET has come"
cont "back?"
para "I saw some men in"
line "black at LAKE OF"
cont "RAGEā€¦"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19a3b3:
text "I stop my #MON"
line "from evolving too"
cont "early."
para "I make them learn"
line "certain moves be-"
cont "fore I let them"
cont "evolve."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19a418:
text "#MON do become"
line "stronger when they"
para "evolve, but they"
line "also learn moves"
cont "more slowly."
done
2015-07-10 01:45:35 -07:00
MahoganyPokeCenter1F_MapEventHeader:
; filler
db 0, 0
; warps
db 3
warp_def $7, $3, 4, GROUP_MAHOGANY_TOWN, MAP_MAHOGANY_TOWN
warp_def $7, $4, 4, GROUP_MAHOGANY_TOWN, MAP_MAHOGANY_TOWN
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
; xy triggers
db 0
; signposts
db 0
; people-events
db 4
2013-07-12 14:06:11 -07:00
person_event SPRITE_NURSE, 5, 7, $6, $0, 255, 255, $0, 0, NurseScript_0x19a356, $ffff
person_event SPRITE_POKEFAN_M, 6, 11, $2, $11, 255, 255, $80, 0, PokefanMScript_0x19a359, $ffff
person_event SPRITE_YOUNGSTER, 7, 5, $9, $0, 255, 255, $a0, 0, YoungsterScript_0x19a35c, $ffff
person_event SPRITE_COOLTRAINER_F, 7, 6, $8, $0, 255, 255, $0, 0, CooltrainerFScript_0x19a35f, $ffff