Actually I had moved it to ctrl-clicking the box tab.
Ctrl-Click Box tab -> sort current box
Shift-Click Box tab -> sort all boxes
Alt-Click Box tab -> delete current box
Shift-Alt-Click Box tab -> delete all boxes
whatever, two ways to access.
The proper question is 'any way to set up homebrew on firmware version 11.0?' (the answer is yes, see freakyforms for example).
PKHeX and its usage are unrelated to firmware version; it operates off files dumped from a 3DS.
Probably something to do with the damage formula, which is un-researched. Probably a move ID check that overrides the type effectiveness modifier.
http://bulbapedia.bulbagarden.net/wiki/Freeze-Dry_(move)#Effect
All that's needed to implement it is a list of valid item IDs (a subset of items that can be held) in the Legality tables, and a line/property-check added in the legality routines.
http://smogon.site/forums/threads/past-gen-rng-research.61090/page-30#post-3642140
http://smogon.site/forums/threads/past-gen-rng-research.61090/page-29#post-3526482
It's the lower 16 bits of the egg pid. The upper 16 are generated when the egg is picked up.
Already exists in the CRO editing tools. Games with edited CRO files can only be played with custom firmware that has RO module patches.
If the latest release doesn't have it, recompile from source.
disablespawn (aka defeated); the 'captured' flag is used for respawn logic (normally when defeating the elite four; if flag is not set then the defeated flag is cleared)
I'm referring to the overworld file that defines the NPC's map coordinates and sprite.
There's a spawn flag which determines if the game spawns it or not (depending on if the specific flag is set or not).
Already exists, see the database sub form. Dump boxes to PKHeX's database or create a "db" folder in the same path as the executable. The database viewer has built in searching, and eventually will be improved for cross gen viewing.
Depends what save data manager you are using.
Only conflict I can see is using hotkeys (ctrl-o) with save_manager as control is the key to skip that check.
Try opening via file open or clicking on the save info label above the boxes.