diff options
Diffstat (limited to 'data/hm_moves.asm')
-rw-r--r-- | data/hm_moves.asm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/hm_moves.asm b/data/hm_moves.asm new file mode 100644 index 000000000..ac9f1f542 --- /dev/null +++ b/data/hm_moves.asm @@ -0,0 +1,12 @@ +; HM moves can't be forgotten + +HMMoves: ; 34f0 + db CUT + db FLY + db SURF + db STRENGTH + db FLASH + db WATERFALL + db WHIRLPOOL + db -1 ; end +; 34f8 |