From e546c0f7ff2456ddb919a1b65a437a1c61b07479 Mon Sep 17 00:00:00 2001 From: Silvris <58583688+Silvris@users.noreply.github.com> Date: Sun, 31 Mar 2024 10:50:31 -0500 Subject: [PATCH] Yoshi's Island: add patch suffix (#3061) --- worlds/yoshisisland/Client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/yoshisisland/Client.py b/worlds/yoshisisland/Client.py index c512a831..1aff36c5 100644 --- a/worlds/yoshisisland/Client.py +++ b/worlds/yoshisisland/Client.py @@ -36,6 +36,7 @@ VALID_GAME_STATES = [0x0F, 0x10, 0x2C] class YoshisIslandSNIClient(SNIClient): game = "Yoshi's Island" + patch_suffix = ".apyi" async def deathlink_kill_player(self, ctx: "SNIContext") -> None: from SNIClient import DeathState, snes_buffered_write, snes_flush_writes, snes_read