diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2026-09-16 09:01:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-16 09:01:55 -0600 |
| commit | 60ac50c9628d25968bfe367e1b4b6f030078be64 (patch) | |
| tree | e03a0d825cfe443adcf076cb643c20692151f431 /src/update_objects.h | |
| parent | 7adfdaa9abb18d76ae80f26bff58c2c4dc4f3f29 (diff) | |
| parent | 8fb42e50d70356300050048b57def3123e6d4552 (diff) | |
Merge branch 'main' into Caladius-patch-1Caladius-patch-1
Diffstat (limited to 'src/update_objects.h')
| -rw-r--r-- | src/update_objects.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/update_objects.h b/src/update_objects.h index 4db33ea7b..b2eee3f4c 100644 --- a/src/update_objects.h +++ b/src/update_objects.h @@ -346,8 +346,8 @@ extern f32 D_800E43B0[]; extern Vtx D_800E43F0[]; extern Vtx D_800E4470[]; extern Vtx D_800E44B0[]; -extern u16* gItemWindowTLUTs[]; -extern u8* gItemWindowTextures[]; +extern const char* gItemWindowTLUTs[]; +extern const char* gItemWindowTextures[]; extern u16* gHudLapTextures[]; extern u16* gPortraitTLUTs[]; extern u8* gPortraitTextures[]; |
