mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Extra space for newly added initial_cutscene_checker
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user