Skip to content

Commit

Permalink
Merge pull request #26 from ianmcorvidae/update-loc-ending
Browse files Browse the repository at this point in the history
Update LoC ending for the winner of the Doreen's Dream Cup
  • Loading branch information
Pseudoarc authored Apr 11, 2024
2 parents c9e4c7e + 4a0c160 commit c2b48c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourcefiles/legacyofcyrus.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2b48c7

Please # to comment.