LttP/SMZ3: some more file ending fixes (#393)

This commit is contained in:
Fabian Dill
2022-04-03 19:42:18 +02:00
committed by GitHub
parent ba3257f850
commit fb2e780c56
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ ROM_PLAYER_LIMIT = 256
class SMZ3DeltaPatch(APDeltaPatch):
hash = "3a177ba9879e3dd04fb623a219d175b2"
game = "SMZ3"
patch_file_ending = ".smz3"
patch_file_ending = ".apsmz3"
@classmethod
def get_source_data(cls) -> bytes: