Skip to content

Commit 60bdd79

Browse files
committed
say cheeeeese
- You're now legally allowed to own film rolls, even when you don't own a Fairy Camera
1 parent 622ef26 commit 60bdd79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

randomizer/Patching/ASM/Items.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,9 @@ def grabUpdates(ROM_COPY: LocalROM, settings, offset_dict: dict, spoiler):
299299
writeValue(ROM_COPY, 0x806F6F76, Overlay.Static, FLAG_ABILITY_CAMERA, offset_dict) # Film Refill
300300
writeFunction(ROM_COPY, 0x806F6F78, Overlay.Static, "hasFlagMove", offset_dict)
301301
writeValue(ROM_COPY, 0x806F916A, Overlay.Static, FLAG_ABILITY_CAMERA, offset_dict) # Film max
302-
writeFunction(ROM_COPY, 0x806F916C, Overlay.Static, "hasFlagMove", offset_dict)
302+
# writeFunction(ROM_COPY, 0x806F916C, Overlay.Static, "hasFlagMove", offset_dict)
303+
writeValue(ROM_COPY, 0x806F916C, Overlay.Static, 0x00000000, offset_dict, 4) # NOP (Skip this check, as the line below will render it obsolete)
304+
writeValue(ROM_COPY, 0x806F9174, Overlay.Static, 0x00000000, offset_dict, 4) # NOP (Skip setting film count to 0, to prevent that from happening)
303305
# Shockwave
304306
writeFunction(ROM_COPY, 0x806CA308, Overlay.Static, "hasFlagMove", offset_dict)
305307
writeFunction(ROM_COPY, 0x806F6EBC, Overlay.Static, "hasFlagMove", offset_dict)

0 commit comments

Comments
 (0)