Vygord wrote: ↑Tue Sep 01, 2020 4:04 am
i tried to change it but somehow it revert back.... any help ?
I found it much easier to work with mons without nicknames since that adds a bunch of extra code.
Make sure you are editing the correct file too, the one in steam directory, not appdata.
Here is the first 4 mons in party:
Code: Select all
6804 0000 007d 0100 1400 4900 9300 0301
047b 0000 00cf 0000 0083 0000 00ce 0000
0000 0001 047b 0100 1400 2900 9300 0201
047b 0000 00cf 0000 0083 0000 00ce 0000
0000 0001 0176 0100 5f00 6a01 b900 ec0b
0415 0000 00c0 0000 00c1 0000 0095 0000
0000 0001 5174 0100 6300 8301 a400 0000
0462 0000 005b 0000 005d 0000 0058 0000
0000 0001 1206 0000 0007 4465 6661 756c
7d01 is the first mon, as you can see, its not on the same hex bunch, it is 007d 0100 1400 instead of just 7d01 0014. Which is a level 20 omnison. The last digit before the next mon is the cosmic identifier.
The next mon in my party is 7b01, you can see the 0001 before that, that makes the one before it cosmic.
Some pics: