summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-05-28 21:56:43 -0400
committerentrpntr <entrpntr@gmail.com>2020-05-28 22:10:29 -0400
commit3a9930b9d4348cf0a67861438d7af32fbb60d812 (patch)
tree9ceedfd2de501f2ecaed9969c1db9c4c313446a0 /data
parent33e45dea924632318a727ce6a9534328ed5927bb (diff)
Remove unnecessary 2bpp files, plus some minor fixes.
Diffstat (limited to 'data')
-rwxr-xr-xdata/credits_script.asm2
-rw-r--r--data/credits_strings.asm12
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@" ; "プログラム@"