aboutsummaryrefslogtreecommitdiff
path: root/map
diff options
context:
space:
mode:
Diffstat (limited to 'map')
-rw-r--r--map/dungeons.gbasm8
1 files changed, 3 insertions, 5 deletions
diff --git a/map/dungeons.gbasm b/map/dungeons.gbasm
index 5236b29..5d75952 100644
--- a/map/dungeons.gbasm
+++ b/map/dungeons.gbasm
@@ -88,13 +88,11 @@ Dungeon:
.name: .DB =Dungeon_Name_1_Txt
.max_floor: .DB 0x0a, inv(0x0a)
.spawning_patterns:
- .DB $04, $04, $04, $04, 0b11111111
- ; UNDER THIS IS THE REAL ONE
.DB $02, $02, $02, $05, 0b00000010
.DB $02, $02, $03, $05, 0b00100011
.DB $02, $02, $00, $05, 0b00100111
.DB $00, $02, $03, $05, 0b00011101
- .DB $02, $02, $00, $05, 0b00111111
+ .DB $02, $02, $04, $05, 0b00111111
.DB $02, $00, $03, $05, 0b00011111
- .DB $00, $00, $03, $05, 0b00011111
- .DB $00, $00, $03, $05, 0b00111111
+ .DB $00, $04, $03, $05, 0b00011111
+ .DB $00, $04, $03, $05, 0b00111111