Skip to content
New issue

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

Title Screen Script Issue #272

Open
TopHatMan124 opened this issue Apr 16, 2023 · 0 comments
Open

Title Screen Script Issue #272

TopHatMan124 opened this issue Apr 16, 2023 · 0 comments

Comments

@TopHatMan124
Copy link

I don't know if this is a bug or not, but when I tried putting in this title screen script:

ROM[0xc3f3d0] = STZ_a(0x9f75)

It would show:

"Starting compilation...
Compiling CCScript
CCScriptCompilationError: CCScript compilation failed with output:
error: C:/Users/######/Desktop/game files/TASK\ccscript\AttractModeSkip.ccs, line 2: use of undefined identifier 'STZ_a'"

I tried fixing it by editing it to be:

ROM[0xc3f3d0] = "STZ_a(0x9f75)"

Even tho it did compile it showed this:

image
lol

I hope anyone can help with this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant