• 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!
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

Recent content by gimmemygots

  1. G

    [Other] [HELP] Make an Item that Uses Fly

    Yes!! That was causing the issue. It compiled properly now. Thank you so much for coming back to this thread to help 😀
  2. G

    [Other] [HELP] Make an Item that Uses Fly

    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) {...
  3. G

    [Other] [HELP] Make an Item that Uses Fly

    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.
Back
Top