mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-23 08:38:52 -05:00
Adds newlines to the ends of some files.
This commit is contained in:
parent
2f9874c68f
commit
4d30cc50a1
@ -147,4 +147,4 @@ std::string CustomMessageManager::WAIT_FOR_INPUT() {
|
||||
|
||||
std::string CustomMessageManager::PLAYER_NAME() {
|
||||
return "\x0F"s;
|
||||
}
|
||||
}
|
||||
|
@ -91,4 +91,4 @@ class CustomMessageManager {
|
||||
CustomMessageEntry RetrieveMessage(std::string tableID, uint16_t textID);
|
||||
bool ClearMessageTable(std::string tableID);
|
||||
bool AddCustomMessageTable(std::string tableID);
|
||||
};
|
||||
};
|
||||
|
@ -11,4 +11,4 @@ typedef enum {
|
||||
TEXT_ALTAR_CHILD = 0x7040,
|
||||
TEXT_ALTAR_ADULT = 0x7088,
|
||||
TEXT_GANONDORF = 0x70CC,
|
||||
} TextIDs;
|
||||
} TextIDs;
|
||||
|
@ -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!",
|
||||
"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!" });
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user