Skip to content

Commit

Permalink
Comment typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nystrata committed Oct 31, 2024
1 parent 27a8e76 commit a7be495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_prime_rando/echoes/widescreen_hud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def apply_widescreen_hud(editor: PatcherEditor):

# TODO: Properly do version detection
# Currently detecting game version by existence of version-specific assets here, since PAK patching doesn't seem
# to have version detection,unlike DOL patching that does
# to have version detection, unlike DOL patching that does
if editor.does_asset_exists(0xEEF43AA1) and editor.does_asset_exists(0xF7EC0850):
detectedversion = "ntscu"
elif editor.does_asset_exists(0xB5CF0C19) and editor.does_asset_exists(0xD9D58FA5):
Expand Down

0 comments on commit a7be495

Please sign in to comment.