PokeCenter → Pokecenter (consistent with the POKECENTER map constants)
This commit is contained in:
85
maps/CeruleanPokecenter1F.asm
Normal file
85
maps/CeruleanPokecenter1F.asm
Normal file
@@ -0,0 +1,85 @@
|
||||
const_value set 2
|
||||
const CERULEANPOKECENTER1F_NURSE
|
||||
const CERULEANPOKECENTER1F_SUPER_NERD
|
||||
const CERULEANPOKECENTER1F_GYM_GUY
|
||||
|
||||
CeruleanPokecenter1F_MapScriptHeader:
|
||||
.MapTriggers:
|
||||
db 0
|
||||
|
||||
.MapCallbacks:
|
||||
db 0
|
||||
|
||||
NurseScript_0x18820f:
|
||||
jumpstd pokecenternurse
|
||||
|
||||
SuperNerdScript_0x188212:
|
||||
special Mobile_DummyReturnFalse
|
||||
iftrue .mobile
|
||||
jumptextfaceplayer UnknownText_0x188221
|
||||
|
||||
.mobile
|
||||
jumptextfaceplayer UnknownText_0x18828c
|
||||
|
||||
GymGuyScript_0x18821e:
|
||||
jumptextfaceplayer UnknownText_0x1882ff
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
CeruleanPokecenter1F_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
.Warps:
|
||||
db 3
|
||||
warp_def $7, $3, 4, CERULEAN_CITY
|
||||
warp_def $7, $4, 4, CERULEAN_CITY
|
||||
warp_def $7, $0, 1, POKECENTER_2F
|
||||
|
||||
.XYTriggers:
|
||||
db 0
|
||||
|
||||
.Signposts:
|
||||
db 0
|
||||
|
||||
.PersonEvents:
|
||||
db 3
|
||||
person_event SPRITE_NURSE, 1, 3, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, NurseScript_0x18820f, -1
|
||||
person_event SPRITE_SUPER_NERD, 4, 8, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 0, 1, -1, -1, 0, PERSONTYPE_SCRIPT, 0, SuperNerdScript_0x188212, -1
|
||||
person_event SPRITE_GYM_GUY, 5, 1, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, GymGuyScript_0x18821e, -1
|
Reference in New Issue
Block a user