Skip to content

Commit

Permalink
Better (?) deathlink handling
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLX5 committed Jun 1, 2024
1 parent 9bb70c4 commit 6dc1b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/mmx/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ async def deathlink_kill_player(self, ctx):
snes_buffered_write(ctx, WRAM_START + 0x00BAA, bytes([0x0C]))
snes_buffered_write(ctx, WRAM_START + 0x00C12, bytes([0x0C]))
snes_buffered_write(ctx, WRAM_START + 0x00BAB, bytes([0x00]))
snes_buffered_write(ctx, WRAM_START + 0x00BD7, bytes([0x08]))

await snes_flush_writes(ctx)

Expand Down

0 comments on commit 6dc1b78

Please sign in to comment.