From 6dc1b787db862c9651dd57328972614b1f99482c Mon Sep 17 00:00:00 2001 From: TheLX5 Date: Fri, 31 May 2024 18:11:53 -0700 Subject: [PATCH] Better (?) deathlink handling --- worlds/mmx/Client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/mmx/Client.py b/worlds/mmx/Client.py index 51ffd53577db..18fac075dafa 100644 --- a/worlds/mmx/Client.py +++ b/worlds/mmx/Client.py @@ -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)