summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home.asm b/home.asm
index b2e96b160..670f63f95 100644
--- a/home.asm
+++ b/home.asm
@@ -1036,13 +1036,13 @@ IsHM:: ; 34df
; 34e7
IsHMMove:: ; 34e7
- ld hl, .HMMoves
+ ld hl, HMMoves
ld de, 1
jp IsInArray
-.HMMoves:
+
INCLUDE "data/hm_moves.asm"
-; 34f8
+
GetMoveName:: ; 34f8
push hl