Rename "overlay setup" to "game mode"

This commit is contained in:
Aetias
2025-07-04 20:57:03 +02:00
parent b7c6ae6e7c
commit fe0f15031d
5 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -159,8 +159,8 @@ public:
void Load(OverlayIndex index, OverlayId id);
void LoadIfNotLoaded(OverlayIndex index, OverlayId id);
void Unload(OverlayIndex index);
void LoadOverlaySetup(s32 index);
void UnloadOverlaySetup();
void LoadGameMode(s32 mode);
void UnloadGameMode();
void LoadEquipItem(ItemFlag equipId);
};