Error: Invalid value in setFloat32

I'm trying to write my custom board to the ROM (Mario Party 3), but it won't let me, saying "Error: Invalid value in setFloat32". I'm not very knowledgeable when it comes to programming, but I can tell that this is caused by an invalid value being set to a 32-bit float number. The issue is that I can't figure out what is causing it. I assumed it was one of the custom events I imported, but I've tried removing and deleting every event in the library, and nothing fixed the issue. Unless there's another way to solve the issue, my only options at this point would be to try and go through every line of code in the custom events to find the cause, or start making the board over from scratch, neither of which sound very appealing. If someone knows if there's anything else I could do to fix this, I would really appreciate it.

Link to the board json if it helps any
 
Back
Top