diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/credits_constants.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/constants/credits_constants.asm b/constants/credits_constants.asm index 686f73ba..9a786ee6 100644 --- a/constants/credits_constants.asm +++ b/constants/credits_constants.asm @@ -76,3 +76,13 @@ const US_COORDINATION const TEXT_TRANSLATION 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 CREDITS_END |