You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Move more data tables into data/ files.
This commit is contained in:
9
data/hm_moves.asm
Normal file
9
data/hm_moves.asm
Normal file
@@ -0,0 +1,9 @@
|
||||
; HM moves can't be forgotten
|
||||
db CUT
|
||||
db FLY
|
||||
db SURF
|
||||
db STRENGTH
|
||||
db FLASH
|
||||
db WATERFALL
|
||||
db WHIRLPOOL
|
||||
db -1 ; end
|
||||
Reference in New Issue
Block a user