Skip to content

Commit

Permalink
Fix whoopsie 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aMannus committed Jan 4, 2025
1 parent 2ec8b7b commit e781484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soh/soh/OTRGlobals.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void Randomizer_SetSeedGenerated(bool seedGenerated);
uint8_t Randomizer_IsSpoilerLoaded();
void Randomizer_SetSpoilerLoaded(bool spoilerLoaded);
uint8_t Randomizer_GenerateRandomizer();
//void Randomizer_ShowRandomizerMenu();
void Randomizer_ShowRandomizerMenu();
int CustomMessage_RetrieveIfExists(PlayState* play);
void Overlay_DisplayText(float duration, const char* text);
void Overlay_DisplayText_Seconds(int seconds, const char* text);
Expand Down

0 comments on commit e781484

Please sign in to comment.