You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
@@ -1,6 +1,6 @@
|
||||
; Characteristics of each move.
|
||||
|
||||
move: MACRO
|
||||
MACRO move
|
||||
db \1 ; animation
|
||||
db \2 ; effect
|
||||
db \3 ; power
|
||||
|
@@ -18,7 +18,7 @@ endr
|
||||
assert_table_length NUM_TMS + NUM_HMS
|
||||
|
||||
; Move tutors
|
||||
n = 1
|
||||
DEF n = 1
|
||||
for n, 1, NUM_TUTORS + 1
|
||||
db MT{02d:n}_MOVE
|
||||
endr
|
||||
|
Reference in New Issue
Block a user