Skip to content

Commit

Permalink
set extra row names to an existing string
Browse files Browse the repository at this point in the history
  • Loading branch information
patataofcourse committed Jan 24, 2024
1 parent 0e037f2 commit a474eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Megamix/Patches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ namespace Megamix::Patches {
std::vector<MuseumRowColor> extraMuseumRowColors {};

auto PushExtraRow = [&](std::array<u16, 5> newRowIds) {
extraMuseumRows.emplace_back(newRowIds, "", 0, 0);
extraMuseumRows.emplace_back(newRowIds, "navi_char_name_Question", 0, 0);
extraMuseumRowColors.emplace_back(0x424242ff, 0x00000000);
};

Expand Down

0 comments on commit a474eb1

Please sign in to comment.