aboutsummaryrefslogtreecommitdiffstats
path: root/home.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.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.asm')
-rw-r--r--home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.asm b/home.asm
index c33ab449..83860e2e 100644
--- a/home.asm
+++ b/home.asm
@@ -960,7 +960,7 @@ GetItemPrice::
ld h, [hl]
ld l, a
ld a, [wcf91] ; a contains item id
- cp HM_01
+ cp HM01
jr nc, .getTMPrice
ld bc, $3
.loop