handle extra data after quest label table

This commit is contained in:
Martin Michelsen
2025-11-30 09:35:30 -08:00
parent 23e31749e9
commit f26c543977
2 changed files with 36 additions and 4 deletions
+1
View File
@@ -106,6 +106,7 @@ struct QuestMetadata {
std::string long_description;
size_t text_offset;
size_t label_table_offset;
size_t total_size;
static std::unordered_map<uint32_t, uint32_t> parse_enemy_exp_overrides(const phosg::JSON& json);
static inline uint32_t exp_override_key(Difficulty difficulty, uint8_t floor, EnemyType enemy_type) {