Code:
0AA5: call 0x4207A0 num_params 1 pop 1 _value 11@ // asin
0AE9: pop_float 18@
0AA5: call 0x4207C0 num_params 2 pop 2 _x 21@ _y 22@ // atan2
0AE9: pop_float 19@
These two calls are causing a crash when I run them, I can run the call code but the pop_float makes it crash. Does anyone know why?