natives
natives copied to clipboard
Fix joaat mixup for RemoveCurrentRise
Changed joaat from 0x7DBCEF6F to 0x45268B6F. 0x7DBCEF6F was used to reset the calming quad counter to 0 on console. afaik it's not available on new builds.
0x45268B6F = REMOVE_EXTRA_CALMING_QUAD
I'm not sure how to verify if this won't break anything, @blattersturm any ideas?
I don't think jooat values are used for anything besides documenting if a name is valid or not, which this also fixes. I'll double check to make sure this does break anything before merging