diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-22 22:19:33 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-22 22:19:33 -0500 |
commit | 30b37da3870217da1eaecca82bb77ca4343ada49 (patch) | |
tree | 838dae239bf68174d3d3358738939aaabe287a31 /wram.asm | |
parent | d08199c79d8168368aeac0381427d533e09f073d (diff) |
More stats screen shenanigans
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1487,7 +1487,7 @@ PlayerHPPal:: ; cd99 EnemyHPPal:: ; cd9a ds 1 -wcd9b:: ds 6 +wHPPals:: ds PARTY_LENGTH wcda1:: ds 8 wSGBPals:: ds 48 ; cda9 @@ -1660,7 +1660,9 @@ GameTimerPause:: ; cfbc ds 1 -wcfbe:: ds 2 +wcfbe:: +; SGB flags? + ds 2 InBattleTowerBattle:: ; cfc0 ; 0 not in BattleTower-Battle |