Skip to content

Commit bd08124

Browse files
committed
Fixed Catalan credits and Mesetas
1 parent 2f4c837 commit bd08124

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Phantasy Star Retranslation v2.5
1+
# Phantasy Star Retranslation v2.5.1
22

33
Phantasy Star is a landmark game for the Sega Master System, first released in Japan on 20th December 1987.
44
This project is an unofficial retranslation/re-localisation based on that first Japanese version, with some enhancements.
@@ -17,6 +17,10 @@ More languages are welcome! See translating.md and/or contact me if you would li
1717
For more information and screenshots see https://www.smspower.org/Translations/PhantasyStar-SMS-EN
1818

1919
Changelog (in reverse chronological order):
20+
- v2.5.1 release 2024/12/23
21+
- Fixed Catalan retranslation credits
22+
- Fixed Catalan pluralised Mesetas
23+
2024
- v2.5 release 2024/12/20
2125
- Options menu is now available in-game (#100)
2226
- Support for Mega Drive controllers (#113)

psrp/ca/credits.asm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,11 @@ CreditsScreen16:
127127
CreditsEntry 18,15, "POPFAN"
128128

129129
CreditsScreen17:
130-
.db 2
131-
CreditsEntry 8,11, "`"
130+
.db 4
131+
CreditsEntry 13,5, "`"
132132
CreditsEntry 8,6, "CATALA"
133-
CreditsEntry 17,6, "KUSFO"
133+
CreditsEntry 12,11, "EN KUSFO"
134+
CreditsEntry 18,15, "EN RETROAND"
134135

135136
CreditsScreen18:
136137
.db 3

psrp/ca/script.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,11 +1994,11 @@
19941994
ca: Voleu obrir-lo?<end>
19951995

19961996
- offsets: ChestMesetasPlural # Was 2a8c
1997-
ca: Heu trobat <number> Meseta dintre.<wait>
1997+
ca: Heu trobat <number> Mesetas dintre.<wait>
19981998

19991999
- offsets: ChestMesetasSingular
20002000
# Not in the original
2001-
ca: Heu trobat <number> Mesetas dintre.<wait>
2001+
ca: Heu trobat <number> Meseta dintre.<wait>
20022002

20032003
- offsets: 2a73
20042004
ca: És buit.<wait>

psrp/ca/titlescreen.png

3 Bytes
Loading

0 commit comments

Comments
 (0)