Skip to content

Commit e546c0f

Browse files
authored
Yoshi's Island: add patch suffix (ArchipelagoMW#3061)
1 parent 2ec93ba commit e546c0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worlds/yoshisisland/Client.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
class YoshisIslandSNIClient(SNIClient):
3838
game = "Yoshi's Island"
39+
patch_suffix = ".apyi"
3940

4041
async def deathlink_kill_player(self, ctx: "SNIContext") -> None:
4142
from SNIClient import DeathState, snes_buffered_write, snes_flush_writes, snes_read

0 commit comments

Comments
 (0)