diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-05 22:52:27 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-05 22:52:27 -0400 |
commit | 405889193ed592174407599df0bfd08a2d707a1b (patch) | |
tree | 31da6c7932b28f91990add89e99388941e4400f9 /scripts/CeladonGym.asm | |
parent | 66ebe56adc7a6a742a413eb2adbdc369b86183d5 (diff) |
TM/HM constants named after moves
Diffstat (limited to 'scripts/CeladonGym.asm')
-rwxr-xr-x | scripts/CeladonGym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/CeladonGym.asm b/scripts/CeladonGym.asm index 1a39cc3f..4af9d146 100755 --- a/scripts/CeladonGym.asm +++ b/scripts/CeladonGym.asm @@ -47,7 +47,7 @@ CeladonGymText_48963: ld [hSpriteIndexOrTextID], a call DisplayTextID SetEvent EVENT_BEAT_ERIKA - lb bc, TM_21, 1 + lb bc, TM_MEGA_DRAIN, 1 call GiveItem jr nc, .BagFull ld a, $a |