summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-05-04 16:23:03 -0400
committerentrpntr <entrpntr@gmail.com>2020-05-04 16:23:03 -0400
commit858f7a0b8a7aebe69df387654e3201051d348b9e (patch)
tree990a5c6dbd7e312b57a89298070cbff8e55293aa /home
parentfd35959d94c9487e74b2376e529302b32061af83 (diff)
Finish cleanup of bank 3.
Diffstat (limited to 'home')
-rwxr-xr-xhome/names.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/names.asm b/home/names.asm
index 35b3d132..e3da8793 100755
--- a/home/names.asm
+++ b/home/names.asm
@@ -196,7 +196,7 @@ GetTMHMName::
push de
ld a, [wNamedObjectIndexBuffer]
ld c, a
- callfar GetNumberedTMHM
+ callfar GetTMHMNumber
pop de
; HM numbers start from 51, not 1