aboutsummaryrefslogtreecommitdiff
path: root/entity/bunny.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-04-11 11:41:48 +0200
committerAstatin <[email protected]>2025-04-11 11:41:48 +0200
commit690ff7c09726d9e760b52b717c70e9567531175c (patch)
tree4e951d5ca5914b998dbb066aee11b03955e7281b /entity/bunny.gbasm
parent5eb4fc176cae7907a90789051e1e3a9d1fc10f37 (diff)
Add per entity spawning rate
Diffstat (limited to 'entity/bunny.gbasm')
-rw-r--r--entity/bunny.gbasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/bunny.gbasm b/entity/bunny.gbasm
index 7789ec5..4ae93f3 100644
--- a/entity/bunny.gbasm
+++ b/entity/bunny.gbasm
@@ -296,7 +296,7 @@ Move_Bunny:
INC A
DAA
JR C, =.End_movement.skip_mana_regen
- CP $30
+ CP $31
JR NC, =.End_movement.skip_mana_regen
LD $mem_bunny_mana, A