summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-06 11:52:24 -0400
committerGitHub <noreply@github.com>2020-07-06 11:52:24 -0400
commit122d715484b79aba71d79caf148bac4a2ec441a5 (patch)
treea13bdf621fa8d3f3836ecb6e8d3a269ccc5d61cc /home.asm
parentc57c93d2b2fb06cadafefda37c0974ba1ec9e6c0 (diff)
parent43e0e40d5a4af369661fd6c7aa44d7265b9f6e59 (diff)
Merge pull request #261 from Rangi42/master
Port pokecrystal's base data and tmhm structure
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