mirror of
https://github.com/n64decomp/mk64
synced 2026-07-08 12:56:13 -04:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user