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/FuchsiaGym.asm | |
| parent | Port pokecrystal's base data and tmhm structure (diff) | |
| download | pokeyellow-405889193ed592174407599df0bfd08a2d707a1b.tar.gz pokeyellow-405889193ed592174407599df0bfd08a2d707a1b.tar.xz pokeyellow-405889193ed592174407599df0bfd08a2d707a1b.zip | |
TM/HM constants named after moves
Diffstat (limited to 'scripts/FuchsiaGym.asm')
| -rwxr-xr-x | scripts/FuchsiaGym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/FuchsiaGym.asm b/scripts/FuchsiaGym.asm index bf494074..6fa569a0 100755 --- a/scripts/FuchsiaGym.asm +++ b/scripts/FuchsiaGym.asm @@ -47,7 +47,7 @@ FuchsiaGymScript3_75497: ld [hSpriteIndexOrTextID], a call DisplayTextID SetEvent EVENT_BEAT_KOGA - lb bc, TM_06, 1 + lb bc, TM_TOXIC, 1 call GiveItem jr nc, .BagFull ld a, $a |
