Exchange of battle positions

0x0589DA 00-01
0x0589CE 01-00




This modification allows for change of combat position.
The devil can also be used.
But when upgrading, it does not add attributes. Is there any way to solve this problem?

1 Like

I think that if you change the position, problems will arise with skill patches and so on.

Also, it can not be LV32.
Only Lv 31 can be recorded.

The level is written to save data.
Save data uses only the minimum necessary bits to reduce the capacity.
31 is 5 bits.
32 is 6 bits.
Therefore, the first 1 bit is truncated.