summaryrefslogtreecommitdiff
path: root/battle/effect_commands.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r--battle/effect_commands.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 0425cda5d..ca1088a0f 100644
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -136,7 +136,7 @@ BattleCommand_CheckTurn: ; 34084
ld [wKickCounter], a
ld [AlreadyDisobeyed], a
ld [AlreadyFailed], a
- ld [wc73e], a
+ ld [wSomeoneIsRampaging], a
ld a, 10 ; 1.0
ld [TypeModifier], a
@@ -2114,10 +2114,10 @@ BattleCommand_LowerSub: ; 34eee
ret
.rollout_rampage
- ld a, [wc73e]
+ ld a, [wSomeoneIsRampaging]
and a
ld a, 0
- ld [wc73e], a
+ ld [wSomeoneIsRampaging], a
ret
; 34f57
@@ -6600,7 +6600,7 @@ BattleCommand_Rampage: ; 36751
inc a
ld [de], a
ld a, 1
- ld [wc73e], a
+ ld [wSomeoneIsRampaging], a
ret
; 36778