diff options
author | yenatch <yenatch@gmail.com> | 2017-12-06 00:06:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-06 00:06:11 -0500 |
commit | cf7eec3bdeeaa9ace0bba7db87c0c71bd48915ba (patch) | |
tree | 3209f6cb5cd2f1119f438bf9642347622c22db80 /maps/Route24.asm | |
parent | 08ddbe843b6d29c0901ff5f0862cbb5a57b557d7 (diff) | |
parent | 15015e48779386ae01fe3b3a07a0b776f9933f60 (diff) |
Merge pull request #404 from surskitty/master
De-Magic-Numbers the Rocket Grunts
Diffstat (limited to 'maps/Route24.asm')
-rw-r--r-- | maps/Route24.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/Route24.asm b/maps/Route24.asm index ef8570fe2..365d347e5 100644 --- a/maps/Route24.asm +++ b/maps/Route24.asm @@ -16,7 +16,7 @@ RocketScript_0x1adbfa: waitbutton closetext winlosstext UnknownText_0x1add67, -1 - loadtrainer GRUNTM, 31 + loadtrainer GRUNTM, GRUNTM_31 startbattle dontrestartmapmusic reloadmapafterbattle |