diff options
author | Astatin <[email protected]> | 2025-04-11 11:41:48 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-04-11 11:41:48 +0200 |
commit | 690ff7c09726d9e760b52b717c70e9567531175c (patch) | |
tree | 4e951d5ca5914b998dbb066aee11b03955e7281b /modes | |
parent | 5eb4fc176cae7907a90789051e1e3a9d1fc10f37 (diff) |
Add per entity spawning rate
Diffstat (limited to 'modes')
-rw-r--r-- | modes/dungeongeneration.gbasm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modes/dungeongeneration.gbasm b/modes/dungeongeneration.gbasm index 2aa41ba..ace323b 100644 --- a/modes/dungeongeneration.gbasm +++ b/modes/dungeongeneration.gbasm @@ -72,6 +72,7 @@ New_Dungeon: LD (HL+), A LD A, $03 LD (HL+), A + CALL =Update_Enemies_Spawning_Pattern LD A, $06 LD $mem_loaded_special_entity_index, A LD HL, $mem_bunny_attacks |