You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Reorganize macros
This commit is contained in:
17
home/hm_moves.asm
Normal file
17
home/hm_moves.asm
Normal file
@@ -0,0 +1,17 @@
|
||||
; HM moves can't be forgotten
|
||||
|
||||
IsHMMove:: ; 34e7
|
||||
ld hl, .HMMoves
|
||||
ld de, 1
|
||||
jp IsInArray
|
||||
|
||||
.HMMoves: ; 34f0
|
||||
db CUT
|
||||
db FLY
|
||||
db SURF
|
||||
db STRENGTH
|
||||
db FLASH
|
||||
db WATERFALL
|
||||
db WHIRLPOOL
|
||||
db -1 ; end
|
||||
; 34f8
|
||||
Reference in New Issue
Block a user