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/Route15.asm | |
parent | 0c4bf512d08d3779d1185dd08b3f21041f2b6044 (diff) |
opentext and breeding
Diffstat (limited to 'maps/Route15.asm')
-rw-r--r-- | maps/Route15.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/Route15.asm b/maps/Route15.asm index 3519945e7..f3019c27d 100644 --- a/maps/Route15.asm +++ b/maps/Route15.asm @@ -19,7 +19,7 @@ TrainerTeacherColette: TeacherColetteScript: end_if_just_battled - loadfont + opentext writetext UnknownText_0x1aa60d waitbutton closetext @@ -30,7 +30,7 @@ TrainerTeacherHillary: TeacherHillaryScript: end_if_just_battled - loadfont + opentext writetext UnknownText_0x1aa6ca waitbutton closetext @@ -41,7 +41,7 @@ TrainerSchoolboyKipp: SchoolboyKippScript: end_if_just_battled - loadfont + opentext writetext UnknownText_0x1aa740 waitbutton closetext @@ -52,7 +52,7 @@ TrainerSchoolboyTommy: SchoolboyTommyScript: end_if_just_battled - loadfont + opentext writetext UnknownText_0x1aa7bc waitbutton closetext @@ -63,7 +63,7 @@ TrainerSchoolboyJohnny: SchoolboyJohnnyScript: end_if_just_battled - loadfont + opentext writetext UnknownText_0x1aa84a waitbutton closetext @@ -74,7 +74,7 @@ TrainerSchoolboyBilly: SchoolboyBillyScript: end_if_just_battled - loadfont + opentext writetext UnknownText_0x1aa8b0 waitbutton closetext |