From 2695e4c42c4bd8007803cf674384a8a34bcd78ef Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 19 Aug 2025 17:36:46 +0200 Subject: Do not close dialogue on start button --- map/dungeons/morningforest.gbasm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'map/dungeons') diff --git a/map/dungeons/morningforest.gbasm b/map/dungeons/morningforest.gbasm index af59699..3ee08e3 100644 --- a/map/dungeons/morningforest.gbasm +++ b/map/dungeons/morningforest.gbasm @@ -22,12 +22,6 @@ 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 -- cgit v1.2.3-70-g09d2