diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 18:45:25 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 18:45:25 -0500 |
commit | 2f0973f3e0b54073a7fe542258ceb1314f4a0023 (patch) | |
tree | 5563e2057410cde417ad8a05e05a00c4676ef90b /maps/AzaleaGym.asm | |
parent | fbc353f206ad457f32493b061b83e9067109e504 (diff) |
Clean up some hex values in map scripts
Diffstat (limited to 'maps/AzaleaGym.asm')
-rw-r--r-- | maps/AzaleaGym.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/AzaleaGym.asm b/maps/AzaleaGym.asm index 1e36df96f..b73a00a03 100644 --- a/maps/AzaleaGym.asm +++ b/maps/AzaleaGym.asm @@ -23,7 +23,7 @@ AzaleaGymBugsyScript: waitbutton closetext winlosstext BugsyText_ResearchIncomplete, 0 - loadtrainer BUGSY, 1 + loadtrainer BUGSY, BUGSY1 startbattle reloadmapafterbattle setevent EVENT_BEAT_BUGSY @@ -146,7 +146,7 @@ AzaleaGymStatue: iftrue .Beaten jumpstd gymstatue1 .Beaten: - trainertotext BUGSY, 1, $1 + trainertotext BUGSY, BUGSY1, $1 jumpstd gymstatue2 BugsyText_INeverLose: |