diff options
Diffstat (limited to 'constants/credits_constants.asm')
-rw-r--r-- | constants/credits_constants.asm | 14 |
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 |