summaryrefslogtreecommitdiff
path: root/engine/battle/b_2.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/b_2.asm')
-rwxr-xr-xengine/battle/b_2.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/b_2.asm b/engine/battle/b_2.asm
index 6ec58cc0..3c839cba 100755
--- a/engine/battle/b_2.asm
+++ b/engine/battle/b_2.asm
@@ -90,9 +90,9 @@ PayDayEffect_ ; 2feb8 (b:7eb8)
ld [hli], a
ld a, [$fff3]
and a
- ld a, [W_PLAYERMONLEVEL]
+ ld a, [wBattleMonLevel]
jr z, .asm_2fec8 ; 0x2fec3 $3
- ld a, [W_ENEMYMONLEVEL]
+ ld a, [wEnemyMonLevel]
.asm_2fec8
add a
ld [$ff98], a