aboutsummaryrefslogtreecommitdiff
path: root/entity
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-08-22 17:49:29 +0200
committerAstatin <[email protected]>2025-08-22 17:49:29 +0200
commit76be4685a3270ba15a14439ef8265aa82efd8218 (patch)
treec4e39c20715afe0acaecc46a79ff906c2176267b /entity
parent2695e4c42c4bd8007803cf674384a8a34bcd78ef (diff)
Fix bug sound effect & bug health underflow
Diffstat (limited to 'entity')
-rw-r--r--entity/bunny.gbasm2
1 files changed, 1 insertions, 1 deletions
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