rewrite ItemNameIndex and index all game text

This commit is contained in:
Martin Michelsen
2023-12-31 21:24:12 -08:00
parent ac39db2f36
commit a24d0ad703
110 changed files with 1176 additions and 795 deletions
+1 -2
View File
@@ -10,7 +10,6 @@
#include <vector>
#include "BattleParamsIndex.hh"
#include "ItemNameIndex.hh"
#include "PSOEncryption.hh"
#include "StaticGameData.hh"
#include "Text.hh"
@@ -217,7 +216,7 @@ struct Map {
uint8_t floor;
bool item_drop_checked;
std::string str(std::shared_ptr<const ItemNameIndex> name_index) const;
std::string str() const;
};
struct Enemy {