summaryrefslogtreecommitdiff
path: root/battle/effect_commands.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2016-01-12 12:46:18 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2016-01-12 12:46:18 -0500
commit2ed6c357af335a1df33932383c00375b799300b2 (patch)
tree175e12b8359bc00d9ba30af0c448d612a36df473 /battle/effect_commands.asm
parent35f687b5365cb5e4b607e180646e6062d59a357a (diff)
More WRAM tidying
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r--battle/effect_commands.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index b2712937f..856a1da7f 100644
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -3155,7 +3155,7 @@ BattleCommand_BeatUp: ; 35461
xor a
ld [PlayerRolloutCount], a
ld [wd002], a
- ld [wc72d], a
+ ld [wBeatUpHitAtLeastOnce], a
jr .got_mon
.next_mon
@@ -3188,7 +3188,7 @@ BattleCommand_BeatUp: ; 35461
jp nz, .beatup_fail
ld a, $1
- ld [wc72d], a
+ ld [wBeatUpHitAtLeastOnce], a
ld hl, BeatUpAttackText
call StdBattleTextBox
ld a, [EnemyMonSpecies]
@@ -3223,7 +3223,7 @@ BattleCommand_BeatUp: ; 35461
xor a
ld [EnemyRolloutCount], a
ld [wd002], a
- ld [wc72d], a
+ ld [wBeatUpHitAtLeastOnce], a
jr .enemy_continue
.not_first_enemy_beatup
@@ -3283,7 +3283,7 @@ BattleCommand_BeatUp: ; 35461
jr nz, .beatup_fail
ld a, $1
- ld [wc72d], a
+ ld [wBeatUpHitAtLeastOnce], a
jr .finish_beatup
.wild
@@ -3332,7 +3332,7 @@ BattleCommand_BeatUp: ; 35461
BattleCommanda8: ; 355b5
- ld a, [wc72d]
+ ld a, [wBeatUpHitAtLeastOnce]
and a
ret nz