summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm9
1 files changed, 1 insertions, 8 deletions
diff --git a/home.asm b/home.asm
index 4686ed4b1..7e2cc786f 100644
--- a/home.asm
+++ b/home.asm
@@ -1041,14 +1041,7 @@ IsHMMove:: ; 34e7
jp IsInArray
.HMMoves:
- db CUT
- db FLY
- db SURF
- db STRENGTH
- db FLASH
- db WATERFALL
- db WHIRLPOOL
- db -1
+INCLUDE "data/hm_moves.asm"
; 34f8
GetMoveName:: ; 34f8