Skip to content

Commit

Permalink
Adds newlines to the ends of some files.
Browse files Browse the repository at this point in the history
  • Loading branch information
leggettc18 committed Aug 2, 2022
1 parent 2f9874c commit 4d30cc5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ std::string CustomMessageManager::WAIT_FOR_INPUT() {

std::string CustomMessageManager::PLAYER_NAME() {
return "\x0F"s;
}
}
2 changes: 1 addition & 1 deletion soh/soh/Enhancements/custom_message/CustomMessageManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ class CustomMessageManager {
CustomMessageEntry RetrieveMessage(std::string tableID, uint16_t textID);
bool ClearMessageTable(std::string tableID);
bool AddCustomMessageTable(std::string tableID);
};
};
2 changes: 1 addition & 1 deletion soh/soh/Enhancements/custom_message/CustomMessageTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ typedef enum {
TEXT_ALTAR_CHILD = 0x7040,
TEXT_ALTAR_ADULT = 0x7088,
TEXT_GANONDORF = 0x70CC,
} TextIDs;
} TextIDs;
2 changes: 1 addition & 1 deletion soh/soh/z_message_OTR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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!" });
}
}

0 comments on commit 4d30cc5

Please sign in to comment.