comment statdown move command

This commit is contained in:
yenatch 2013-06-13 16:10:39 -04:00
parent eab37ef920
commit 8ae709be9f
3 changed files with 149 additions and 104 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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

View File

@ -621,7 +621,14 @@ BattleScriptBuffer: ; c68a
BattleScriptBufferLoc: ; c6b2
ds 2
ds 24
ds 2
PlayerStats: ; c6b6
ds 10
ds 1
EnemyStats: ; c6c1
ds 10
ds 1
PlayerStatLevels: ; c6cc
; 07 neutral
@ -749,7 +756,14 @@ WeatherCount: ; c70b
; # turns remaining
ds 1
ds 6
LoweredStat: ; c70c
ds 1
EffectFailed: ; c70d
ds 1
FailedMessage: ; c70e
ds 1
ds 3
PlayerUsedMoves: ; c712
; add a move that has been used once by the player