summaryrefslogtreecommitdiff
path: root/constants/script_constants.asm
diff options
context:
space:
mode:
authorPokeglitch <pokeglitchx@gmail.com>2018-06-18 08:41:39 -0400
committerPokeglitch <pokeglitchx@gmail.com>2018-06-18 08:41:39 -0400
commit12823eea3ea185d98e06320a0ee1a3baba1a0986 (patch)
tree1266f7289685c6d205f848a49afe938390a1ce2a /constants/script_constants.asm
parenta9ae89792cd54bf32e619eb00f38d16cbfaaf656 (diff)
Added in macros for scripts, queue
Diffstat (limited to 'constants/script_constants.asm')
-rwxr-xr-xconstants/script_constants.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm
index 4a6390e..702e400 100755
--- a/constants/script_constants.asm
+++ b/constants/script_constants.asm
@@ -19,4 +19,4 @@ SCRIPT_FAIL EQU 0
; Some script don't combine the return value with the flag
; Instead, they load this into the wFieldMoveScriptID, and keep
; the return value in a
-SCRIPT_FINISHED EQU -1 \ No newline at end of file
+SCRIPT_FINISHED EQU -1