From 16420bf452ed33a133ca0c9772f4b2108897c32e Mon Sep 17 00:00:00 2001 From: PurpleHato <47987542+PurpleHato@users.noreply.github.com> Date: Tue, 10 Oct 2023 12:27:31 +0200 Subject: [PATCH] FIX: Vector --- soh/soh/Enhancements/randomizer/randomizer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soh/soh/Enhancements/randomizer/randomizer.cpp b/soh/soh/Enhancements/randomizer/randomizer.cpp index 13ceb8e050e..2e4dda9ffed 100644 --- a/soh/soh/Enhancements/randomizer/randomizer.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer.cpp @@ -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 vanillaTableGetItemMessages = {{ + const std::vector vanillaTableGetItemMessages = {{ GIMESSAGE(GI_NONE, ITEM_NONE, "%rTEXT ID ERROR!%w", "%rTEXT ID ERROR!%w", @@ -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,