@@ -5394,7 +5394,7 @@ CustomMessage Randomizer::GetGoronMessage(u16 index) {
53945394void Randomizer::CreateCustomMessages () {
53955395 // RANDTODO: Translate into french and german and replace GIMESSAGE_UNTRANSLATED
53965396 // with GIMESSAGE(getItemID, itemID, english, german, french).
5397- const std::array<GetItemMessage, 118 > getItemMessages = { {
5397+ const std::array<GetItemMessage, 120 > getItemMessages = { {
53985398 GIMESSAGE (RG_GREG_RUPEE, ITEM_MASK_GORON, " You found %gGreg%w!" , " %gGreg%w! Du hast ihn&wirklich gefunden!" ,
53995399 " Félicitation! Vous avez trouvé %gGreg%w!" ),
54005400 GIMESSAGE (RG_MASTER_SWORD, ITEM_SWORD_MASTER, " You found the %gMaster Sword%w!" ,
@@ -5740,9 +5740,12 @@ void Randomizer::CreateCustomMessages() {
57405740 GIMESSAGE (RG_ABILITY_EQUIP_SWAP, ITEM_DINS_FIRE, " You got %rEquip Swap%w!" ,
57415741 " Du hast %rEquip Swap%w&erhalten!" ,
57425742 " Vous obtenez %rEquip Swap%w!" ),
5743- GIMESSAGE (RG_ABILITY_GROUND_JUMP, ITEM_DINS_FIRE , " You got %rGround Jump%w!" ,
5743+ GIMESSAGE (RG_ABILITY_GROUND_JUMP, ITEM_SHIELD_HYLIAN , " You got %rGround Jump%w!" ,
57445744 " Du hast %rGround Jump%w&erhalten!" ,
57455745 " Vous obtenez %rGround Jump%w!" ),
5746+ GIMESSAGE (RG_ABILITY_WEIRDSHOT, ITEM_HOOKSHOT, " You got %rWeirdshot%w!" ,
5747+ " Du hast %rWeirdshot%w&erhalten!" ,
5748+ " Vous obtenez %rWeirdshot%w!" ),
57465749
57475750 GIMESSAGE (RG_FISHING_POLE, ITEM_FISHING_POLE, " You found a lost %rFishing Pole%w!&Time to hit the pond!" ,
57485751 " Du hast eine verlorene %rAngelrute%w&gefunden!&Zeit, im Teich&zu angeln!" ,
@@ -5945,6 +5948,7 @@ std::map<RandomizerGet, RandomizerInf> randomizerGetToRandInf = {
59455948 { RG_ABILITY_HOVER, RAND_INF_CAN_HOVER },
59465949 { RG_ABILITY_EQUIP_SWAP, RAND_INF_CAN_EQUIP_SWAP },
59475950 { RG_ABILITY_GROUND_JUMP, RAND_INF_CAN_GROUND_JUMP },
5951+ { RG_ABILITY_WEIRDSHOT, RAND_INF_CAN_WEIRDSHOT },
59485952};
59495953
59505954extern " C" u16 Randomizer_Item_Give (PlayState* play, GetItemEntry giEntry) {
0 commit comments