pokecrystal-board/maps/Route10PokeCenter1F.asm

99 lines
1.9 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
Route10PokeCenter1F_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
NurseScript_0x188bd4:
jumpstd pokecenternurse
2015-07-10 01:45:35 -07:00
GentlemanScript_0x188bd7:
jumptextfaceplayer UnknownText_0x188bf1
2015-07-10 01:45:35 -07:00
GymGuyScript_0x188bda:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_RETURNED_MACHINE_PART
iftrue UnknownScript_0x188be8
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x188c26
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x188be8:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x188c9e
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
CooltrainerFScript_0x188bee:
jumptextfaceplayer UnknownText_0x188d0c
2015-07-10 01:45:35 -07:00
UnknownText_0x188bf1:
text "A #MON CENTER"
line "near a cave?"
para "That's mighty"
line "convenient."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x188c26:
text "The POWER PLANT's"
line "MANAGER is looking"
para "for a strong #-"
line "MON trainer."
para "He needs help"
line "getting back"
para "something that"
line "was stolen."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x188c9e:
text "I hear TEAM ROCKET"
line "got back together"
para "in JOHTO but fell"
line "apart right away."
para "I didn't know any-"
line "thing about that."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x188d0c:
text "When you go out-"
line "side, you can see"
para "the roof of a big"
line "building."
para "That's the POWER"
line "PLANT."
done
2015-07-10 01:45:35 -07:00
Route10PokeCenter1F_MapEventHeader:
; filler
db 0, 0
.Warps:
db 3
warp_def $7, $3, 1, GROUP_ROUTE_10_NORTH, MAP_ROUTE_10_NORTH
warp_def $7, $4, 1, GROUP_ROUTE_10_NORTH, MAP_ROUTE_10_NORTH
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 4
person_event SPRITE_NURSE, 5, 7, OW_UP | $2, $0, -1, -1, $0, 0, NurseScript_0x188bd4, -1
person_event SPRITE_GENTLEMAN, 10, 11, OW_UP | $1, $1, -1, -1, (PAL_OW_RED << 4) | $80, 0, GentlemanScript_0x188bd7, -1
person_event SPRITE_GYM_GUY, 6, 11, OW_DOWN | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, GymGuyScript_0x188bda, -1
person_event SPRITE_COOLTRAINER_F, 7, 5, OW_UP | $2, $0, -1, -1, $0, 0, CooltrainerFScript_0x188bee, -1