diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2017-04-17 03:21:20 +1200 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2017-04-17 03:21:20 +1200 |
commit | 6ab04abce1aebc969abacfcdad684d34fea54ca6 (patch) | |
tree | 99db51fbe4e2a2dc18163f6f6aade68ebf4def70 /text | |
parent | bdcedec3642f23856e7782b7d11a4fe22c614821 (diff) |
and there's Blaue
Diffstat (limited to 'text')
-rwxr-xr-x | text/credits_text.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text/credits_text.asm b/text/credits_text.asm index 643c4161..cfbe869f 100755 --- a/text/credits_text.asm +++ b/text/credits_text.asm @@ -73,7 +73,7 @@ IF DEF(_RED) db -5, "ROTE EDITION@" ENDC IF DEF(_BLUE) - db -6, "VERSION BLEUE@" + db -6, "BLAUE EDITION@" ENDC CredTajiri: db -6, "SATOSHI TAJIRI@" |