diff options
author | dannye <33dannye@gmail.com> | 2020-11-04 00:06:44 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2020-11-04 00:06:44 -0600 |
commit | 5647ca687b92954dcf37a6ea6bfbc9a341c32de4 (patch) | |
tree | dde1937a1bfdb3a835f4155e1c2eb8f1aaf86f63 /constants/credits_constants.asm | |
parent | 53fcd05aa24693093d8af1dc8ec4fedd3957decc (diff) |
Sync with pokered
Diffstat (limited to 'constants/credits_constants.asm')
-rw-r--r-- | constants/credits_constants.asm | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/constants/credits_constants.asm b/constants/credits_constants.asm index 013ceceb..b04ec0b8 100644 --- a/constants/credits_constants.asm +++ b/constants/credits_constants.asm @@ -1,3 +1,4 @@ +; CreditsTextPointers indexes (see data/credits/credits_text.asm) const_def const CRED_VERSION ; 00 const CRED_TAJIRI ; 01 @@ -86,10 +87,10 @@ const CRED_YOSHIMURA ; 54 const CRED_YAMAZAKI ; 55 -const_value SET $fa - const CRED_THE_END - const CRED_COPYRIGHT - const CRED_TEXT - const CRED_TEXT_FADE - const CRED_TEXT_MON - const CRED_TEXT_FADE_MON + const_def -1, -1 + const CRED_TEXT_FADE_MON ; $FF + const CRED_TEXT_MON ; $FE + const CRED_TEXT_FADE ; $FD + const CRED_TEXT ; $FC + const CRED_COPYRIGHT ; $FB + const CRED_THE_END ; $FA |