diff options
| author | libjet <libj3t@gmail.com> | 2020-05-28 19:47:18 +0100 |
|---|---|---|
| committer | libjet <libj3t@gmail.com> | 2020-05-28 19:47:18 +0100 |
| commit | 0cf765a4f521ecd3ef2f7e9e89f1fa3fddb006c4 (patch) | |
| tree | 28f80a786579a8ce27dab7ea11e67682fb87ef99 /constants | |
| parent | 2e0371d637d9c62d97e20e0f75e4034fc755aab1 (diff) | |
Add halloffame.asm and credits.asm
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 |
