diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-08-23 01:53:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-22 17:53:05 -0600 |
| commit | 3781ce2830a143df855003b65fe069d2e26215d9 (patch) | |
| tree | 61ce31de6afb86fdb1722ceba15c2fa68b70d3c8 /include | |
| parent | 80549609488498423c93500227e5b58dfca89731 (diff) | |
fix animation (#60)
* fix animation
* Update update_objects.c
Diffstat (limited to 'include')
| -rw-r--r-- | include/course_offsets.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/course_offsets.h b/include/course_offsets.h index 7f869d922..b84888a63 100644 --- a/include/course_offsets.h +++ b/include/course_offsets.h @@ -15,7 +15,7 @@ typedef struct u32 padding; // always zero } course_texture; -extern u32 d_course_sherbet_land_unk_data1[]; +extern uintptr_t d_course_sherbet_land_unk_data1[]; extern s16 d_course_sherbet_land_unk_data2[]; extern animation_type_3_triplet d_course_sherbet_land_unk_data3[]; extern animation_type_2 d_course_sherbet_land_unk_data4; @@ -52,7 +52,7 @@ extern animation_type_2 *d_course_yoshi_valley_unk4[]; extern uintptr_t d_course_yoshi_valley_unk5[]; extern u32 d_course_yoshi_valley_unk6[]; -extern u32 d_course_sherbet_land_unk_data1[]; +extern uintptr_t d_course_sherbet_land_unk_data1[]; extern s16 d_course_sherbet_land_unk_data2[]; extern animation_type_3_triplet d_course_sherbet_land_unk_data3[]; extern animation_type_2 d_course_sherbet_land_unk_data4; |
