summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-14 00:36:24 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-14 00:36:24 -0500
commite48a401290e794854880f06fc230a369f37e6b9b (patch)
treedcad6cd5d1a7e62a2f2a92522c5619d41dc416cf /home.asm
parent8745915dbd38e9647e0b27d20cb73da0fdde353f (diff)
Reorganize macros
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm7
1 files changed, 1 insertions, 6 deletions
diff --git a/home.asm b/home.asm
index 670f63f95..68d0fe70f 100644
--- a/home.asm
+++ b/home.asm
@@ -1035,13 +1035,8 @@ IsHM:: ; 34df
ret
; 34e7
-IsHMMove:: ; 34e7
- ld hl, HMMoves
- ld de, 1
- jp IsInArray
-
-INCLUDE "data/hm_moves.asm"
+INCLUDE "home/hm_moves.asm"
GetMoveName:: ; 34f8