pokecrystal-board/maps/CeruleanPokeCenter1F.asm

81 lines
1.6 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
CeruleanPokeCenter1F_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-07-10 01:45:35 -07:00
NurseScript_0x18820f:
jumpstd pokecenternurse
2015-07-10 01:45:35 -07:00
SuperNerdScript_0x188212:
special Function10630f
iftrue UnknownScript_0x18821b
jumptextfaceplayer UnknownText_0x188221
2015-07-10 01:45:35 -07:00
UnknownScript_0x18821b:
jumptextfaceplayer UnknownText_0x18828c
2015-07-10 01:45:35 -07:00
GymGuyScript_0x18821e:
jumptextfaceplayer UnknownText_0x1882ff
2015-07-10 01:45:35 -07:00
UnknownText_0x188221:
text "For battles, I'd"
line "much rather use"
para "#MON I've been"
line "raising, even if"
para "they're weaker"
line "than some newly"
cont "caught #MON."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x18828c:
text "Do you battle by"
line "mobile phone?"
para "If time runs out"
line "during a battle,"
para "waiting to see who"
line "won is really"
cont "nerve wracking."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x1882ff:
text "The MAGNET TRAIN"
line "travels at over"
para "340 mph. It goes"
line "between KANTO and"
para "JOHTO in almost no"
line "time at all."
para "It really makes"
line "JOHTO accessible."
done
2015-07-10 01:45:35 -07:00
CeruleanPokeCenter1F_MapEventHeader:
; filler
db 0, 0
; warps
db 3
warp_def $7, $3, 4, GROUP_CERULEAN_CITY, MAP_CERULEAN_CITY
warp_def $7, $4, 4, GROUP_CERULEAN_CITY, MAP_CERULEAN_CITY
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
; xy triggers
db 0
; signposts
db 0
; people-events
db 3
person_event SPRITE_NURSE, 5, 7, OW_UP | $2, $0, -1, -1, $0, 0, NurseScript_0x18820f, -1
person_event SPRITE_SUPER_NERD, 8, 12, OW_UP | $1, $1, -1, -1, $0, 0, SuperNerdScript_0x188212, -1
person_event SPRITE_GYM_GUY, 9, 5, OW_DOWN | $2, $11, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, GymGuyScript_0x18821e, -1