Merge pull request #541 from GriffinRichards/sync-script

Sync script.c
This commit is contained in:
GriffinR
2022-08-26 23:55:31 -04:00
committed by GitHub
52 changed files with 408 additions and 385 deletions
+1 -1
View File
@@ -285,7 +285,7 @@
.endm
@ Blocks script execution until a command or C code manually unblocks it. Generally used with specific
@ commands and specials. Calling EnableBothScriptContexts for instance will allow execution to continue.
@ commands and specials. Calling ScriptContext_Enable for instance will allow execution to continue.
.macro waitstate
.byte 0x27
.endm