aboutsummaryrefslogtreecommitdiff
path: root/entity/cat.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'entity/cat.gbasm')
-rw-r--r--entity/cat.gbasm5
1 files changed, 4 insertions, 1 deletions
diff --git a/entity/cat.gbasm b/entity/cat.gbasm
index 23d1510..837dd39 100644
--- a/entity/cat.gbasm
+++ b/entity/cat.gbasm
@@ -36,7 +36,10 @@ Cat_Turn:
PUSH DE
LD D, $6C
LD E, $04
- CALL =Spawn_object
+ CALL =RNG_Step
+ AND $03
+ CP $00
+ CALL Z, =Spawn_object
POP DE
JP =.Skip_turn