Challenge modes: OHKO and Gloom

This commit is contained in:
2025-05-18 00:59:34 -05:00
parent a3f892975f
commit bc0f396275
6 changed files with 104 additions and 32 deletions

View File

@@ -91,7 +91,23 @@ SmithSword:
db $02 ; #$02 = Tempered Sword (default)
;--------------------------------------------------------------------------------
; 0x18002B- 0x180030 (Unused)
; 0x18002B (Unused)
;--------------------------------------------------------------------------------
; 0x18002C (Reserved for Allowed Item on B)
;--------------------------------------------------------------------------------
org $B0802D
ChallengeModes:
; p--- mmdd
; p - permadeath
; m - movement modes (0 - normal, 1 - permanent ice physics)
; d - damage modes (0 - normal, 1 - ohko, 2 - gloom)
db $00
;--------------------------------------------------------------------------------
; 0x18002E (Reserved for Ganon Vulnerability Item)
;--------------------------------------------------------------------------------
; 0x18002F (Reserved for Special Weapons)
;--------------------------------------------------------------------------------
; 0x180030 (Unused)
;--------------------------------------------------------------------------------
org $B08031 ; PC 0x180031
EnableEasterEggs:
@@ -2628,8 +2644,14 @@ org $B0F032 ; PC 0x187032
RomSpeed:
db $01 ; $01 = FastROM (default) | $00 = SlowROM
org $B0F033 ; PC 0x187033
HeartIcon:
dw $20A0
HalfHeartIcon:
dw $20A1
;--------------------------------------------------------------------------------
; 0x187033 - 18703F (unused)
; 0x187037 - 18703F (unused)
;--------------------------------------------------------------------------------
org $B0F040 ; PC 0x187040