diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-10-06 00:19:09 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-06 00:19:09 -0600 |
| commit | 2b74bbbcefe396564a55357eda094fc8c8baf36a (patch) | |
| tree | 02ff798bcacc50d767e033cb2d13cab819e72eee /include/objects.h | |
| parent | 274fc21ffa271492d1fa231c99fc48a11e3bbed1 (diff) | |
Doc setup_game_memory, label syms, add osSyncPrintf support, match funcs (#444)
* Doc setup_game_memory and label syms
* match func_800132F4
* match func label defines
* fix some fake ptrs
* match more code
* Matches
* Add osSyncPrintf support and matches
* Add func equiv to draw_square and add comment to is_debug
Diffstat (limited to 'include/objects.h')
| -rw-r--r-- | include/objects.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/objects.h b/include/objects.h index 4316d6a54..1b5481ba0 100644 --- a/include/objects.h +++ b/include/objects.h @@ -140,7 +140,7 @@ extern s32 D_80183F28[]; extern s32 D_8018BFA8[]; extern s32 D_8018C030[]; -#define D_8018C1B0_SIZE 0x80 +#define D_8018C1B0_SIZE 128 #define NUM_MOLES 0x1F #define NUM_SNOWFLAKES 0x32 /** @@ -156,7 +156,7 @@ extern s32 D_80183E38; // Used for cycling through snowflakes in func_80078790 extern s16 D_8018D174; -#define D_8018C3F0_SIZE 0x80 +#define D_8018C3F0_SIZE 128 /** * List of object list indices used for: * Bats in Banshee's Boardwalk (but only 1 player mode?) @@ -167,7 +167,7 @@ extern s32 D_80183E4C; // Controls number of come object type placed into D_8018C3F0 on Frappe Snowland. So, maybe snowmen/snowflakes? extern s32 D_8018D3BC; -#define D_8018C630_SIZE 0x80 +#define D_8018C630_SIZE 128 extern s32 D_8018C630[]; // Next free spot in D_8018C630? extern s32 D_80183E5C; |
