mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-05-31 01:25:16 -04:00
Removes added function that went unused.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user