Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
when it went to that function it was using gBagMenu->newScreenCallback. i tried that here:
void ItemUseOutOfBattle_Bird(u8 taskId)
{
if (Overworld_MapTypeAllowsTeleportAndFly(gMapHeader.mapType) == TRUE)
{
gSaveBlock2Ptr->ItemArg = 607;
if (!gTasks[taskId].tUsingRegisteredKeyItem)
{...
does anyone know the new name of mainCallback2? i noticed some of the function names have changed since this post was made and i was able to figure what the new names of most of the functions were except mainCallback2.