move actors code in actors folder and rename thing related to actor (#584)

* Move actors into their folders

* Renamings and documentation
This commit is contained in:
coco875
2024-04-03 20:44:44 +02:00
committed by GitHub
parent 705fb6d915
commit 12f332614e
64 changed files with 4330 additions and 3812 deletions
+1 -1
View File
@@ -7442,7 +7442,7 @@ void init_hot_air_balloon(s32 objectIndex) {
func_800886F4(objectIndex);
func_80086EF0(objectIndex);
gObjectList[objectIndex].velocity[1] = -2.0f;
func_802A14BC(0.0f, 0.0f, 0.0f);
init_actor_hot_air_balloon_item_box(0.0f, 0.0f, 0.0f);
func_80072488(objectIndex);
}