comment statdown move command
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
MAX_LEVEL EQU 100
|
||||
NUM_MOVES EQU 4
|
||||
|
||||
ATTACK EQU 0
|
||||
DEFENSE EQU 1
|
||||
SPEED EQU 2
|
||||
SP_ATTACK EQU 3
|
||||
SP_DEFENSE EQU 4
|
||||
ACCURACY EQU 5
|
||||
EVASION EQU 6
|
||||
|
||||
; move struct
|
||||
MOVE_LENGTH EQU 7
|
||||
MOVE_ANIM EQU 0
|
||||
|
Reference in New Issue
Block a user