From 312fad238b2f0dfcb904b572e545dd85984167d8 Mon Sep 17 00:00:00 2001 From: Astatin Date: Fri, 29 Aug 2025 21:43:19 +0200 Subject: Fix poison attack previous status check (same as the freeze one a couple of commits ago) --- enemiesattacks/poison.gbasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enemiesattacks/poison.gbasm b/enemiesattacks/poison.gbasm index b2af90e..795ba06 100644 --- a/enemiesattacks/poison.gbasm +++ b/enemiesattacks/poison.gbasm @@ -56,7 +56,7 @@ Poison_Enemy_Attack: ; Direction to face in E. Result in BC (XY), Direction in D POP BC RET Z - LD A, $mem_bunny_flags + LD A, $mem_bunny_status CP $00 RET NZ -- cgit v1.2.3-70-g09d2