diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/hm_moves.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/hm_moves.asm b/data/hm_moves.asm new file mode 100644 index 00000000..d72eddfe --- /dev/null +++ b/data/hm_moves.asm @@ -0,0 +1,7 @@ +HMMoveArray: + db CUT + db FLY + db SURF + db STRENGTH + db FLASH + db -1 |