Add HUD map mode flag, "chest key" totals table, and seen-counter flags
for tracking
This commit is contained in:
10
tables.asm
10
tables.asm
@@ -118,9 +118,11 @@ org $308038 ; PC 0x180038
|
||||
LampConeSewers:
|
||||
db #$01 ; #$00 = Off - #$01 = On (default)
|
||||
;--------------------------------------------------------------------------------
|
||||
; 0x180039 - 0x18003A (Unused)
|
||||
; 0x180039 - 0x180039 (Unused)
|
||||
;--------------------------------------------------------------------------------
|
||||
org $30803B ; PC 0x18003B - PC 0x18003C
|
||||
org $30803A ; PC 0x18003B - PC 0x18003C
|
||||
MapHUDMode:
|
||||
db #$00 ; #$00 = Off (default) - #$01 = Display Dungeon Count w/Map - #$02 = Display Dungeon Count Always
|
||||
MapMode:
|
||||
db #$00 ; #$00 = Always On (default) - #$01 = Require Map Item
|
||||
CompassMode:
|
||||
@@ -2544,6 +2546,10 @@ org $30F000 ; PC 0x187000-0x18700F
|
||||
CompassTotalsROM:
|
||||
db $08, $08, $06, $06, $02, $0A, $0E, $08, $08, $08, $06, $08, $0C, $1B, $00, $00
|
||||
|
||||
org $30F010
|
||||
ChestKeys: ; PC 0x187010-0x18701F
|
||||
db $01, $01, $00, $01, $02, $01, $06, $03, $03, $02, $01, $01, $04, $04, $00, $00
|
||||
|
||||
;--------------------------------------------------------------------------------
|
||||
; 0x187010 - 187FFF (unused)
|
||||
;--------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user