Skip to content

Commit

Permalink
Pokemon Crystal: Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceMousie committed Jul 18, 2024
1 parent b86e70a commit 6e16950
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion worlds/pokemon_crystal/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _init() -> None:
tmhm_data = data_json["tmhm"]

data.rom_version = data_json["rom_version"]
data.rom_version_11 = data_json["rom_version_11"]
data.rom_version_11 = data_json["rom_version11"]

claimed_locations: Set[str] = set()

Expand Down
Binary file modified worlds/pokemon_crystal/data/basepatch.bsdiff4
Binary file not shown.
Binary file modified worlds/pokemon_crystal/data/basepatch11.bsdiff4
Binary file not shown.
2 changes: 1 addition & 1 deletion worlds/pokemon_crystal/data/data.json

Large diffs are not rendered by default.

0 comments on commit 6e16950

Please sign in to comment.