Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/scawful/poltergeist
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBrian committed Sep 11, 2024
2 parents 8f381cf + 60d0637 commit 0ebed40
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion DungeonMaps.asm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@
; db $80


; ===============================================================================
; Dungeon Map Level Title GFX
; ===============================================================================

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


; ===============================================================================
; DungeonMap_DrawRoomMarkers
; ===============================================================================
Expand Down Expand Up @@ -64,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 Expand Up @@ -119,7 +159,7 @@ dw $0b00, $0b40, $0b00, $1342

; ===============================================================================
; Abandoned Mineshaft
; By Jeimuzu & Letterbomb
; By Jeimuzu with a few minor tweaks by Letterbomb
; ===============================================================================

org $219280
Expand Down

0 comments on commit 0ebed40

Please sign in to comment.