2015-07-10 01:20:21 -07:00
|
|
|
RadioTower5F_MapScriptHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; trigger count
|
|
|
|
db 3
|
|
|
|
|
|
|
|
; triggers
|
|
|
|
dw UnknownScript_0x6000e, $0000
|
|
|
|
dw UnknownScript_0x6000f, $0000
|
|
|
|
dw UnknownScript_0x60010, $0000
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 0
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x6000e:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x6000f:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x60010:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x60011:
|
2015-06-26 23:24:55 -07:00
|
|
|
spriteface $2, UP
|
2015-07-15 12:48:44 -07:00
|
|
|
showemote EMOTE_SHOCK, $2, 15
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x60128
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
applymovement $2, MovementData_0x60109
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x60147
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
winlosstext UnknownText_0x60223, $0000
|
|
|
|
setlasttalked $2
|
|
|
|
loadtrainer EXECUTIVEM, 3
|
|
|
|
startbattle
|
|
|
|
returnafterbattle
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x60246
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
|
|
|
verbosegiveitem BASEMENT_KEY, 1
|
|
|
|
loadmovesprites
|
|
|
|
dotrigger $1
|
2015-07-10 01:20:21 -07:00
|
|
|
setevent EVENT_BEAT_ROCKET_EXECUTIVEM_3
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
Director:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_CLEARED_RADIO_TOWER
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x60054
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x60246
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x60054:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x60824
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerExecutivef1:
|
2013-02-16 22:54:07 -08:00
|
|
|
; bit/flag number
|
2015-07-10 01:20:21 -07:00
|
|
|
dw EVENT_BEAT_ROCKET_EXECUTIVEF_1
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; trainer group && trainer id
|
|
|
|
db EXECUTIVEF, 1
|
|
|
|
|
|
|
|
; text when seen
|
|
|
|
dw Executivef1SeenText
|
|
|
|
|
|
|
|
; text when trainer beaten
|
|
|
|
dw Executivef1BeatenText
|
|
|
|
|
|
|
|
; script when lost
|
|
|
|
dw $0000
|
|
|
|
|
|
|
|
; script when talk again
|
|
|
|
dw Executivef1Script
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Executivef1Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x60358
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x6006e:
|
2013-02-16 22:54:07 -08:00
|
|
|
applymovement $0, MovementData_0x60125
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2015-06-26 23:24:55 -07:00
|
|
|
spriteface $3, RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x603d1
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
winlosstext UnknownText_0x604f3, $0000
|
|
|
|
setlasttalked $3
|
|
|
|
loadtrainer EXECUTIVEM, 1
|
|
|
|
startbattle
|
|
|
|
returnafterbattle
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x6050e
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
2015-02-11 15:03:42 -08:00
|
|
|
special Function8c0b6
|
|
|
|
special Functiond91
|
2013-02-16 22:54:07 -08:00
|
|
|
disappear $3
|
|
|
|
disappear $4
|
|
|
|
pause 15
|
2015-02-11 15:03:42 -08:00
|
|
|
special Function8c0ab
|
2015-07-10 01:20:21 -07:00
|
|
|
setevent EVENT_BEAT_ROCKET_EXECUTIVEM_1
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_CLEARED_RADIO_TOWER
|
2015-07-11 23:00:17 -07:00
|
|
|
clearflag ENGINE_ROCKETS_IN_RADIO_TOWER
|
|
|
|
setevent EVENT_6CC
|
|
|
|
setevent EVENT_6CD
|
|
|
|
setevent EVENT_6CE
|
|
|
|
clearevent EVENT_736
|
|
|
|
clearflag ENGINE_ROCKETS_IN_MAHOGANY
|
|
|
|
clearevent EVENT_6CF
|
|
|
|
clearevent EVENT_6D0
|
|
|
|
setevent EVENT_6E3
|
|
|
|
clearevent EVENT_6E4
|
2015-02-11 15:03:42 -08:00
|
|
|
special PlayMapMusic
|
2013-02-16 22:54:07 -08:00
|
|
|
disappear $2
|
|
|
|
moveperson $2, $c, $0
|
|
|
|
appear $2
|
|
|
|
applymovement $2, MovementData_0x6010f
|
2015-06-26 23:24:55 -07:00
|
|
|
spriteface $0, RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x605b2
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
|
|
|
verbosegiveitem CLEAR_BELL, 1
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x6062c
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
dotrigger $2
|
|
|
|
domaptrigger GROUP_ECRUTEAK_HOUSE, MAP_ECRUTEAK_HOUSE, $0
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_CLEAR_BELL
|
2015-07-11 23:00:17 -07:00
|
|
|
setevent EVENT_761
|
2015-01-20 00:01:23 -08:00
|
|
|
jump UnknownScript_0x600f1
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x600f1:
|
2013-02-16 22:54:07 -08:00
|
|
|
applymovement $2, MovementData_0x6011a
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_EXIT_BUILDING
|
2013-02-16 22:54:07 -08:00
|
|
|
disappear $2
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
Ben:
|
|
|
|
jumptextfaceplayer BenText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ItemFragment_0x600fe:
|
2013-02-16 22:54:07 -08:00
|
|
|
db ULTRA_BALL, 1
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MapRadioTower5FSignpost0Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptext UnknownText_0x608e0
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MapRadioTower5FSignpost2Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptext UnknownText_0x608f9
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
RadioTower5FBookshelf:
|
2015-06-23 13:21:54 -07:00
|
|
|
jumpstd magazinebookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MovementData_0x60109:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_up
|
|
|
|
step_up
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MovementData_0x6010f:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_down
|
|
|
|
step_down
|
|
|
|
step_right
|
|
|
|
step_right
|
|
|
|
step_right
|
|
|
|
step_right
|
|
|
|
step_down
|
|
|
|
step_down
|
|
|
|
step_down
|
|
|
|
step_left
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MovementData_0x6011a:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_right
|
|
|
|
step_up
|
|
|
|
step_up
|
|
|
|
step_up
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_up
|
|
|
|
step_up
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MovementData_0x60125:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x60128:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Y-you! You came to"
|
|
|
|
line "rescue me?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x60147:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Is that what you"
|
|
|
|
line "were expecting?"
|
|
|
|
|
|
|
|
para "Wrong!"
|
|
|
|
line "I'm an imposter!"
|
|
|
|
|
|
|
|
para "I pretended to be"
|
|
|
|
line "the real thing to"
|
|
|
|
|
|
|
|
para "prepare for our"
|
|
|
|
line "takeover."
|
|
|
|
|
|
|
|
para "Do you want to"
|
|
|
|
line "know where we hid"
|
|
|
|
cont "the real DIRECTOR?"
|
|
|
|
|
|
|
|
para "Sure, I'll tell"
|
|
|
|
line "you. But only if"
|
|
|
|
cont "you can beat me!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x60223:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "OK, OK. I'll tell"
|
|
|
|
line "you where he is."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x60246:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "We stashed the"
|
|
|
|
line "real DIRECTOR in"
|
|
|
|
|
|
|
|
para "the UNDERGROUND"
|
|
|
|
line "WAREHOUSE."
|
|
|
|
|
|
|
|
para "It's at the far"
|
|
|
|
line "end of the UNDER-"
|
|
|
|
cont "GROUND."
|
|
|
|
|
|
|
|
para "But I doubt you'll"
|
|
|
|
line "get that far."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Executivef1SeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Remember me from"
|
|
|
|
line "the HIDEOUT in"
|
|
|
|
cont "MAHOGANY TOWN?"
|
|
|
|
|
|
|
|
para "I lost then, but I"
|
|
|
|
line "won't this time."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Executivef1BeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "This can't be"
|
|
|
|
line "happening!"
|
|
|
|
|
|
|
|
para "I fought hard, but"
|
|
|
|
line "I still lost…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x60358:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER>, isn't it?"
|
2014-03-05 21:29:44 -08:00
|
|
|
|
|
|
|
para "A brat like you"
|
|
|
|
line "won't appreciate"
|
|
|
|
|
|
|
|
para "the magnificence"
|
|
|
|
line "of TEAM ROCKET."
|
|
|
|
|
|
|
|
para "That's too bad."
|
|
|
|
line "I really admire"
|
|
|
|
cont "your power."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x603d1:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh? You managed to"
|
|
|
|
line "get this far?"
|
|
|
|
|
|
|
|
para "You must be quite"
|
|
|
|
line "the trainer."
|
|
|
|
|
|
|
|
para "We intend to take"
|
|
|
|
line "over this RADIO"
|
|
|
|
|
|
|
|
para "STATION and an-"
|
|
|
|
line "nounce our come-"
|
|
|
|
cont "back."
|
|
|
|
|
|
|
|
para "That should bring"
|
|
|
|
line "our boss GIOVANNI"
|
|
|
|
|
|
|
|
para "back from his solo"
|
|
|
|
line "training."
|
|
|
|
|
|
|
|
para "We are going to"
|
|
|
|
line "regain our former"
|
|
|
|
cont "glory."
|
|
|
|
|
|
|
|
para "I won't allow you"
|
|
|
|
line "to interfere with"
|
|
|
|
cont "our plans."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x604f3:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "No! Forgive me,"
|
|
|
|
line "GIOVANNI!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x6050e:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "How could this be?"
|
|
|
|
|
|
|
|
para "Our dreams have"
|
|
|
|
line "come to naught."
|
|
|
|
|
|
|
|
para "I wasn't up to the"
|
|
|
|
line "task after all."
|
|
|
|
|
|
|
|
para "Like GIOVANNI did"
|
|
|
|
line "before me, I will"
|
|
|
|
|
|
|
|
para "disband TEAM"
|
|
|
|
line "ROCKET here today."
|
|
|
|
|
|
|
|
para "Farewell."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x605b2:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "DIRECTOR: <PLAY_G>,"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "thank you!"
|
|
|
|
|
|
|
|
para "Your courageous"
|
|
|
|
line "actions have saved"
|
|
|
|
|
|
|
|
para "#MON nation-"
|
|
|
|
line "wide."
|
|
|
|
|
|
|
|
para "I know it's not"
|
|
|
|
line "much, but please"
|
|
|
|
cont "take this."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x6062c:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "There used to be a"
|
|
|
|
line "tower right here"
|
|
|
|
cont "in GOLDENROD CITY."
|
|
|
|
|
|
|
|
para "But it was old and"
|
|
|
|
line "creaky."
|
|
|
|
|
|
|
|
para "So we replaced it"
|
|
|
|
line "with our RADIO"
|
|
|
|
cont "TOWER."
|
|
|
|
|
|
|
|
para "We dug up that"
|
|
|
|
line "bell during"
|
|
|
|
cont "construction."
|
|
|
|
|
|
|
|
para "I heard that all"
|
|
|
|
line "sorts of #MON"
|
|
|
|
|
|
|
|
para "lived in GOLDENROD"
|
|
|
|
line "in the past."
|
|
|
|
|
|
|
|
para "Perhaps…"
|
|
|
|
|
|
|
|
para "That bell has some"
|
|
|
|
line "connection to the"
|
|
|
|
|
|
|
|
para "TIN TOWER in"
|
|
|
|
line "ECRUTEAK CITY…"
|
|
|
|
|
|
|
|
para "Ah!"
|
|
|
|
|
|
|
|
para "That reminds me…"
|
|
|
|
|
|
|
|
para "I overheard TEAM"
|
|
|
|
line "ROCKET whispering."
|
|
|
|
|
|
|
|
para "Apparently, some-"
|
|
|
|
line "thing is going on"
|
|
|
|
cont "at the TIN TOWER."
|
|
|
|
|
|
|
|
para "I have no idea"
|
|
|
|
line "what is happening,"
|
|
|
|
|
|
|
|
para "but you might look"
|
|
|
|
line "into it."
|
|
|
|
|
|
|
|
para "OK, I better go to"
|
|
|
|
line "my OFFICE."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x60824:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "DIRECTOR: Hello,"
|
2015-06-27 21:59:17 -07:00
|
|
|
line "<PLAY_G>!"
|
2014-03-05 21:29:44 -08:00
|
|
|
|
|
|
|
para "You know, I love"
|
|
|
|
line "#MON."
|
|
|
|
|
|
|
|
para "I built this RADIO"
|
|
|
|
line "TOWER so I could"
|
|
|
|
|
|
|
|
para "express my love"
|
|
|
|
line "of #MON."
|
|
|
|
|
|
|
|
para "It would be nice"
|
|
|
|
line "if people enjoyed"
|
|
|
|
cont "our programs."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
BenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "BEN: Do you listen"
|
|
|
|
line "to our music?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x608e0:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "5F DIRECTOR'S"
|
|
|
|
line " OFFICE"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x608f9:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "5F STUDIO 1"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
RadioTower5F_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 2
|
|
|
|
warp_def $0, $0, 1, GROUP_RADIO_TOWER_4F, MAP_RADIO_TOWER_4F
|
|
|
|
warp_def $0, $c, 3, GROUP_RADIO_TOWER_4F, MAP_RADIO_TOWER_4F
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 2
|
|
|
|
xy_trigger 0, $3, $0, $0, UnknownScript_0x60011, $0, $0
|
|
|
|
xy_trigger 1, $5, $10, $0, UnknownScript_0x6006e, $0, $0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 5
|
|
|
|
signpost 0, 3, $0, MapRadioTower5FSignpost0Script
|
|
|
|
signpost 0, 11, $0, MapRadioTower5FSignpost2Script
|
|
|
|
signpost 0, 15, $0, MapRadioTower5FSignpost2Script
|
2015-06-25 21:01:08 -07:00
|
|
|
signpost 1, 16, $0, RadioTower5FBookshelf
|
|
|
|
signpost 1, 17, $0, RadioTower5FBookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 5
|
2015-07-12 21:16:35 -07:00
|
|
|
person_event SPRITE_GENTLEMAN, 10, 7, $3, $0, 255, 255, $0, 0, Director, -1
|
2015-07-11 23:00:17 -07:00
|
|
|
person_event SPRITE_ROCKET, 9, 17, $8, $0, 255, 255, $0, 0, ObjectEvent, EVENT_6CE
|
|
|
|
person_event SPRITE_ROCKET_GIRL, 6, 21, $8, $0, 255, 255, $82, 1, TrainerExecutivef1, EVENT_6CE
|
|
|
|
person_event SPRITE_ROCKER, 9, 17, $8, $0, 255, 255, $80, 0, Ben, EVENT_6D0
|
|
|
|
person_event SPRITE_POKE_BALL, 9, 12, $1, $0, 255, 255, $1, 0, ItemFragment_0x600fe, EVENT_7CD
|