Baesty wrote: ↑Sat Mar 06, 2021 6:37 am
Wow, this table is INSANE. Thank you so much for all of the effort you've put into it.
One thing I would like to request is the technique exp modifier. It was on the old table, which doesn't seem to wanna work for me any more, and is not something included on fearlessrevolution's trainer. I'm terrible at combo moves and given that I've already done it on Switch, I don't wanna waste many an hour leveling up my techniques on PC too.
Thanks

There is a mod that does a similar thing but I'll try to make a cheat, every update usually breaks everything.
But basically you need to fill all the bars, every bar goes between 0 and some number (4 Bytes).
This is how it should look like in memory after completing all tech:
5000
8000
0
0
0
50000
8000
5000
8000
0
8000
0
0
5000
5000
0
5000
8000
5000
5000
8000
8000
5000
5000
8000
or in hex:
Code: Select all
88 13 00 00 40 1F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 C3 00 00 40 1F 00 00 88 13 00 00 40 1F 00 00 00 00 00 00 40 1F 00 00 00 00 00 00 00 00 00 00 88 13 00 00 88 13 00 00 00 00 00 00 88 13 00 00 40 1F 00 00 88 13 00 00 88 13 00 00 40 1F 00 00 40 1F 00 00 88 13 00 00 88 13 00 00 40 1F 00 00
You can find the first one and then copy paste with a +4 offset until you get all of them.