From 4a0c1605f6881e9ee1ce93f7e9680b29a5522402 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Wed, 13 Mar 2024 21:40:32 -0700 Subject: [PATCH] Update LoC ending for the winner of the Doreen's Dream Cup --- sourcefiles/legacyofcyrus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcefiles/legacyofcyrus.py b/sourcefiles/legacyofcyrus.py index a3e6c7a2..db591f74 100644 --- a/sourcefiles/legacyofcyrus.py +++ b/sourcefiles/legacyofcyrus.py @@ -433,7 +433,7 @@ def set_ending_after_ozzies_fort(ct_rom: ctrom.CTRom): ) end_str_b = orig_tg_script.strings[1] end_str = ctstrings.CTString.ct_bytes_to_ascii(end_str_b) - end_str = end_str.replace('Lavos', 'FalconHit') + end_str = end_str.replace('Lavos', 'akuheish') new_end_str_b = ctstrings.CTString.from_str(end_str) new_end_str_b.compress() orig_tg_script.strings[1] = new_end_str_b