Removed SRAM trace from tables.asm
Fixed comments related to OpenMode, left open as default
This commit is contained in:
10
tables.asm
10
tables.asm
@@ -98,11 +98,7 @@ db #$02 ; #$02 = Tempered Sword (default)
|
|||||||
;org $05EBD4 ; PC 0x2EBD4 - sprite_zelda.asm:23 - (LDA $7EF359 : CMP.b #$02 : BCS .hasMasterSword) - Zelda Spawnpoint Sword Check
|
;org $05EBD4 ; PC 0x2EBD4 - sprite_zelda.asm:23 - (LDA $7EF359 : CMP.b #$02 : BCS .hasMasterSword) - Zelda Spawnpoint Sword Check
|
||||||
;db #$05 ; #$02 = Tempered Sword (default) - #$05 = All Swords
|
;db #$05 ; #$02 = Tempered Sword (default) - #$05 = All Swords
|
||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
; 0x18002B- 0x18002F (Unused)
|
; 0x18002B- 0x180030 (Unused)
|
||||||
;--------------------------------------------------------------------------------
|
|
||||||
org $308030 ; PC 0x180030
|
|
||||||
EnableSRAMTrace:
|
|
||||||
db #$00 ; #$00 = Off (default) - #$01 = On
|
|
||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
org $308031 ; PC 0x180031
|
org $308031 ; PC 0x180031
|
||||||
EnableEasterEggs:
|
EnableEasterEggs:
|
||||||
@@ -110,7 +106,7 @@ db #$00 ; #$00 = Off (default) - #$01 = On
|
|||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
org $308032 ; PC 0x180032
|
org $308032 ; PC 0x180032
|
||||||
OpenMode:
|
OpenMode:
|
||||||
db #$01 ; #$00 = Normal (default) - #$01 = Open
|
db #$01 ; #$01 = Standard (default) - #$01 = Open
|
||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
org $308033 ; PC 0x180033
|
org $308033 ; PC 0x180033
|
||||||
HeartBeep:
|
HeartBeep:
|
||||||
@@ -1620,7 +1616,7 @@ dw $0000, $0000, $0000, $0000, $F800, $0000, $0000, $0000
|
|||||||
dw $0000, $0000, $0000, $0000, $0000, $0000, $0000, $0000
|
dw $0000, $0000, $0000, $0000, $0000, $0000, $0000, $0000
|
||||||
dw $0000, $0000
|
dw $0000, $0000
|
||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
; 0x182355 - 183FFF (unused)
|
; 0x183055 - 183FFF (unused)
|
||||||
;================================================================================
|
;================================================================================
|
||||||
org $30C000 ; PC 0x184000 - 0x184007
|
org $30C000 ; PC 0x184000 - 0x184007
|
||||||
ItemSubstitutionRules:
|
ItemSubstitutionRules:
|
||||||
|
|||||||
Reference in New Issue
Block a user