aboutsummaryrefslogtreecommitdiff
path: root/entity/bunny.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'entity/bunny.gbasm')
-rw-r--r--entity/bunny.gbasm4
1 files changed, 2 insertions, 2 deletions
diff --git a/entity/bunny.gbasm b/entity/bunny.gbasm
index 2e61554..7f274ff 100644
--- a/entity/bunny.gbasm
+++ b/entity/bunny.gbasm
@@ -1,13 +1,13 @@
Move_Bunny:
LD A, $mem_bunny_health
CP $00
- JR NZ, =Move_Bunny.not_dead
+ JR NZ, =.not_dead
LD A, $20
LD $mem_bunny_direction, A
RET
- Move_Bunny.not_dead:
+ .not_dead:
LD A, $mem_bunny_flags
LD E, $01