From cf9dca4b0c35fed67789b31b9656bb5d684ffaf4 Mon Sep 17 00:00:00 2001 From: gamemasterplc Date: Thu, 30 Nov 2023 18:02:02 -0600 Subject: [PATCH] Rename MgMark Functions They actually are to check if the minigame is in the custom minigame list. --- config/GMPE01_00/symbols.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/GMPE01_00/symbols.txt b/config/GMPE01_00/symbols.txt index a79ef745..13bae2e6 100644 --- a/config/GMPE01_00/symbols.txt +++ b/config/GMPE01_00/symbols.txt @@ -561,9 +561,9 @@ GWGetBoardWinCount = .text:0x80031048; // type:function size:0x1C GWSetBoardWinCount = .text:0x80031064; // type:function size:0x20 GWGetMGAvail = .text:0x80031084; // type:function size:0x6C GWSetMGAvail = .text:0x800310F0; // type:function size:0x5C -GWGetMGMark = .text:0x8003114C; // type:function size:0x6C -GWSetMGMark = .text:0x800311B8; // type:function size:0x5C -GWResetMGMark = .text:0x80031214; // type:function size:0x60 +GWGetMGCustom = .text:0x8003114C; // type:function size:0x6C +GWSetMGCustom = .text:0x800311B8; // type:function size:0x5C +GWResetMGCustom = .text:0x80031214; // type:function size:0x60 GWGetCoins = .text:0x80031274; // type:function size:0x18 GWSetCoins = .text:0x8003128C; // type:function size:0xB0 GWAddCoins = .text:0x8003133C; // type:function size:0xD0