diff --git a/src/open_prime_rando/echoes/widescreen_hud/__init__.py b/src/open_prime_rando/echoes/widescreen_hud/__init__.py index b51ddab..cb4ccd1 100644 --- a/src/open_prime_rando/echoes/widescreen_hud/__init__.py +++ b/src/open_prime_rando/echoes/widescreen_hud/__init__.py @@ -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):