fix animation (#60)

* fix animation

* Update update_objects.c
This commit is contained in:
coco875
2024-08-23 01:53:05 +02:00
committed by GitHub
parent 8054960948
commit 3781ce2830
8 changed files with 33 additions and 28 deletions
+2 -2
View File
@@ -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;