diff options
author | Astatin <[email protected]> | 2025-05-06 12:25:55 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-05-06 12:25:55 +0200 |
commit | 245c6e40f7199e4239763bae41722a03e00abfab (patch) | |
tree | e052cbec518e050c0dd28788c064d5c3090082bc /map | |
parent | 9261f0860f997d7fcaba1d508114d9e0f0253e91 (diff) |
Mouse double movement (but broken with collision stuff)
Diffstat (limited to 'map')
-rw-r--r-- | map/dungeons.gbasm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/map/dungeons.gbasm b/map/dungeons.gbasm index ca0293b..5236b29 100644 --- a/map/dungeons.gbasm +++ b/map/dungeons.gbasm @@ -88,6 +88,8 @@ 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 |