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 /wram.asm | |
parent | eab37ef9200e79fd6b97588c784835a74d53c901 (diff) |
comment statdown move command
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -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 |