diff options
author | yenatch <yenatch@gmail.com> | 2013-03-22 04:08:47 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-03-22 04:15:35 -0400 |
commit | f0346a9982ed2cda3f8d0aa5f14cfb1b8b84602e (patch) | |
tree | 53a797c9816b7997aa5243ce7e94b3dbb1972e46 /wram.asm | |
parent | d7757676513e9e02fc67d99a7c60c02f74344292 (diff) |
various minor additions
-battle variable constants
-step counters
-turn update fns
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 |