diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-03-04 17:02:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 09:02:45 -0700 |
| commit | f99e242d97602a67ddcb107627f56effc4afd065 (patch) | |
| tree | 0859f2747159d82cc57f79495d6df30198819715 /src/code_8006E9C0.h | |
| parent | 1aa6824d3340fc6fb6eca917f8c3ed7c9259af06 (diff) | |
Document render/update objects (#565)
* Document objects related code.
* Including render/update objects code
* Various renamings
Diffstat (limited to 'src/code_8006E9C0.h')
| -rw-r--r-- | src/code_8006E9C0.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code_8006E9C0.h b/src/code_8006E9C0.h index d6b646cd9..f948e1145 100644 --- a/src/code_8006E9C0.h +++ b/src/code_8006E9C0.h @@ -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 */ |
