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 /definitions.gbasm | |
parent | 5eb4fc176cae7907a90789051e1e3a9d1fc10f37 (diff) |
Add per entity spawning rate
Diffstat (limited to 'definitions.gbasm')
-rw-r--r-- | definitions.gbasm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/definitions.gbasm b/definitions.gbasm index 7c22ec2..3bfa97b 100644 --- a/definitions.gbasm +++ b/definitions.gbasm @@ -138,6 +138,8 @@ .DEFINE mem_stat_jump_instruction $c044 ; takes from c044 to c046 .DEFINE mem_stat_jump_destination $c045 ; takes from c045 to c046 +.DEFINE mem_entity_spawning_pattern ($c046) + ; ## WARNING THE SPACE BETWEEN $c400 and $c800 is used as a buffer for the loading map function during dungeon generation .DEFINE mem_map_loading_buffer $c400 |