diff options
Diffstat (limited to 'entity')
-rw-r--r-- | entity/bunny.gbasm | 2 |
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 |