This commit is contained in:
Alejandro Javier Asenjo Nitti 2024-09-17 18:37:40 -03:00
parent b06f3d50e4
commit 8323be7c86

View File

@ -77,7 +77,7 @@ void Corneria_CoGranga_ShootLaser(CoGranga* this, f32 x, f32 y, f32 z) {
this->obj.pos.z + dest.z, 100.0f);
}
void Corneria_Granga_SpawnItem(s32 arg0, f32 x, f32 y, f32 z, ObjectId itemId) {
void Corneria_Granga_SpawnItem(Boss* this, f32 x, f32 y, f32 z, ObjectId itemId) {
s32 i;
for (i = 0; i < ARRAY_COUNT(gItems); i++) {