From 4b02238d88af30c98b2f8d44e5200fb80b04bcad Mon Sep 17 00:00:00 2001 From: Astatin Date: Wed, 7 May 2025 17:01:22 +0200 Subject: I was adding the frog and then broke everything to fix the viewport thingy --- map/dungeons.gbasm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'map/dungeons.gbasm') diff --git a/map/dungeons.gbasm b/map/dungeons.gbasm index 5d75952..930fede 100644 --- a/map/dungeons.gbasm +++ b/map/dungeons.gbasm @@ -88,6 +88,9 @@ Dungeon: .name: .DB =Dungeon_Name_1_Txt .max_floor: .DB 0x0a, inv(0x0a) .spawning_patterns: + ; --DBG-- + .DB $01, $01, $01, $01, 0b11111111 + ; --DBG-- .DB $02, $02, $02, $05, 0b00000010 .DB $02, $02, $03, $05, 0b00100011 .DB $02, $02, $00, $05, 0b00100111 -- cgit v1.2.3-70-g09d2