Removes added function that went unused.

This commit is contained in:
Christopher Leggett
2022-08-27 15:56:11 -04:00
parent dbd8909d26
commit 404a637ebd
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -4719,10 +4719,6 @@ void Flags_SetRandomizerInf(RandomizerInf flag) {
gSaveContext.randomizerInf[flag >> 4] |= (1 << (flag & 0xF));
}
void Flags_UnsetRandomizerInf(RandomizerInf flag) {
gSaveContext.randomizerInf[flag >> 4] &= ~(flag & 0xF);
}
u32 func_80035BFC(GlobalContext* globalCtx, s16 arg1) {
u16 retTextId = 0;