summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 13ee5769..5b4c41b3 100755
--- a/main.asm
+++ b/main.asm
@@ -2476,7 +2476,7 @@ ApplyOutOfBattlePoisonDamage: ; c3de (3:43de)
ld a, [wd730]
add a
jp c, .noBlackOut ; no black out if joypad states are being simulated
- ld a, [wd493]
+ ld a, [wPreventBlackout]
bit 7, a
jp nz, .noBlackOut
ld a, [wd72e]