Skip to content

Commit

Permalink
Update DungeonMaps.asm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeimuzu277 authored Jul 13, 2024
1 parent 22ea662 commit 60d0637
Showing 1 changed file with 34 additions and 14 deletions.
48 changes: 34 additions & 14 deletions DungeonMaps.asm
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
; Dungeon Map Level Title GFX
; ===============================================================================

org $0AE196 : db $FF ; Sewers
org $0AE197 : db $FF ; Hyrule Castle
org $0AE198 : db $00 ; Eastern Palace
org $0AE199 : db $02 ; Desert Palace
org $0AE19A : db $08 ; Agahnim's Tower
org $0AE19B : db $FF ; Swamp Palace
org $0AE19C : db $06 ; Palace of Darkness
org $0AE19D : db $FF ; Misery Mire
org $0AE19E : db $FF ; Skull Woods
org $0AE19F : db $FF ; Ice Palace
org $0AE1A0 : db $04 ; Tower of Hera
org $0AE1A1 : db $FF ; Thieves' Town
org $0AE1A2 : db $FF ; Turtle Rock
org $0AE1A3 : db $FF ; Ganon's Tower
org $0AE196 : db $FF ; UNUSED
org $0AE197 : db $FF ; UNUSED
org $0AE198 : db $00 ; Pumpkin Patch
org $0AE199 : db $02 ; Living spooM
org $0AE19A : db $08 ; Shadow Castle
org $0AE19B : db $FF ; UNUSED
org $0AE19C : db $06 ; Abandoned Mineshaft
org $0AE19D : db $FF ; UNUSED
org $0AE19E : db $FF ; UNUSED
org $0AE19F : db $FF ; UNUSED
org $0AE1A0 : db $04 ; Haunted Manor
org $0AE1A1 : db $FF ; UNUSED
org $0AE1A2 : db $FF ; UNUSED
org $0AE1A3 : db $FF ; UNUSED


; ===============================================================================
Expand Down Expand Up @@ -84,6 +84,26 @@ org $0AEE8D : dw $00FE ; B2 - Haunted Manor (Tower of Hera)
; org $0AEE93 : dw $0006 ; 7F - Ganon's Tower


; ==================================================================================================
; DungeonMapFloorCountData:
; ==================================================================================================

org $0AF5D9 : db $10, $00 ; UNUSED
org $0AF5DB : db $10, $00 ; UNUSED
org $0AF5DD : db $11, $00 ; Pumpkin Patch
org $0AF5DF : db $11, $00 ; Living spooM
org $0AF5E1 : db $81, $01 ; Shadow Castle
org $0AF5E3 : db $10, $00 ; UNUSED
org $0AF5E5 : db $22, $00 ; Abandoned Mineshaft
org $0AF5E7 : db $10, $00 ; UNUSED
org $0AF5E9 : db $10, $00 ; UNUSED
org $0AF5EB : db $10, $00 ; UNUSED
org $0AF5ED : db $22, $00 ; Haunted Manor
org $0AF5EF : db $10, $00 ; UNUSED
org $0AF5F1 : db $10, $00 ; UNUSED
org $0AF5F3 : db $10, $00 ; UNUSED


; ===============================================================================
; Pumpkin Patch
; By Jeimuzu
Expand Down

0 comments on commit 60d0637

Please sign in to comment.