Update baserom, fix starting value for PikitItem

This commit is contained in:
2026-06-07 13:38:38 -05:00
parent f1374daf96
commit 1e10673e31
3 changed files with 2 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ class InitialSram:
equip[0x36C] = 0x18
equip[0x36D] = 0x18
equip[0x379] = 0x68
self._initial_sram_bytes[0x3C0] = 0x04 # PikitItem starts as shield
starting_bomb_cap_upgrades = 10 if not world.bombbag[player] else 0
starting_arrow_cap_upgrades = 30
starting_bombs = 0

2
Rom.py
View File

@@ -85,7 +85,7 @@ from Utils import int16_as_bytes, int32_as_bytes, local_path, snes_to_pc
from Versions import DRVersion, GKVersion, ORVersion
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '97cf164c21aa432d0c59468f6239703c'
RANDOMIZERBASEHASH = '9f8a697ae6a610c8192503b299e2cfad'
class JsonRom(object):

Binary file not shown.