Name used object event palette tags

This commit is contained in:
PikalaxALT
2021-05-08 10:27:52 -04:00
parent fecbee43d3
commit e07dd9507b
10 changed files with 297 additions and 291 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ bool8 FldEff_CutGrass(void)
if (MetatileAtCoordsIsGrassTile(x, y) == TRUE)
{
SetCutGrassMetatileAt(x, y);
sub_805F378(x, y);
EnableObjectGroundEffectsByXY(x, y);
}
}
}