diff options
Diffstat (limited to 'engine/events')
| -rw-r--r-- | engine/events/poison.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/poison.asm b/engine/events/poison.asm index 18546254..c57af3c4 100644 --- a/engine/events/poison.asm +++ b/engine/events/poison.asm @@ -1,6 +1,6 @@ ApplyOutOfBattlePoisonDamage: ld a, [wStatusFlags5] - assert BIT_SCRIPTED_MOVEMENT_STATE == 7 + ASSERT BIT_SCRIPTED_MOVEMENT_STATE == 7 add a ; overflows scripted movement state bit into carry flag jp c, .noBlackOut ; no black out if joypad states are being simulated ld a, [wd492] |
