pk-hack / CoilSnake

https://pk-hack.github.io/CoilSnake/
GNU General Public License v3.0
158 stars 37 forks source link

Title Screen Script Issue #272

Open TopHatMan124 opened 1 year ago

TopHatMan124 commented 1 year ago

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