From 0503c2ead387fe92f42fcd8ae5d5803a8793de91 Mon Sep 17 00:00:00 2001 From: MarioSpore Date: Thu, 2 Oct 2025 20:12:21 -0400 Subject: [PATCH] Extra space for newly added initial_cutscene_checker --- 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 0720aab2..cbceb736 100644 --- a/worlds/grinch/Client.py +++ b/worlds/grinch/Client.py @@ -327,7 +327,7 @@ class GrinchClient(BizHawkClient): ingame_map_id = int.from_bytes((await bizhawk.read(ctx.bizhawk_ctx, [( 0x010000, 1, "MainRAM")]))[0], "little") - initial_cutscene_checker = int.from_bytes((await bizhawk.read(ctx.bizhawk_ctx, [( + initial_cutscene_checker = int.from_bytes((await bizhawk.read(ctx.bizhawk_ctx, [( 0x010094, 1, "MainRAM")]))[0], "little") #If not in game or at a menu, or loading the publisher logos