Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Nessy committed Jan 27, 2024
2 parents 5ca9558 + a064cb1 commit 4f914f9
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ jobs:
"url": "https://phlexplexi.co/unistore",
"file": "MM3DR.unistore",
"sheetURL": "https://phlexplexi.co/icon.t3x",
"sheet": "MM3DR.t3x",
"sheet": "icon.t3x",
"bg_index": 1,
"bg_sheet": 0,
"revision": <REV_NUMBER>,
Expand Down
2 changes: 1 addition & 1 deletion source/custom_messages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void CreateBaselineCustomMessages() {

// Great Bay
CreateMessage(0x6141, 0xFFFF, 0x3FFFFFFF, 0xFF0000,
"You got the #boss key# for the #Great Bay Temple#! ow you can enter the chamber where the boss lurks!",
"You got the #boss key# for the #Great Bay Temple#! Now you can enter the chamber where the boss lurks!",
{QM_GREEN, QM_RED}, {}, {}, 0x0, false, false);

// Stone Tower
Expand Down
5 changes: 4 additions & 1 deletion source/hint_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ void HintTable_Init() {
hintTable[GORON_VILLAGE_LENS_OF_TRUTH_CHEST] = HintText::Sometimes({ Text{"a lonely peak contains", "", ""}});
hintTable[GORON_VILLAGE_SCRUB_TRADE] = HintText::Sometimes({ Text{"a northern merchant trades", "", ""}});
hintTable[GORON_VILLAGE_LEDGE] = HintText::Sometimes({ Text{"a cold ledge contains", "", ""}});
hintTable[GORON_VILLAGE_POWDER_KEG_CHALLENGE_SPRING] = HintText::Sometimes({ Text{"a large goron rewards", "", ""}});
hintTable[GORON_VILLAGE_SCRUB_PURCHASE_SPRING] = HintText::Sometimes({ Text{"a northern merchant sells", "", ""}});
hintTable[GORON_VILLAGE_SCRUB_TRADE_SPRING] = HintText::Sometimes({ Text{"a northern merchant trades", "", ""}});
hintTable[GORON_VILLAGE_LEDGE_SPRING] = HintText::Sometimes({ Text{"a cold ledge contains", "", ""}});
hintTable[GORON_VILLAGE_GORON_LULLABY] = HintText::Sometimes({ Text{"a lonely child teaches", "", ""}});
hintTable[LENS_CAVE_RED_RUPEE] = HintText::Sometimes({ Text{"a lonely peak contains", "", ""}});
hintTable[LENS_CAVE_PURPLE_RUPEE] = HintText::Sometimes({ Text{"a lonely peak contains", "", ""}});
Expand Down Expand Up @@ -448,7 +452,6 @@ void HintTable_Init() {
hintTable[W_CLOCK_TOWN_SWORDSMANS_SCHOOL] = HintText::Sometimes({Text{"a town game rewards", "", ""}});
hintTable[W_CLOCK_TOWN_ALL_NIGHT_MASK_BUY] = HintText::Sometimes({Text{"a shady town merchant sells", "", ""}});
hintTable[W_CLOCK_TOWN_BOMB_SHOP_GORON] = HintText::Sometimes({Text{"a town goron merchant sells", "", ""}});
hintTable[W_CLOCK_TOWN_POSTBOX] = HintText::Sometimes({Text{"a correspondence box contains", "", ""}});
//hintTable[W_CLOCK_TOWN_LOTTERY] = HintText::Sometimes({Text{"", "", ""}});
hintTable[TRADING_POST_ITEM_1] = HintText::Sometimes({Text{"a town merchant sells", "", ""}});
hintTable[TRADING_POST_ITEM_2] = HintText::Sometimes({Text{"a town merchant sells", "", ""}});
Expand Down
5 changes: 4 additions & 1 deletion source/include/keys.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ typedef enum {
GORON_VILLAGE_LEDGE,
LENS_CAVE_RED_RUPEE,
LENS_CAVE_PURPLE_RUPEE,
GORON_VILLAGE_POWDER_KEG_CHALLENGE_SPRING,
GORON_VILLAGE_SCRUB_PURCHASE_SPRING,
GORON_VILLAGE_SCRUB_TRADE_SPRING,
GORON_VILLAGE_LEDGE_SPRING,
GORON_SHOP_ITEM_1,
GORON_SHOP_ITEM_2,
GORON_SHOP_ITEM_3,
Expand Down Expand Up @@ -455,7 +459,6 @@ typedef enum {
W_CLOCK_TOWN_ALL_NIGHT_MASK_BUY,
W_CLOCK_TOWN_LOTTERY,
W_CLOCK_TOWN_BOMB_SHOP_GORON,
W_CLOCK_TOWN_POSTBOX,
TRADING_POST_ITEM_1,
TRADING_POST_ITEM_2,
TRADING_POST_ITEM_3,
Expand Down
2 changes: 1 addition & 1 deletion source/include/version.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once

#define RANDOMIZER_VERSION "v1.0.1"
#define RANDOMIZER_VERSION "v1.1.1"
#define COMMIT_NUMBER "develop"
2 changes: 1 addition & 1 deletion source/item_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void ItemTable_Init() { //repeatable denotes that an item in a vanilla playth
itemTable[BOTTLE_WITH_ZORA_EGG] = Item(false, true, &HasBottle, Text{"Bottle with Zora Egg", "Bottle with Zora Egg", "Bottle with Zora Egg",}, BOTTLE_WITH_ZORA_EGG, (u32)GetItemID::GI_BOTTLE_ZORA_EGG, ITEMTYPE_ITEM);
itemTable[BOTTLE_WITH_MUSHROOM] = Item(false, true, &HasBottle, Text{"Bottle with Mushroom", "Bottle with Mushroom", "Bottle with Mushroom",}, BOTTLE_WITH_MUSHROOM, (u32)GetItemID::GI_BOTTLE_MAGIC_MUSHROOM, ITEMTYPE_ITEM);
itemTable[ZORA_EGG] = Item(false, true, &ZoraEgg, Text{"Zora Egg", "Oeuf de Zora", "Huevo de Zora"}, ZORA_EGG, (u32)GetItemID::GI_BOTTLE_ZORA_EGG, ITEMTYPE_ITEM);
itemTable[SEAHORSE] = Item(false, true, &Seahorse, Text{"Seahorse", "Hippocampe", "Caballo de mar"}, SEAHORSE, (u32)GetItemID::GI_BOTTLE_SEAHORSE, ITEMTYPE_ITEM);
itemTable[SEAHORSE] = Item(true, true, &Seahorse, Text{"Seahorse", "Hippocampe", "Caballo de mar"}, SEAHORSE, (u32)GetItemID::GI_BOTTLE_SEAHORSE, ITEMTYPE_ITEM);

//Upgrades
itemTable[RAZOR_SWORD] = Item(true, false, &RazorSword, Text{"Razor Sword", "Lame Rasoir", "Espada Afilada" }, RAZOR_SWORD, (u32)GetItemID::GI_RAZOR_SWORD, ITEMTYPE_ITEM );
Expand Down
Loading

0 comments on commit 4f914f9

Please sign in to comment.