You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PokeNav is the one remaining place where players can see into the PC. The search function of the Condition screen lists all the player's Pokemon, including those in the PC. We can probably handle this in a couple ways...
Remove the Condition function entirely. It's not needed for the point behind this ROM Hack.
Remove the Search function of the Condition menu. Same reason as above, but does mean we either have a pointless menu or the "Condition" option goes straight to the Party Condition.
We greyscale the pictures of dead mons when the mon is in the PC. Let the player find this stupid way of seeing their dead pokemon still, because it's not like they can access those mons anyway. They can change their markings and that's it.
We do nothing. Same reason as above.
Any editing, of course, means wading through ASM files to change this stuff, potentially, because the PokeNav is only about halfway decompiled at time of writing.
The text was updated successfully, but these errors were encountered:
The PokeNav is the one remaining place where players can see into the PC. The search function of the Condition screen lists all the player's Pokemon, including those in the PC. We can probably handle this in a couple ways...
Any editing, of course, means wading through ASM files to change this stuff, potentially, because the PokeNav is only about halfway decompiled at time of writing.
The text was updated successfully, but these errors were encountered: