diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-09 18:25:44 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-09 18:25:44 -0500 |
commit | a5a8364c35eceadf51956dac4212b440290b652c (patch) | |
tree | d8a15952763765979ca031cefde05ecc5c862b2b /maps/AzaleaGym.asm | |
parent | 0c4bf512d08d3779d1185dd08b3f21041f2b6044 (diff) |
opentext and breeding
Diffstat (limited to 'maps/AzaleaGym.asm')
-rw-r--r-- | maps/AzaleaGym.asm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/maps/AzaleaGym.asm b/maps/AzaleaGym.asm index 64b95f9a1..b7cb3e67e 100644 --- a/maps/AzaleaGym.asm +++ b/maps/AzaleaGym.asm @@ -16,7 +16,7 @@ AzaleaGym_MapScriptHeader: BugsyScript: faceplayer - loadfont + opentext checkevent EVENT_BEAT_BUGSY iftrue .FightDone writetext BugsyText_INeverLose @@ -27,7 +27,7 @@ BugsyScript: startbattle returnafterbattle setevent EVENT_BEAT_BUGSY - loadfont + opentext writetext Text_ReceivedHiveBadge playsound SFX_GET_BADGE waitsfx @@ -74,7 +74,7 @@ TrainerTwinsAmyandmay1: .AfterScript: end_if_just_battled - loadfont + opentext writetext TwinsAmyandmay1AfterBattleText waitbutton closetext @@ -85,7 +85,7 @@ TrainerTwinsAmyandmay2: .AfterScript: end_if_just_battled - loadfont + opentext writetext TwinsAmyandmay2AfterBattleText waitbutton closetext @@ -96,7 +96,7 @@ TrainerBug_catcherbenny: .AfterScript: end_if_just_battled - loadfont + opentext writetext Bug_catcherbennyAfterBattleText waitbutton closetext @@ -107,7 +107,7 @@ TrainerBug_catcherAl: .AfterScript: end_if_just_battled - loadfont + opentext writetext Bug_catcherAlAfterBattleText waitbutton closetext @@ -118,7 +118,7 @@ TrainerBug_catcherJosh: .AfterScript: end_if_just_battled - loadfont + opentext writetext Bug_catcherJoshAfterBattleText waitbutton closetext @@ -128,14 +128,14 @@ AzaleaGymGuyScript: faceplayer checkevent EVENT_BEAT_BUGSY iftrue .AzaleaGymGuyWinScript - loadfont + opentext writetext AzaleaGymGuyText waitbutton closetext end .AzaleaGymGuyWinScript - loadfont + opentext writetext AzaleaGymGuyWinText waitbutton closetext |