Skip to content

Commit

Permalink
Yoshi's Island: add patch suffix (#3061)
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvris authored Mar 31, 2024
1 parent 2ec93ba commit e546c0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/yoshisisland/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

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
Expand Down

0 comments on commit e546c0f

Please sign in to comment.