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 /courses | |
| parent | 80549609488498423c93500227e5b58dfca89731 (diff) | |
fix animation (#60)
* fix animation
* Update update_objects.c
Diffstat (limited to 'courses')
| -rw-r--r-- | courses/sherbet_land/course_offsets.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/courses/sherbet_land/course_offsets.c b/courses/sherbet_land/course_offsets.c index a04d06fc9..c942bf9a0 100644 --- a/courses/sherbet_land/course_offsets.c +++ b/courses/sherbet_land/course_offsets.c @@ -166,14 +166,14 @@ const Gfx *sherbet_land_dls_2[] = { d_course_sherbet_land_dl_4B20, }; -u32 d_course_sherbet_land_unk_data1[] = { +uintptr_t d_course_sherbet_land_unk_data1[] = { 0x00000001, 0x00000002, 0x00000000, 0x00000007, 0x00000000, - 0x06008D00, + d_course_sherbet_land_dl_8D00, 0x00000000, 0x00000000, 0x00000000, @@ -195,7 +195,7 @@ u32 d_course_sherbet_land_unk_data1[] = { 0x00000000, 0x00000007, 0x00000000, - 0x06008730, + d_course_sherbet_land_dl_8730, 0x00000000, 0x00000000, 0x00000000, @@ -217,7 +217,7 @@ u32 d_course_sherbet_land_unk_data1[] = { 0x00000000, 0x00000007, 0x00000000, - 0x06008808, + d_course_sherbet_land_dl_8808, 0x00000000, 0x00000000, 0x00000000, @@ -239,7 +239,7 @@ u32 d_course_sherbet_land_unk_data1[] = { 0x00000000, 0x00000007, 0x00000000, - 0x06008930, + d_course_sherbet_land_dl_8930, 0x00000000, 0x00000000, 0x00000000, @@ -261,7 +261,7 @@ u32 d_course_sherbet_land_unk_data1[] = { 0x00000000, 0x00000007, 0x00000000, - 0x06008A78, + d_course_sherbet_land_dl_8A78, 0x00000000, 0x00000000, 0x00000000, @@ -283,7 +283,7 @@ u32 d_course_sherbet_land_unk_data1[] = { 0x00000000, 0x00000007, 0x00000000, - 0x06008E00, + d_course_sherbet_land_dl_8E00, 0x00000000, 0x00000000, 0x00000000, |
