From 3caf9a43e308af32ba23fd672ba662d2ea4c091e Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 9 Apr 2016 18:13:37 -0400 Subject: Some Bank3F Pikachu Emotions disassembling and partial documentation. --- engine/overworld/step_functions.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/overworld/step_functions.asm') diff --git a/engine/overworld/step_functions.asm b/engine/overworld/step_functions.asm index 84cf4e82..58667e51 100644 --- a/engine/overworld/step_functions.asm +++ b/engine/overworld/step_functions.asm @@ -2,7 +2,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] -- cgit v1.3.1-sl0p