Adds newlines to the ends of some files.

This commit is contained in:
Christopher Leggett 2022-08-01 21:21:29 -04:00
parent 2f9874c68f
commit 4d30cc50a1
No known key found for this signature in database
GPG Key ID: 7093AE5FF7037D79
4 changed files with 4 additions and 4 deletions

View File

@ -147,4 +147,4 @@ std::string CustomMessageManager::WAIT_FOR_INPUT() {
std::string CustomMessageManager::PLAYER_NAME() { std::string CustomMessageManager::PLAYER_NAME() {
return "\x0F"s; return "\x0F"s;
} }

View File

@ -91,4 +91,4 @@ class CustomMessageManager {
CustomMessageEntry RetrieveMessage(std::string tableID, uint16_t textID); CustomMessageEntry RetrieveMessage(std::string tableID, uint16_t textID);
bool ClearMessageTable(std::string tableID); bool ClearMessageTable(std::string tableID);
bool AddCustomMessageTable(std::string tableID); bool AddCustomMessageTable(std::string tableID);
}; };

View File

@ -11,4 +11,4 @@ typedef enum {
TEXT_ALTAR_CHILD = 0x7040, TEXT_ALTAR_CHILD = 0x7040,
TEXT_ALTAR_ADULT = 0x7088, TEXT_ALTAR_ADULT = 0x7088,
TEXT_GANONDORF = 0x70CC, TEXT_GANONDORF = 0x70CC,
} TextIDs; } TextIDs;

View File

@ -114,4 +114,4 @@ extern "C" void OTRMessage_Init()
"You got a %rGold Skulltula Token%w!&You've collected %r\x19%w tokens&in total!", "You got a %rGold Skulltula Token%w!&You've collected %r\x19%w tokens&in total!",
"Du erhälst ein %rGoldene&Skulltula-Symbol%w! Du hast&insgesamt %r\x19%w symbol gesammelt!", "Du erhälst ein %rGoldene&Skulltula-Symbol%w! Du hast&insgesamt %r\x19%w symbol gesammelt!",
"Vous obtenez un %rSymbole de&Skulltula d'or%w! Vous avez&collecté %r\x19\%w symboles en tout!" }); "Vous obtenez un %rSymbole de&Skulltula d'or%w! Vous avez&collecté %r\x19\%w symboles en tout!" });
} }