Merge branch 'main' into kara

This commit is contained in:
2023-09-09 11:06:13 -05:00
16 changed files with 170 additions and 158 deletions

View File

@@ -94,24 +94,24 @@ db $02 ; #$02 = Tempered Sword (default)
;--------------------------------------------------------------------------------
; 0x18002B (Unused)
;--------------------------------------------------------------------------------
org $30802C ; PC 0x18002C
org $B0802C ; PC 0x18002C
AllowedItemOnB:
db #$00
; $00 = None (default)
; $01 - $20 = Only selected item
; $FF = Any valid
;--------------------------------------------------------------------------------
org $30802D ; PC 0x18002D
org $B0802D ; PC 0x18002D
ChallengeModes:
; ---- ---i
; i: Permanent Ice Physics
db #$00 ; #$00 = Default behavior;
;--------------------------------------------------------------------------------
org $30802E ; PC 0x18002E
org $B0802E ; PC 0x18002E
GanonVulnerabilityItem:
db #$00 ; #$00 = Default behavior (silver arrows)
;--------------------------------------------------------------------------------
org $30802F ; PC 0x18002F
org $B0802F ; PC 0x18002F
SpecialWeapons:
db #$00
; s - - - m m m m (bitfield)
@@ -127,7 +127,7 @@ db #$00
; $07 = Unused
; $08 = Bugnet mode
;--------------------------------------------------------------------------------
org $308030 ; PC 0x180030
org $B08030 ; PC 0x180030
EnableSRAMTrace:
db #$00 ; #$00 = Off (default) - #$01 = On
;--------------------------------------------------------------------------------