pokecrystal-board/maps/PewterPokeCenter1F.asm

86 lines
1.6 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
PewterPokeCenter1F_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
NurseScript_0x1a2ee7:
jumpstd pokecenternurse
2015-07-10 01:45:35 -07:00
TeacherScript_0x1a2eea:
jumptextfaceplayer UnknownText_0x1a2f01
2015-07-10 01:45:35 -07:00
JigglypuffScript_0x1a2eed:
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1a2f5d
cry JIGGLYPUFF
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
BugCatcherScript_0x1a2ef7:
jumptextfaceplayer UnknownText_0x1a2f75
2015-07-10 01:45:35 -07:00
PokefanMScript_0x1a2efa:
faceplayer
loadfont
trade $4
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
UnknownText_0x1a2f01:
text "…Yeah, and the"
line "GYM in CINNABAR's"
para "gone. I was really"
line "amazed."
para "…Yes? I'm on the"
line "phone. Go away!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x1a2f5d:
text "JIGGLYPUFF: Puu"
line "pupuu."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x1a2f75:
text "Most #MON get"
line "drowsy if they"
para "hear a JIGGLYPUFF"
line "singing."
para "There are several"
line "moves that can be"
para "used only while a"
line "#MON is asleep."
done
2015-07-10 01:45:35 -07:00
PewterPokeCenter1F_MapEventHeader:
; filler
db 0, 0
.Warps:
db 3
warp_def $7, $3, 4, PEWTER_CITY
warp_def $7, $4, 4, PEWTER_CITY
warp_def $7, $0, 1, POKECENTER_2F
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 5
person_event SPRITE_NURSE, 5, 7, $6, 0, 0, -1, -1, 0, 0, 0, NurseScript_0x1a2ee7, -1
person_event SPRITE_TEACHER, 10, 12, $6, 0, 0, -1, -1, 8 + PAL_OW_GREEN, 0, 0, TeacherScript_0x1a2eea, -1
person_event SPRITE_JIGGLYPUFF, 7, 5, $16, 0, 0, -1, -1, 0, 0, 0, JigglypuffScript_0x1a2eed, -1
person_event SPRITE_BUG_CATCHER, 7, 6, $6, 0, 0, -1, -1, 8 + PAL_OW_BLUE, 0, 0, BugCatcherScript_0x1a2ef7, -1
person_event SPRITE_POKEFAN_M, 6, 11, $6, 0, 0, -1, -1, 8 + PAL_OW_RED, 0, 0, PokefanMScript_0x1a2efa, -1