summaryrefslogtreecommitdiff
path: root/engine/overworld/step_functions.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/overworld/step_functions.asm')
-rw-r--r--engine/overworld/step_functions.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/overworld/step_functions.asm b/engine/overworld/step_functions.asm
index bc1a74aa..84b09291 100644
--- a/engine/overworld/step_functions.asm
+++ b/engine/overworld/step_functions.asm
@@ -1,4 +1,4 @@
-ApplyOutOfBattlePoisonDamage: ; c3de (3:43de)
+ApplyOutOfBattlePoisonDamage:
ld a, [wd730]
add a
jp c, .noBlackOut ; no black out if joypad states are being simulated
@@ -124,7 +124,7 @@ ApplyOutOfBattlePoisonDamage: ; c3de (3:43de)
ld [wOutOfBattleBlackout], a
ret
-Func_c4c7: ; c4c7 (3:44c7)
+Func_c4c7:
ld a, [wStepCounter]
and a
jr nz, .asm_c4de
@@ -148,4 +148,4 @@ Func_c4c7: ; c4c7 (3:44c7)
.asm_c4ef
xor a
ld [wd49c], a
- ret \ No newline at end of file
+ ret