mirror of
https://github.com/n64decomp/mk64
synced 2026-08-08 10:13:11 -04:00
Document render/update objects (#565)
* Document objects related code. * Including render/update objects code * Various renamings
This commit is contained in:
+3
-3
@@ -2,9 +2,9 @@
|
||||
#define CODE_8006E9C0_H
|
||||
|
||||
#include "common_structs.h"
|
||||
#include "code_80071F00.h"
|
||||
#include "update_objects.h"
|
||||
|
||||
void init_object_list(void);
|
||||
void init_hud(void);
|
||||
void reset_object_variable(void);
|
||||
void func_8006EB10(void);
|
||||
void clear_object_list(void);
|
||||
@@ -35,7 +35,7 @@ extern s16 D_800E5520[];
|
||||
extern s16 D_800E5548[];
|
||||
extern u8 *gCourseOutlineTextures[0x14]; // 800e54d0
|
||||
|
||||
// These are found in data_code_80071F00
|
||||
// These are found in data_update_objects
|
||||
extern StarSpawn D_800E6A38[]; /* unable to generate initializer */
|
||||
extern StarSpawn D_800E6AA8[]; /* unable to generate initializer */
|
||||
extern StarSpawn D_800E6B00[]; /* unable to generate initializer */
|
||||
|
||||
Reference in New Issue
Block a user