Skip to content
MegaMech edited this page Feb 17, 2023 · 2 revisions

Layout

From the setup race function through func_8029E158, the place_course_actors function places the courses' plants, item boxes, and course specific actors. A hard-coded segmented address is used to initialize the actors. It gets converted to a proper memory address and the offset is used to grab the actor data.

Spawn actors

An array of actor spawn coordinates.

Packed displaylists

An array of function pointers to packed displaylists appear at the end of courses

Clone this wiki locally