diff options
author | Astatin <[email protected]> | 2025-08-19 15:57:51 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-08-19 15:57:51 +0200 |
commit | bbc5ab6ad02dbabcb79e1e83195288c0fb8cf1d1 (patch) | |
tree | 619cda5870860164fd8bddcb4e0ed741cf63ca49 /map | |
parent | c70b3cb2cab64d550a585dcfbc166bf30c0ea955 (diff) |
Add insect bite & frog grab sound effects + disallow 2 sound effects at once
Diffstat (limited to 'map')
-rw-r--r-- | map/dungeons/morningforest.gbasm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/map/dungeons/morningforest.gbasm b/map/dungeons/morningforest.gbasm index 3ee08e3..af59699 100644 --- a/map/dungeons/morningforest.gbasm +++ b/map/dungeons/morningforest.gbasm @@ -22,6 +22,12 @@ Morning_Forest: .max_floor: .DB 0x0a, inv(0x0a) .spawning_patterns: + ; DBG + .DB $entity_frog_index, $entity_frog_index, $entity_frog_index, $entity_frog_index, $ff + .DB $entity_frog_index, $entity_frog_index, $entity_frog_index, $entity_frog_index, $ff + .DB $entity_frog_index, $entity_frog_index, $entity_frog_index, $entity_frog_index, $ff + .DB $entity_frog_index, $entity_frog_index, $entity_frog_index, $entity_frog_index, $ff + .DB $entity_cat_index, $entity_cat_index, $entity_cat_index, $entity_fimsh_index, 0b00000010 .DB $entity_cat_index, $entity_cat_index, $entity_penguin_index, $entity_fimsh_index, 0b00100011 .DB $entity_cat_index, $entity_cat_index, $entity_fox_index, $entity_fimsh_index, 0b00100111 |