Sorry for the delay, a new release of PSSE is available here :
https://github.com/supercarotte/PSSE/releases/tag/v1.3.10-2
This mostly adds v1.3.10 support, with the new pokemons added and a Bulk Edit code to max the talents levels (maybe a full editor will come later).
As always, tell me what you think about it, and report if something goes wrong.
For those interested, there are 2 arrays relative to talents levels :
- 0xC9BB-onwards : talents experience, just 1 byte per pokemon, no shift (exp values for talents are much more smaller than for pokemons)
- 0xAD9B-onwards : talents levels, 3 bits per pokemon, level 1 is default so it corresponds to a 0 value.
I'd probably say mine, even if nic0lette's has been proved stable by now it is a bunch of commits behind mine and doesn't support the latest game version. Do as you wish though, I don't think she'd have something against you translating her work
EDIT :
It's because they are still in the StageDataEvent.bin file, which is only updated with every game update. Btw, the opposit problem is also true : pokemons that are listed in an event stage that should be accessible yet will be considered available (like magmortar can be caught even though its stage hasn't begun yet).
Unless there is a timestamp in this file saying when the stage should start/end, there's not much I can do about it, sadly.
v1.3.10 has the newest event stages list, so Latios's escalation battle is gone (btw that reinds me I should try to fix escalation battles and other event stages being shown as several different stages).
PS : I'll update the readme file tonight with the newest instrucions, but in the meantime you should now that you can click the green check icon to activate (un)safe mode. In safe mode, if you uncomplete a stage it'll uncomplete every stage after it too and if you complete a stage it'll complete every stage before it. Also, stage sprites will be black for uncompleted stages. All of these are deactivated in unsafe mode.
PS2 : oops, forgot to delete the "UNRELEASED" tag in talent+ item's descriptions...