2019-04-21 14:42:25 -07:00
|
|
|
object_const_def ; object_event constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const AZALEAGYM_BUGSY
|
|
|
|
const AZALEAGYM_BUG_CATCHER1
|
|
|
|
const AZALEAGYM_BUG_CATCHER2
|
|
|
|
const AZALEAGYM_BUG_CATCHER3
|
|
|
|
const AZALEAGYM_TWIN1
|
|
|
|
const AZALEAGYM_TWIN2
|
|
|
|
const AZALEAGYM_GYM_GUY
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
AzaleaGym_MapScripts:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; scene scripts
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; callbacks
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
AzaleaGymBugsyScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_BEAT_BUGSY
|
2015-07-10 00:00:27 -07:00
|
|
|
iftrue .FightDone
|
2015-10-29 20:32:11 -07:00
|
|
|
writetext BugsyText_INeverLose
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-11-02 11:37:02 -08:00
|
|
|
winlosstext BugsyText_ResearchIncomplete, 0
|
2018-01-09 15:45:25 -08:00
|
|
|
loadtrainer BUGSY, BUGSY1
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
2015-12-26 15:11:55 -08:00
|
|
|
reloadmapafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_BEAT_BUGSY
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-10-29 20:32:11 -07:00
|
|
|
writetext Text_ReceivedHiveBadge
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_GET_BADGE
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-07-10 00:00:27 -07:00
|
|
|
setflag ENGINE_HIVEBADGE
|
2019-03-10 12:31:59 -07:00
|
|
|
readvar VAR_BADGES
|
2017-12-24 10:46:34 -08:00
|
|
|
scall AzaleaGymActivateRockets
|
2016-04-10 11:42:14 -07:00
|
|
|
.FightDone:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_TM49_FURY_CUTTER
|
2015-07-22 12:57:02 -07:00
|
|
|
iftrue .GotFuryCutter
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_BEAT_TWINS_AMY_AND_MAY
|
|
|
|
setevent EVENT_BEAT_BUG_CATCHER_BENNY
|
|
|
|
setevent EVENT_BEAT_BUG_CATCHER_AL
|
|
|
|
setevent EVENT_BEAT_BUG_CATCHER_JOSH
|
2015-10-29 20:32:11 -07:00
|
|
|
writetext BugsyText_HiveBadgeSpeech
|
2019-11-03 09:48:54 -08:00
|
|
|
promptbutton
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem TM_FURY_CUTTER
|
2015-07-22 12:57:02 -07:00
|
|
|
iffalse .NoRoomForFuryCutter
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_TM49_FURY_CUTTER
|
2015-10-29 20:32:11 -07:00
|
|
|
writetext BugsyText_FuryCutterSpeech
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-22 12:57:02 -07:00
|
|
|
.GotFuryCutter:
|
2015-10-29 20:32:11 -07:00
|
|
|
writetext BugsyText_BugMonsAreDeep
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2015-07-22 12:57:02 -07:00
|
|
|
.NoRoomForFuryCutter:
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
AzaleaGymActivateRockets:
|
2018-02-02 18:09:17 -08:00
|
|
|
ifequal 7, .RadioTowerRockets
|
|
|
|
ifequal 6, .GoldenrodRockets
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.GoldenrodRockets:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd goldenrodrockets
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-10 11:42:14 -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
|
|
|
TrainerTwinsAmyandmay1:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer TWINS, AMYANDMAY1, EVENT_BEAT_TWINS_AMY_AND_MAY, TwinsAmyandmay1SeenText, TwinsAmyandmay1BeatenText, 0, .AfterScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-22 12:57:02 -07:00
|
|
|
.AfterScript:
|
2018-02-02 18:09:17 -08:00
|
|
|
endifjustbattled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-10-29 20:32:11 -07:00
|
|
|
writetext TwinsAmyandmay1AfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
TrainerTwinsAmyandmay2:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer TWINS, AMYANDMAY2, EVENT_BEAT_TWINS_AMY_AND_MAY, TwinsAmyandmay2SeenText, TwinsAmyandmay2BeatenText, 0, .AfterScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-22 12:57:02 -07:00
|
|
|
.AfterScript:
|
2018-02-02 18:09:17 -08:00
|
|
|
endifjustbattled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-10-29 20:32:11 -07:00
|
|
|
writetext TwinsAmyandmay2AfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-27 15:45:57 -08:00
|
|
|
TrainerBugCatcherBenny:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer BUG_CATCHER, BUG_CATCHER_BENNY, EVENT_BEAT_BUG_CATCHER_BENNY, BugCatcherBennySeenText, BugCatcherBennyBeatenText, 0, .AfterScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-22 12:57:02 -07:00
|
|
|
.AfterScript:
|
2018-02-02 18:09:17 -08:00
|
|
|
endifjustbattled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-27 15:45:57 -08:00
|
|
|
writetext BugCatcherBennyAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
TrainerBugCatcherAl:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer BUG_CATCHER, AL, EVENT_BEAT_BUG_CATCHER_AL, BugCatcherAlSeenText, BugCatcherAlBeatenText, 0, .AfterScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-22 12:57:02 -07:00
|
|
|
.AfterScript:
|
2018-02-02 18:09:17 -08:00
|
|
|
endifjustbattled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-26 17:42:12 -08:00
|
|
|
writetext BugCatcherAlAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
TrainerBugCatcherJosh:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer BUG_CATCHER, JOSH, EVENT_BEAT_BUG_CATCHER_JOSH, BugCatcherJoshSeenText, BugCatcherJoshBeatenText, 0, .AfterScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-22 12:57:02 -07:00
|
|
|
.AfterScript:
|
2018-02-02 18:09:17 -08:00
|
|
|
endifjustbattled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-26 17:42:12 -08:00
|
|
|
writetext BugCatcherJoshAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
AzaleaGymGuyScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_BEAT_BUGSY
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue .AzaleaGymGuyWinScript
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext AzaleaGymGuyText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.AzaleaGymGuyWinScript:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext AzaleaGymGuyWinText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-06-24 20:51:36 -07:00
|
|
|
AzaleaGymStatue:
|
|
|
|
checkflag ENGINE_HIVEBADGE
|
|
|
|
iftrue .Beaten
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd gymstatue1
|
2016-04-10 11:42:14 -07:00
|
|
|
.Beaten:
|
2019-03-10 12:31:59 -07:00
|
|
|
gettrainername STRING_BUFFER_4, BUGSY, BUGSY1
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd gymstatue2
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-10-29 20:32:11 -07:00
|
|
|
BugsyText_INeverLose:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I'm BUGSY!"
|
|
|
|
line "I never lose when"
|
|
|
|
|
|
|
|
para "it comes to bug"
|
|
|
|
line "#MON."
|
|
|
|
|
|
|
|
para "My research is"
|
|
|
|
line "going to make me"
|
|
|
|
|
|
|
|
para "the authority on"
|
|
|
|
line "bug #MON!"
|
|
|
|
|
|
|
|
para "Let me demonstrate"
|
|
|
|
line "what I've learned"
|
|
|
|
cont "from my studies."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-10-29 20:32:11 -07:00
|
|
|
BugsyText_ResearchIncomplete:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Whoa, amazing!"
|
|
|
|
line "You're an expert"
|
|
|
|
cont "on #MON!"
|
|
|
|
|
|
|
|
para "My research isn't"
|
|
|
|
line "complete yet."
|
|
|
|
|
|
|
|
para "OK, you win. Take"
|
|
|
|
line "this BADGE."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-10-29 20:32:11 -07:00
|
|
|
Text_ReceivedHiveBadge:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> received"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "HIVEBADGE."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-10-29 20:32:11 -07:00
|
|
|
BugsyText_HiveBadgeSpeech:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Do you know the"
|
|
|
|
line "benefits of HIVE-"
|
|
|
|
cont "BADGE?"
|
|
|
|
|
|
|
|
para "If you have it,"
|
|
|
|
line "#MON up to L30"
|
|
|
|
|
|
|
|
para "will obey you,"
|
|
|
|
line "even traded ones."
|
|
|
|
|
|
|
|
para "#MON that know"
|
|
|
|
line "CUT will be able"
|
|
|
|
|
|
|
|
para "to use it outside"
|
|
|
|
line "of battle too."
|
|
|
|
|
|
|
|
para "Here, I also want"
|
|
|
|
line "you to have this."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-10-29 20:32:11 -07:00
|
|
|
BugsyText_FuryCutterSpeech:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "TM49 contains"
|
|
|
|
line "FURY CUTTER."
|
|
|
|
|
|
|
|
para "If you don't miss,"
|
|
|
|
line "it gets stronger"
|
|
|
|
cont "every turn."
|
|
|
|
|
|
|
|
para "The longer your"
|
|
|
|
line "battle goes, the"
|
|
|
|
cont "better it gets."
|
|
|
|
|
|
|
|
para "Isn't that great?"
|
|
|
|
line "I discovered it!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-10-29 20:32:11 -07:00
|
|
|
BugsyText_BugMonsAreDeep:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Bug #MON are"
|
|
|
|
line "deep. There are"
|
|
|
|
|
|
|
|
para "many mysteries to"
|
|
|
|
line "be explored."
|
|
|
|
|
|
|
|
para "Study your favor-"
|
|
|
|
line "ites thoroughly."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-27 15:45:57 -08:00
|
|
|
BugCatcherBennySeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Bug #MON evolve"
|
|
|
|
line "young. So they get"
|
|
|
|
|
|
|
|
para "stronger that much"
|
|
|
|
line "faster."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-27 15:45:57 -08:00
|
|
|
BugCatcherBennyBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Just evolving"
|
|
|
|
line "isn't enough!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-27 15:45:57 -08:00
|
|
|
BugCatcherBennyAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "#MON become"
|
|
|
|
line "stronger if they"
|
|
|
|
cont "evolve. Really!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
BugCatcherAlSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Bug #MON are"
|
|
|
|
line "cool and tough!"
|
|
|
|
|
|
|
|
para "I'll prove it to"
|
|
|
|
line "you!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
BugCatcherAlBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You proved how"
|
|
|
|
line "tough you are…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
BugCatcherAlAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "They're so cool,"
|
|
|
|
line "but most girls"
|
|
|
|
|
|
|
|
para "don't like bug"
|
|
|
|
line "#MON."
|
|
|
|
|
|
|
|
para "I don't know why…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
BugCatcherJoshSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You saved all the"
|
|
|
|
line "SLOWPOKE? Whew,"
|
|
|
|
cont "you're mighty!"
|
|
|
|
|
|
|
|
para "But my grown-up"
|
|
|
|
line "#MON are pretty"
|
|
|
|
cont "tough too!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
BugCatcherJoshBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Urrgggh!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
BugCatcherJoshAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I guess I should"
|
|
|
|
line "teach them better"
|
|
|
|
cont "moves…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
TwinsAmyandmay1SeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "AMY: Hi! Are you"
|
|
|
|
line "challenging the"
|
|
|
|
cont "LEADER? No way!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
TwinsAmyandmay1BeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "AMY & MAY: Oh,"
|
|
|
|
line "double goodness!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-10-29 20:32:11 -07:00
|
|
|
TwinsAmyandmay1AfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "AMY: You're"
|
|
|
|
line "really strong!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
TwinsAmyandmay2SeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "MAY: You want to"
|
|
|
|
line "see the LEADER?"
|
|
|
|
cont "We come first!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
TwinsAmyandmay2BeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "AMY & MAY: Oh,"
|
|
|
|
line "double goodness!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-10-29 20:32:11 -07:00
|
|
|
TwinsAmyandmay2AfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "MAY: Our bug #-"
|
|
|
|
line "MON lost! Oh, what"
|
|
|
|
cont "a shame."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
AzaleaGymGuyText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Yo, challenger!"
|
|
|
|
|
|
|
|
para "BUGSY's young, but"
|
|
|
|
line "his knowledge of"
|
|
|
|
|
|
|
|
para "bug #MON is for"
|
|
|
|
line "real."
|
|
|
|
|
|
|
|
para "It's going to be"
|
|
|
|
line "tough without my"
|
|
|
|
cont "advice."
|
|
|
|
|
|
|
|
para "Let's see… Bug"
|
|
|
|
line "#MON don't like"
|
|
|
|
cont "fire."
|
|
|
|
|
|
|
|
para "Flying-type moves"
|
|
|
|
line "are super-effec-"
|
|
|
|
cont "tive too."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
AzaleaGymGuyWinText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Well done! That"
|
|
|
|
line "was a great clash"
|
|
|
|
|
|
|
|
para "of talented young"
|
|
|
|
line "trainers."
|
|
|
|
|
|
|
|
para "With people like"
|
|
|
|
line "you, the future of"
|
|
|
|
cont "#MON is bright!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
AzaleaGym_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; warp events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 4, 15, AZALEA_TOWN, 5
|
|
|
|
warp_event 5, 15, AZALEA_TOWN, 5
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; coord events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; bg events
|
2018-02-01 19:22:07 -08:00
|
|
|
bg_event 3, 13, BGEVENT_READ, AzaleaGymStatue
|
|
|
|
bg_event 6, 13, BGEVENT_READ, AzaleaGymStatue
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 7 ; object events
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 5, 7, SPRITE_BUGSY, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, AzaleaGymBugsyScript, -1
|
|
|
|
object_event 5, 3, SPRITE_BUG_CATCHER, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_TRAINER, 2, TrainerBugCatcherBenny, -1
|
|
|
|
object_event 8, 8, SPRITE_BUG_CATCHER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_TRAINER, 3, TrainerBugCatcherAl, -1
|
|
|
|
object_event 0, 2, SPRITE_BUG_CATCHER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_TRAINER, 3, TrainerBugCatcherJosh, -1
|
|
|
|
object_event 4, 10, SPRITE_TWIN, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 1, TrainerTwinsAmyandmay1, -1
|
|
|
|
object_event 5, 10, SPRITE_TWIN, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 1, TrainerTwinsAmyandmay2, -1
|
|
|
|
object_event 7, 13, SPRITE_GYM_GUY, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, AzaleaGymGuyScript, -1
|