Renaming game modes

This commit is contained in:
Nabnut
2024-09-19 12:31:41 +02:00
parent fbe20325c2
commit 5b54800b84
5 changed files with 17 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ typedef struct {
/* .code */
void MMM_func_8038ABC0(s32 arg0) {
if (getGameMode() != 7) {
if (getGameMode() != GAME_MODE_7_ATTRACT_DEMO) {
ability_setAllLearned(ability_getAllLearned() & ~arg0);
}
}