We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code results in an error "RangeError: invalid stack index 12":
function TIC() { cls(); textri(0, 0, 32, 0, 0, 32, 8, 0, 24, 0, 8, 16, false, -1); }
Its equivalent in LUA works perfectly fine:
function TIC() cls() textri(0, 0, 32, 0, 0, 32, 8, 0, 24, 0, 8, 16, false, -1) end
The text was updated successfully, but these errors were encountered:
textri() causes error when using javascript #328
1becfa2
fixed in .47
Sorry, something went wrong.
textri() causes error when using javascript nesbox#328
2716c54
nesbox
No branches or pull requests
This code results in an error "RangeError: invalid stack index 12":
Its equivalent in LUA works perfectly fine:
The text was updated successfully, but these errors were encountered: