diff options
author | yenatch <yenatch@gmail.com> | 2013-06-13 16:10:39 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-06-13 16:10:39 -0400 |
commit | 8ae709be9f74cd194ac1d0a8a1d95f6afb4c6439 (patch) | |
tree | 3ffc5535c2284216b6ada569b3e195fff8692e14 /battle_constants.asm | |
parent | eab37ef9200e79fd6b97588c784835a74d53c901 (diff) |
comment statdown move command
Diffstat (limited to 'battle_constants.asm')
-rw-r--r-- | battle_constants.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/battle_constants.asm b/battle_constants.asm index 1515009d6..ee450c984 100644 --- a/battle_constants.asm +++ b/battle_constants.asm @@ -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 |