fix episode 1 enemy indexes

This commit is contained in:
Martin Michelsen
2023-03-03 22:57:44 -08:00
parent d5ececfa87
commit 3418afcc66
2 changed files with 99 additions and 128 deletions
+2
View File
@@ -62,6 +62,7 @@ struct PSOEnemy {
uint8_t last_hit;
uint32_t experience;
uint32_t rt_index;
size_t num_clones;
const char* type_name;
explicit PSOEnemy(uint64_t id);
@@ -70,6 +71,7 @@ struct PSOEnemy {
uint16_t source_type,
uint32_t experience,
uint32_t rt_index,
size_t num_clones,
const char* type_name);
std::string str() const;