diff options
Diffstat (limited to 'data')
-rwxr-xr-x | data/credits_script.asm | 2 | ||||
-rw-r--r-- | data/credits_strings.asm | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/data/credits_script.asm b/data/credits_script.asm index ccf84020..5c1dc40d 100755 --- a/data/credits_script.asm +++ b/data/credits_script.asm @@ -64,7 +64,7 @@ CreditsScript: db CREDITS_WAIT, 12 db CREDITS_WAIT, 0 - ; Clear the banner. +; Clear the banner. db CREDITS_CLEAR db CREDITS_WAIT, 1 diff --git a/data/credits_strings.asm b/data/credits_strings.asm index 09c0dcd7..53baa850 100644 --- a/data/credits_strings.asm +++ b/data/credits_strings.asm @@ -52,12 +52,12 @@ Credits_KazuyoshiOsawa:: db " KAZUYOSHI OSAWA@" Credits_KimikoNakamichi:: db " KIMIKO NAKAMICHI@" Credits_End:: db "END@" ; "おしまい@" Credits_Staff:: db " #MON" ; "ポケットモンスター" - IF DEF(_GOLD) - next " GOLD VERSION" - ELIF DEF(_SILVER) - next " SILVER VERSION" - ENDC - next " STAFF@" + IF DEF(_GOLD) + next " GOLD VERSION" + ELIF DEF(_SILVER) + next " SILVER VERSION" + ENDC + next " STAFF@" Credits_Director:: db " DIRECTOR@" ; "エグゼクティブ ディレクター@" Credits_SubDirector:: db " SUB DIRECTOR@" Credits_Programmers:: db " PROGRAMMERS@" ; "プログラム@" |