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/ViridianCity.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/ViridianCity.asm')
| -rwxr-xr-x | scripts/ViridianCity.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ViridianCity.asm b/scripts/ViridianCity.asm index 20594974..2a86374e 100755 --- a/scripts/ViridianCity.asm +++ b/scripts/ViridianCity.asm @@ -235,7 +235,7 @@ ViridianCityText6: jr nz, .gotTm42 ld hl, ViridianCityText_191ca call PrintText - lb bc, TM_42, 1 + lb bc, TM_DREAM_EATER, 1 call GiveItem jr nc, .BagFull ld hl, ReceivedTM42Text |
