diff options
Diffstat (limited to 'data/moves/hm_moves.asm')
| -rw-r--r-- | data/moves/hm_moves.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/moves/hm_moves.asm b/data/moves/hm_moves.asm new file mode 100644 index 00000000..4f14b8df --- /dev/null +++ b/data/moves/hm_moves.asm @@ -0,0 +1,10 @@ +; This file is INCLUDEd twice: +; - for HMMoves in home/names.asm +; - for HMMoveArray in engine/pokemon/bills_pc.asm + + db CUT + db FLY + db SURF + db STRENGTH + db FLASH + db -1 ; end |
