pagewin / MHXXSaveEditor

A save editor for Monster Hunter XX for the Nintendo 3DS.
GNU General Public License v3.0
8 stars 1 forks source link

BBBCCC Charisma Support Moveset cannot be edited #4

Closed barff closed 5 years ago

barff commented 5 years ago

shows as blank

pagewin commented 5 years ago

Occurs on Palicoes that started with BBBCCC moveset. So the editor isn't reading the Palico properly. Set to "020C". This isn't recognized in GameConstants as a valid RNG.

It's due to a sloppy copy and paste job. Charisma values are offset by 1 from the other cat RNGs, and the editor was looking for "020B" which is the same value as regular cats.

Changing the moveset in the editor allows it to be modified