summaryrefslogtreecommitdiff
path: root/constants/credits_constants.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-10 20:06:26 -0400
committerGitHub <noreply@github.com>2020-07-10 20:06:26 -0400
commit30c327276c937e06e3c8b7990cb9029937739f8e (patch)
tree5a0bef24e07c39c80ea3690f32af95993b6dccae /constants/credits_constants.asm
parentab0c582cbc79df7226357bc23b9e8254bcc4f053 (diff)
parenta19abb50459f29c895af53c57b477c03d1e0f644 (diff)
Merge pull request #55 from Rangi42/master
Remove enum; add const_skip and const_next
Diffstat (limited to 'constants/credits_constants.asm')
-rw-r--r--constants/credits_constants.asm14
1 files changed, 7 insertions, 7 deletions
diff --git a/constants/credits_constants.asm b/constants/credits_constants.asm
index 9a786ee6..b0dad230 100644
--- a/constants/credits_constants.asm
+++ b/constants/credits_constants.asm
@@ -78,11 +78,11 @@
const PAAD_TESTING
; CreditsScript indexes (see data/credits_script.asm)
- const_def -7
- const CREDITS_THEEND
- const CREDITS_WAIT2
- const CREDITS_MUSIC
- const CREDITS_CLEAR
- const CREDITS_SCENE
- const CREDITS_WAIT
+ const_def -1, -1
const CREDITS_END
+ const CREDITS_WAIT
+ const CREDITS_SCENE
+ const CREDITS_CLEAR
+ const CREDITS_MUSIC
+ const CREDITS_WAIT2
+ const CREDITS_THEEND