From 7593dad2bdb291c82ed048de245351c8cce6fd22 Mon Sep 17 00:00:00 2001 From: gamemasterplc Date: Sat, 27 Jan 2024 20:26:58 -0600 Subject: [PATCH] Improve name of omGetMGIndex --- config/GMPE01_00/symbols.txt | 2 +- src/game/objsub.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/GMPE01_00/symbols.txt b/config/GMPE01_00/symbols.txt index e022b000..c220eeb8 100644 --- a/config/GMPE01_00/symbols.txt +++ b/config/GMPE01_00/symbols.txt @@ -952,7 +952,7 @@ THPTestProc = .text:0x8005793C; // type:function size:0x27C scope:local THPViewFunc = .text:0x80057BB8; // type:function size:0xA4 scope:local THPViewSprFunc = .text:0x80057C5C; // type:function size:0x17C scope:local THPDecodeFunc = .text:0x80057DD8; // type:function size:0x4C scope:local -omGetMGIndex = .text:0x80057E24; // type:function size:0x5C +omMgIndexGet = .text:0x80057E24; // type:function size:0x5C omGameSysInit = .text:0x80057E80; // type:function size:0xF4 omVibrate = .text:0x80057F74; // type:function size:0x9C _CheckFlag = .text:0x80058010; // type:function size:0xA0 diff --git a/src/game/objsub.c b/src/game/objsub.c index 608bc4de..2a4ce6f9 100644 --- a/src/game/objsub.c +++ b/src/game/objsub.c @@ -1237,7 +1237,7 @@ s16 mgTicTacToeGrid[3][3]; u8 mgIndexList[256]; GameStat mgGameStatBackup; -s16 omGetMGIndex(s16 overlay) { +s16 omMgIndexGet(s16 overlay) { s32 i; MgInfo *info;