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 d617285..af586e1 100644 --- a/entity/bunny.gbasm +++ b/entity/bunny.gbasm @@ -63,7 +63,7 @@ Move_Bunny: .Poison_effect: LD A, $mem_bunny_status CP $08 - JR NZ, =.Poison_effect.end + JP NZ, =.Poison_effect.end LD A, $f6 LD $mem_bunny_status_tile, A LD A, $mem_moving_animation_step |