aboutsummaryrefslogtreecommitdiffstats
path: root/home/names2.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-05 22:52:27 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-05 22:52:27 -0400
commit405889193ed592174407599df0bfd08a2d707a1b (patch)
tree31da6c7932b28f91990add89e99388941e4400f9 /home/names2.asm
parentPort pokecrystal's base data and tmhm structure (diff)
downloadpokeyellow-405889193ed592174407599df0bfd08a2d707a1b.tar.gz
pokeyellow-405889193ed592174407599df0bfd08a2d707a1b.tar.xz
pokeyellow-405889193ed592174407599df0bfd08a2d707a1b.zip
TM/HM constants named after moves
Diffstat (limited to 'home/names2.asm')
-rw-r--r--home/names2.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/names2.asm b/home/names2.asm
index 319febd3..ecf6ae63 100644
--- a/home/names2.asm
+++ b/home/names2.asm
@@ -19,7 +19,7 @@ GetName::
; TM names are separate from item names.
; BUG: This applies to all names instead of just items.
- cp HM_01
+ cp HM01
jp nc, GetMachineName
ld a, [hLoadedROMBank]