add names in show-battle-params

This commit is contained in:
Martin Michelsen
2025-08-06 21:03:20 -07:00
parent ab38a58e39
commit 5c84581978
6 changed files with 51 additions and 17 deletions
+1
View File
@@ -181,3 +181,4 @@ template <>
EnemyType phosg::enum_for_name<EnemyType>(const char* name);
const std::vector<EnemyType>& enemy_types_for_rare_table_index(Episode episode, uint8_t rt_index);
const std::vector<EnemyType>& enemy_types_for_battle_param_index(Episode episode, uint8_t bp_index);