diff options
| author | Philip Dubé <159546+serprex@users.noreply.github.com> | 2026-08-06 01:51:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-06 01:51:59 +0000 |
| commit | b76e303ceb5ee93c67bd8db263fe5639ca5214f7 (patch) | |
| tree | 45475abef95233d19f845f21a5ff103cf7f9fbbc /soh/include | |
| parent | edfdfe1338db34078e27451daef03d1017ebd837 (diff) | |
Shuffle Silver (#5659)
Co-authored-by: Pepper0ni <93387759+Pepper0ni@users.noreply.github.com>
Co-authored-by: leggettc18 <chris@leggett.dev>
Diffstat (limited to 'soh/include')
| -rw-r--r-- | soh/include/z64save.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/soh/include/z64save.h b/soh/include/z64save.h index 6adad2a9f..b920ce634 100644 --- a/soh/include/z64save.h +++ b/soh/include/z64save.h @@ -227,6 +227,28 @@ typedef struct { typedef struct ShipRandomizerSaveContextData { u8 triforcePiecesCollected; u8 bombchuUpgradeLevel; + s8 silverShadowBlades; + s8 silverShadowPit; + s8 silverShadowSpikes; + s8 silverSpiritChild; + s8 silverSpiritSun; + s8 silverSpiritBoulders; + s8 silverBotw; + s8 silverIceCavernBlades; + s8 silverIceCavernBlock; + s8 silverGtgSlope; + s8 silverGtgLava; + s8 silverGtgWater; + s8 silverGanonLight; + s8 silverGanonForest; + s8 silverGanonFire; + s8 silverGanonSpirit; + s8 silverMqDodongosCavern; + s8 silverMqShadowInvisibleBlades; + s8 silverMqSpiritLobby; + s8 silverMqSpiritBigWall; + s8 silverMqGanonWater; + s8 silverMqGanonShadow; } ShipRandomizerSaveContextData; typedef struct ShipBossRushSaveContextData { |
