Skip to content

Commit

Permalink
include player and player_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvris committed Apr 18, 2024
1 parent b372b9d commit 70b1df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/cv64/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def generate_output(self, output_directory: str) -> None:
offset_data.update(get_start_inventory_data(self.player, self.options,
self.multiworld.precollected_items[self.player]))

patch = CV64ProcedurePatch()
patch = CV64ProcedurePatch(player=self.player, player_name=self.multiworld.player_name[self.player])
write_patch(self, patch, offset_data, shop_name_list, shop_desc_list, shop_colors_list, active_locations)

rom_path = os.path.join(output_directory, f"{self.multiworld.get_out_file_name_base(self.player)}"
Expand Down

0 comments on commit 70b1df8

Please sign in to comment.