- 183
- Posts
- 7
- Years
- Seen Jan 22, 2025
I'll be direct, I successfully added the option in the start menu and when it appears (it activates as the same time as the Pokémon option, even if its useless at that moment) but I can't figure out what to do now
I basically copied the "bag" option codes for making the button, and I tried using some different things for calling the PSS, but the only one that compiles correctly, softlockes the game...
This is what I was going for...
But I don't know what to do, the game crashes with a black screen and the music keeps playing...
I basically copied the "bag" option codes for making the button, and I tried using some different things for calling the PSS, but the only one that compiles correctly, softlockes the game...
Code:
static bool8 StartMenuPCCallback(void)
{
if (!gPaletteFade.active)
{
PlayRainStoppingSoundEffect();
RemoveExtraStartMenuWindows();
CleanupOverworldWindowsAndTilemaps();
ShowPokemonStorageSystemPC;
return TRUE;
}
return FALSE;
}
But I don't know what to do, the game crashes with a black screen and the music keeps playing...