mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
SNIClient: dynamically generate patch file identifier (#2870)
Co-authored-by: beauxq <beauxq@yahoo.com>
This commit is contained in:
@@ -30,6 +30,7 @@ L2AC_RX_ADDR: int = SRAM_START + 0x2800
|
||||
|
||||
class L2ACSNIClient(SNIClient):
|
||||
game: str = "Lufia II Ancient Cave"
|
||||
patch_suffix = ".apl2ac"
|
||||
|
||||
async def validate_rom(self, ctx: SNIContext) -> bool:
|
||||
from SNIClient import snes_read
|
||||
|
Reference in New Issue
Block a user