Skip to content

Commit 4cb4c25

Browse files
authored
SM: fix location counters preventing some goal completion (#2108)
1 parent 3a4b157 commit 4cb4c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/sm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ def resolve_symbols_to_file_offset_based_dict(byte_edits_arr: List[ByteEdit]) ->
765765
romPatcher.writeObjectives(itemLocs, romPatcher.settings["tourian"])
766766
romPatcher.writeItemsLocs(self.itemLocs)
767767

768-
# romPatcher.writeSplitLocs(self.variaRando.args.majorsSplit, itemLocs, progItemLocs)
768+
romPatcher.writeSplitLocs(self.variaRando.args.majorsSplit, self.itemLocs, None) #progItemLocs)
769769
romPatcher.writeItemsNumber()
770770
if not romPatcher.settings["isPlando"]:
771771
romPatcher.writeSeed(romPatcher.settings["seed"]) # lol if race mode

0 commit comments

Comments
 (0)