Move function

This commit is contained in:
Christian Semmler 2024-12-21 14:18:50 -07:00
parent 499462fb44
commit b425d5c7b4

View File

@ -345,6 +345,13 @@ void LegoPlantManager::FUN_10026860(MxS32 p_index)
}
}
// FUNCTION: LEGO1 0x100268d0
// FUNCTION: BETA10 0x100c5c7a
MxS32 LegoPlantManager::GetNumPlants()
{
return sizeOfArray(g_plantInfo);
}
// FUNCTION: LEGO1 0x100268e0
// FUNCTION: BETA10 0x100c5c95
LegoPlantInfo* LegoPlantManager::GetInfo(LegoEntity* p_entity)
@ -364,13 +371,6 @@ LegoPlantInfo* LegoPlantManager::GetInfo(LegoEntity* p_entity)
return NULL;
}
// FUNCTION: LEGO1 0x100268d0
// FUNCTION: BETA10 0x100c5c7a
MxS32 LegoPlantManager::GetNumPlants()
{
return sizeOfArray(g_plantInfo);
}
// FUNCTION: LEGO1 0x10026920
// FUNCTION: BETA10 0x100c5dc9
MxBool LegoPlantManager::SwitchColor(LegoEntity* p_entity)