From 76be4685a3270ba15a14439ef8265aa82efd8218 Mon Sep 17 00:00:00 2001 From: Astatin Date: Fri, 22 Aug 2025 17:49:29 +0200 Subject: Fix bug sound effect & bug health underflow --- entity/bunny.gbasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'entity') diff --git a/entity/bunny.gbasm b/entity/bunny.gbasm index af586e1..8870dcc 100644 --- a/entity/bunny.gbasm +++ b/entity/bunny.gbasm @@ -245,7 +245,7 @@ Move_Bunny: LD L, A LD H, high($mem_entities_list) LD A, (HL) - DEC A + SUB $01 DAA JR C, =.skip_update_health LD (HL), A -- cgit v1.2.3-70-g09d2