summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-03-22 04:08:47 -0400
committeryenatch <yenatch@gmail.com>2013-03-22 04:15:35 -0400
commitf0346a9982ed2cda3f8d0aa5f14cfb1b8b84602e (patch)
tree53a797c9816b7997aa5243ce7e94b3dbb1972e46 /wram.asm
parentd7757676513e9e02fc67d99a7c60c02f74344292 (diff)
various minor additions
-battle variable constants -step counters -turn update fns
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm11
1 files changed, 7 insertions, 4 deletions
diff --git a/wram.asm b/wram.asm
index a693e28c7..444856409 100644
--- a/wram.asm
+++ b/wram.asm
@@ -565,10 +565,8 @@ EnemyDamageTaken: ; c684
BattleScriptBuffer: ; c68a
ds 40
-BattleScriptBufferLocLo: ; c6b2
- ds 1
-BattleScriptBufferLocHi: ; c6b3
- ds 1
+BattleScriptBufferLoc: ; c6b2
+ ds 2
ds 25
@@ -1286,6 +1284,11 @@ Box13Name: ; dbe1
Box14Name: ; dbea
ds 9
+SECTION "steps", BSS[$dc73]
+StepCount: ; dc73
+ ds 1
+PoisonStepCount: ; dc74
+ ds 1
SECTION "FlypointPermissions", BSS[$dca5]
FlypointPerms: ; dca5