Skip to content

Commit 3a9f8c9

Browse files
kichithewolfGin890
authored andcommitted
switch default item in table
1 parent 4bb9c21 commit 3a9f8c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SerialPrograms/Source/PokemonLZA/Options/PokemonLZA_HyperspaceRewardTable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace PokemonLZA{
1313

1414
HyperspaceRewardRow::HyperspaceRewardRow(EditableTableOption& parent_table)
1515
: EditableTableRow(parent_table)
16-
, item("beast-ball")
16+
, item("bottle-cap")
1717
{
1818
PA_ADD_OPTION(item);
1919
}

SerialPrograms/Source/PokemonLZA/Resources/PokemonLZA_HyperspaceRewardNames.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ HyperspaceRewardNamesDatabase::HyperspaceRewardNamesDatabase()
4848
// },
4949
// ....
5050
// }
51-
std::string path_disp = RESOURCE_PATH() + "PokemonLZA/HyperBattle/HyperspaceRewardNameDisplay.json"; //TODO: Get reward list
51+
std::string path_disp = RESOURCE_PATH() + "PokemonLZA/HyperBattle/HyperspaceRewardNameDisplay.json";
5252
JsonValue json_disp = load_json_file(path_disp);
5353
JsonObject& item_disp = json_disp.to_object_throw(path_disp);
5454

0 commit comments

Comments
 (0)