update 6xB6 notes

This commit is contained in:
Martin Michelsen
2025-10-14 21:26:12 -07:00
parent cd5863fcde
commit 052dcf8c6e
2 changed files with 7 additions and 4 deletions
+1 -3
View File
@@ -4361,9 +4361,7 @@ void SuperMap::link_object_version(std::shared_ptr<Object> obj, Version version,
}
shared_ptr<SuperMap::Enemy> SuperMap::add_enemy_and_children(
Version version,
uint8_t floor,
const MapFile::EnemySetEntry* set_entry) {
Version version, uint8_t floor, const MapFile::EnemySetEntry* set_entry) {
shared_ptr<Enemy> head_ene = nullptr;
size_t next_child_index = 0;