diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-05 19:13:09 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-05 19:13:09 -0500 |
commit | 5eed48f05d3634146deb2442cd8f62bbad0ae352 (patch) | |
tree | b4aa235ba1734378e2ebb2ea6aaf9c812d9c5fe4 /battle/effect_commands.asm | |
parent | 1205fe5100c09624350b5e6822b4c063586afcaf (diff) |
Some battle labels
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r-- | battle/effect_commands.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index b36d514f7..4d2062d4b 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -3295,12 +3295,12 @@ BattleCommand12: ; 35250 bit SUBSTATUS_RAGE, a ret z - ld de, wc72c + ld de, wEnemyRageCounter ld a, [hBattleTurn] and a - jr z, .asm_3526b - ld de, wc72b -.asm_3526b + jr z, .player + ld de, wPlayerRageCounter +.player ld a, [de] inc a ret z @@ -3324,9 +3324,9 @@ BattleCommanda2: ; 3527b ld c, a ld a, [hBattleTurn] and a - ld a, [wc72b] + ld a, [wPlayerRageCounter] jr z, .asm_35290 - ld a, [wc72c] + ld a, [wEnemyRageCounter] .asm_35290 and a jr z, .asm_3529a |