Skip to content

Commit

Permalink
FIX: Vector
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleHato committed Oct 10, 2023
1 parent 58f6444 commit 16420bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions soh/soh/Enhancements/randomizer/randomizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5877,7 +5877,7 @@ CustomMessage Randomizer::GetGoronMessage(u16 index) {
void Randomizer::CreateCustomMessages() {
// RANDTODO: Translate into french and german and replace GIMESSAGE_UNTRANSLATED
// with GIMESSAGE(getItemID, itemID, english, german, french).
const std::array<GetItemMessage, 124> vanillaTableGetItemMessages = {{
const std::vector<GetItemMessage> vanillaTableGetItemMessages = {{
GIMESSAGE(GI_NONE, ITEM_NONE,
"%rTEXT ID ERROR!%w",
"%rTEXT ID ERROR!%w",
Expand Down Expand Up @@ -6083,7 +6083,7 @@ void Randomizer::CreateCustomMessages() {
"",
"Vous obtenez un %rSac de &Bombes%w!"),
GIMESSAGE(GI_BOMB_BAG_30, ITEM_NONE,
"You got a %rBig Bomb Bag%w!&Now you can carry more &Bombs, up to a maximum of %y30%w!",
"You got a %rBig Bomb Bag%w!&Now, you can carry up to %y30%w&Bombs!",
"",
""),
GIMESSAGE(GI_BOMB_BAG_40, ITEM_NONE,
Expand Down

0 comments on commit 16420bf

Please sign in to comment.