summaryrefslogtreecommitdiff
path: root/data/hm_moves.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-12-23 13:17:46 -0500
committerGitHub <noreply@github.com>2017-12-23 13:17:46 -0500
commit878092004956418bfd77bfdb9fc9dd7f640f80d2 (patch)
tree3a97e3eb15d5c545977038e67589f92158e5bf23 /data/hm_moves.asm
parenta6656a986bf9dde51561cab090648e0117b173ad (diff)
parent3c37bfc6fa2570a0a77c1230673910257ecf32df (diff)
Merge pull request #419 from roukaour/master
More reorganization and documentation
Diffstat (limited to 'data/hm_moves.asm')
-rw-r--r--data/hm_moves.asm12
1 files changed, 0 insertions, 12 deletions
diff --git a/data/hm_moves.asm b/data/hm_moves.asm
deleted file mode 100644
index ac9f1f542..000000000
--- a/data/hm_moves.asm
+++ /dev/null
@@ -1,12 +0,0 @@
-; 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