From b7315a99913f83735e1ebf938cb0dad1895bce76 Mon Sep 17 00:00:00 2001 From: MarioSpore Date: Sun, 31 Aug 2025 16:23:46 -0400 Subject: [PATCH] Make all accesses be set to 0 for cutscene triggers on 3 missions each area --- worlds/grinch/Client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/grinch/Client.py b/worlds/grinch/Client.py index 562c9c15..ca17f7d3 100644 --- a/worlds/grinch/Client.py +++ b/worlds/grinch/Client.py @@ -196,7 +196,7 @@ class GrinchClient(BizHawkClient): await self.update_and_validate_address(ctx, heart_item_data.update_ram_addr[0].ram_address, min(heart_count, 4), 1) # Setting Who Lake Mission Count back to 0 to prevent warping after completing 3 missions - await self.update_and_validate_address(ctx,0x0100F3, 0, 1) + await self.update_and_validate_address(ctx,0x0100F0, 0, 4) for (item_name, item_data) in items_to_check.items(): # If item is an event or already been received, ignore.