summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-06-13 14:57:26 -0700
committerBryan Bishop <kanzure@gmail.com>2013-06-13 14:57:26 -0700
commitd9779c58523bc5e8ccf14deb62aff7ca0a2b76dd (patch)
treef1bb02ed6564d238072608976d8a0210c917af96 /wram.asm
parent4eebcf0ae2fc411916cdd44b4ca3ffdb1b6cca7b (diff)
parentbbed370d84e1721fc78c008bc5122776703f0f41 (diff)
Merge pull request #146 from yenatch/master
statdown comments + fix make pngs
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm18
1 files changed, 16 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index aaea09cbb..0f7096ebf 100644
--- a/wram.asm
+++ b/wram.asm
@@ -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