2015-07-10 00:00:27 -07:00
|
|
|
GoldenrodGym_MapScriptHeader:
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
|
|
|
|
|
|
|
; triggers
|
|
|
|
dw UnknownScript_0x5400a, $0000
|
|
|
|
dw UnknownScript_0x5400b, $0000
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownScript_0x5400a:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownScript_0x5400b:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
WhitneyScript_0x5400c:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_BEAT_WHITNEY
|
2015-07-10 00:00:27 -07:00
|
|
|
iftrue .FightDone
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x54122
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
winlosstext UnknownText_0x541a5, $0000
|
|
|
|
loadtrainer WHITNEY, 1
|
|
|
|
startbattle
|
|
|
|
returnafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_BEAT_WHITNEY
|
|
|
|
setevent EVENT_MADE_WHITNEY_CRY
|
2013-02-16 22:54:07 -08:00
|
|
|
dotrigger $1
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_BEAT_BEAUTY_VICTORIA
|
|
|
|
setevent EVENT_BEAT_BEAUTY_SAMANTHA
|
|
|
|
setevent EVENT_BEAT_LASS_CARRIE
|
|
|
|
setevent EVENT_BEAT_LASS_BRIDGET
|
2015-07-10 00:00:27 -07:00
|
|
|
.FightDone
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_MADE_WHITNEY_CRY
|
2015-07-10 00:00:27 -07:00
|
|
|
iffalse .StoppedCrying
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x541f4
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
.StoppedCrying
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_TM45_ATTRACT
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x54077
|
2015-07-10 00:00:27 -07:00
|
|
|
checkflag ENGINE_PLAINBADGE
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x54064
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x54222
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
|
|
|
waitbutton
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x54273
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_GET_BADGE
|
2013-02-16 22:54:07 -08:00
|
|
|
waitbutton
|
2015-07-10 00:00:27 -07:00
|
|
|
setflag ENGINE_PLAINBADGE
|
|
|
|
checkcode VAR_BADGES
|
|
|
|
scall GoldenrodGymTriggerRockets
|
|
|
|
UnknownScript_0x54064:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5428b
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
2015-06-29 19:24:45 -07:00
|
|
|
verbosegiveitem TM_ATTRACT, 1
|
2013-02-16 22:54:07 -08:00
|
|
|
iffalse UnknownScript_0x5407b
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_TM45_ATTRACT
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x54302
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownScript_0x54077:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x54360
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownScript_0x5407b:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
GoldenrodGymTriggerRockets:
|
|
|
|
if_equal 7, .RadioTowerRockets
|
|
|
|
if_equal 6, .GoldenrodRockets
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
.GoldenrodRockets
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd goldenrodrockets
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
.RadioTowerRockets
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd radiotowerrockets
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
TrainerLassCarrie:
|
2015-07-18 20:45:39 -07:00
|
|
|
trainer EVENT_BEAT_LASS_CARRIE, LASS, CARRIE, LassCarrieSeenText, LassCarrieBeatenText, $0000, LassCarrieScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
LassCarrieScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext LassCarrieOWText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
WhitneyCriesScript:
|
2015-07-15 12:48:44 -07:00
|
|
|
showemote EMOTE_SHOCK, $4, 15
|
2013-02-16 22:54:07 -08:00
|
|
|
applymovement $4, BridgetWalksUpMovement
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext BridgetWhitneyCriesText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
applymovement $4, BridgetWalksAwayMovement
|
|
|
|
dotrigger $0
|
2013-09-24 00:48:58 -07:00
|
|
|
clearevent EVENT_MADE_WHITNEY_CRY
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
TrainerLassBridget:
|
2015-07-18 20:45:39 -07:00
|
|
|
trainer EVENT_BEAT_LASS_BRIDGET, LASS, BRIDGET, LassBridgetSeenText, LassBridgetBeatenText, $0000, LassBridgetScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
LassBridgetScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext LassBridgetOWText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
TrainerBeautyVictoria:
|
2015-07-18 20:45:39 -07:00
|
|
|
trainer EVENT_BEAT_BEAUTY_VICTORIA, BEAUTY, VICTORIA, BeautyVictoriaSeenText, BeautyVictoriaBeatenText, $0000, BeautyVictoriaScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BeautyVictoriaScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext BeautyVictoriaOWText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
TrainerBeautySamantha:
|
2015-07-18 20:45:39 -07:00
|
|
|
trainer EVENT_BEAT_BEAUTY_SAMANTHA, BEAUTY, SAMANTHA, BeautySamanthaSeenText, BeautySamanthaBeatenText, $0000, BeautySamanthaScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BeautySamanthaScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext BeautySamanthaOWText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
GoldenrodGymGuyScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_BEAT_WHITNEY
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue .GoldenrodGymGuyWinScript
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext GoldenrodGymGuyText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
|
|
|
.GoldenrodGymGuyWinScript
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext GoldenrodGymGuyWinText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-24 20:51:36 -07:00
|
|
|
GoldenrodGymStatue:
|
|
|
|
checkflag ENGINE_PLAINBADGE
|
|
|
|
iftrue .Beaten
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd gymstatue1
|
2015-06-24 20:51:36 -07:00
|
|
|
.Beaten
|
2013-02-16 22:54:07 -08:00
|
|
|
trainertotext WHITNEY, 1, $1
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd gymstatue2
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BridgetWalksUpMovement:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_left
|
|
|
|
turn_head_up
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BridgetWalksAwayMovement:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_right
|
|
|
|
turn_head_left
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownText_0x54122:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hi! I'm WHITNEY!"
|
|
|
|
|
|
|
|
para "Everyone was into"
|
|
|
|
line "#MON, so I got"
|
|
|
|
cont "into it too!"
|
|
|
|
|
|
|
|
para "#MON are"
|
|
|
|
line "super-cute!"
|
|
|
|
|
|
|
|
para "You want to bat-"
|
|
|
|
line "tle? I'm warning"
|
|
|
|
cont "you--I'm good!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownText_0x541a5:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Sob…"
|
|
|
|
|
|
|
|
para "…Waaaaaaah!"
|
|
|
|
line "You're mean!"
|
|
|
|
|
|
|
|
para "You shouldn't be"
|
|
|
|
line "so serious! You…"
|
|
|
|
cont "you child, you!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownText_0x541f4:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Waaaaah!"
|
|
|
|
|
|
|
|
para "Waaaaah!"
|
|
|
|
|
|
|
|
para "…Snivel, hic…"
|
|
|
|
line "…You meanie!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownText_0x54222:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "…Sniff…"
|
|
|
|
|
|
|
|
para "What? What do you"
|
|
|
|
line "want? A BADGE?"
|
|
|
|
|
|
|
|
para "Oh, right."
|
|
|
|
line "I forgot. Here's"
|
|
|
|
cont "PLAINBADGE."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownText_0x54273:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> received"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "PLAINBADGE."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownText_0x5428b:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "PLAINBADGE lets"
|
|
|
|
line "your #MON use"
|
|
|
|
|
|
|
|
para "STRENGTH outside"
|
|
|
|
line "of battle."
|
|
|
|
|
|
|
|
para "It also boosts"
|
|
|
|
line "your #MON's"
|
|
|
|
cont "SPEED."
|
|
|
|
|
|
|
|
para "Oh, you can have"
|
|
|
|
line "this too!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownText_0x54302:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It's ATTRACT!"
|
|
|
|
line "It makes full use"
|
|
|
|
|
|
|
|
para "of a #MON's"
|
|
|
|
line "charm."
|
|
|
|
|
|
|
|
para "Isn't it just per-"
|
|
|
|
line "fect for a cutie"
|
|
|
|
cont "like me?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownText_0x54360:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Ah, that was a"
|
|
|
|
line "good cry!"
|
|
|
|
|
|
|
|
para "Come for a visit"
|
|
|
|
line "again! Bye-bye!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
LassCarrieSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Don't let my"
|
|
|
|
line "#MON's cute"
|
|
|
|
|
|
|
|
para "looks fool you."
|
|
|
|
line "They can whip you!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
LassCarrieBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Darn… I thought"
|
|
|
|
line "you were weak…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
LassCarrieOWText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Do my #MON"
|
|
|
|
line "think I'm cute?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
LassBridgetSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I like cute #-"
|
|
|
|
line "MON better than"
|
|
|
|
cont "strong #MON."
|
|
|
|
|
|
|
|
para "But I have strong"
|
|
|
|
line "and cute #MON!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
LassBridgetBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh, no, no, no!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
LassBridgetOWText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I'm trying to beat"
|
|
|
|
line "WHITNEY, but…"
|
|
|
|
cont "It's depressing."
|
|
|
|
|
|
|
|
para "I'm okay! If I"
|
|
|
|
line "lose, I'll just"
|
|
|
|
|
|
|
|
para "try harder next"
|
|
|
|
line "time!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BridgetWhitneyCriesText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh, no. You made"
|
|
|
|
line "WHITNEY cry."
|
|
|
|
|
|
|
|
para "It's OK. She'll"
|
|
|
|
line "stop soon. She"
|
|
|
|
|
|
|
|
para "always cries when"
|
|
|
|
line "she loses."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BeautyVictoriaSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh, you are a cute"
|
|
|
|
line "little trainer! "
|
|
|
|
|
|
|
|
para "I like you, but I"
|
|
|
|
line "won't hold back!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BeautyVictoriaBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Let's see… Oops,"
|
|
|
|
line "it's over?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BeautyVictoriaOWText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Wow, you must be"
|
|
|
|
line "good to beat me!"
|
|
|
|
cont "Keep it up!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BeautySamanthaSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Give it your best"
|
|
|
|
line "shot, or I'll take"
|
|
|
|
cont "you down!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BeautySamanthaBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "No! Oh, MEOWTH,"
|
|
|
|
line "I'm so sorry!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BeautySamanthaOWText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I taught MEOWTH"
|
|
|
|
line "moves for taking"
|
|
|
|
cont "on any type…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
GoldenrodGymGuyText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Yo! CHAMP in"
|
|
|
|
line "making!"
|
|
|
|
|
|
|
|
para "This GYM is home"
|
|
|
|
line "to normal-type"
|
|
|
|
cont "#MON trainers."
|
|
|
|
|
|
|
|
para "I recommend you"
|
|
|
|
line "use fighting-type"
|
|
|
|
cont "#MON."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
GoldenrodGymGuyWinText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You won? Great! I"
|
|
|
|
line "was busy admiring"
|
|
|
|
cont "the ladies here."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
GoldenrodGym_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Warps:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $11, $2, 1, GOLDENROD_CITY
|
|
|
|
warp_def $11, $3, 1, GOLDENROD_CITY
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.XYTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 1
|
|
|
|
xy_trigger 1, $5, $8, $0, WhitneyCriesScript, $0, $0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Signposts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 15, 1, SIGNPOST_READ, GoldenrodGymStatue
|
|
|
|
signpost 15, 4, SIGNPOST_READ, GoldenrodGymStatue
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.PersonEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 6
|
2015-10-24 07:34:19 -07:00
|
|
|
person_event SPRITE_WHITNEY, 3, 8, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, WhitneyScript_0x5400c, -1
|
|
|
|
person_event SPRITE_LASS, 13, 9, $9, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 2, 4, TrainerLassCarrie, -1
|
|
|
|
person_event SPRITE_LASS, 6, 9, $8, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 2, 1, TrainerLassBridget, -1
|
|
|
|
person_event SPRITE_BUENA, 2, 0, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 2, 3, TrainerBeautyVictoria, -1
|
|
|
|
person_event SPRITE_BUENA, 5, 19, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 2, 3, TrainerBeautySamantha, -1
|
|
|
|
person_event SPRITE_GYM_GUY, 15, 5, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, GoldenrodGymGuyScript, -1
|