diff options
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 794a7b50..b4f63e2c 100755 --- a/text/credits_text.asm +++ b/text/credits_text.asm @@ -74,7 +74,7 @@ IF DEF(_RED) db -6, "VERSION ROUGE@" ENDC IF DEF(_BLUE) - db -8, "BLUE VERSION STAFF@" + db -6, "VERSION BLEUE@" ENDC CredTajiri: db -6, "SATOSHI TAJIRI@" |