diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-06-11 09:49:44 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-11 09:49:44 -0600 |
| commit | b594f112e05c46fa4f8da2e4be74ba1a28ee50b4 (patch) | |
| tree | 5b15245bb14120a8acac7c57ed4936525a5ed8d7 /courses | |
| parent | 78a7d156c9a080fab1c530d2aa8210c6d4cf5596 (diff) | |
Update lus (#16)
* Updates
Diffstat (limited to 'courses')
| -rw-r--r-- | courses/all_course_offsets.h | 2 | ||||
| -rw-r--r-- | courses/courseTable.h | 1 | ||||
| -rw-r--r-- | courses/mario_raceway/course_offsets.c | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/courses/all_course_offsets.h b/courses/all_course_offsets.h index 5136da6ff..aa1f43640 100644 --- a/courses/all_course_offsets.h +++ b/courses/all_course_offsets.h @@ -8,7 +8,7 @@ extern Gfx *bowsers_castle_dls[]; extern Gfx *choco_mountain_dls[]; extern Gfx *kalimari_desert_dls[]; extern Gfx *luigi_raceway_dls[]; -extern Gfx *mario_raceway_dls[]; +extern const char *mario_raceway_dls[]; extern Gfx *moo_moo_farm_dls[]; extern Gfx *royal_raceway_dls[]; extern Gfx *sherbet_land_dls[]; diff --git a/courses/courseTable.h b/courses/courseTable.h index 06ff41619..02ec0e280 100644 --- a/courses/courseTable.h +++ b/courses/courseTable.h @@ -32,7 +32,6 @@ extern u8 _mario_raceway_vertexSegmentRomEnd[]; extern u8 _course_mario_raceway_offsetsSegmentRomStart[]; extern u8 _course_mario_raceway_offsetsSegmentRomEnd[]; extern u8 d_course_mario_raceway_packed[]; -extern u32 mario_raceway_textures[]; extern u8 _course_choco_mountain_dl_mio0SegmentRomStart[]; extern u8 _course_choco_mountain_dl_mio0SegmentRomEnd[]; diff --git a/courses/mario_raceway/course_offsets.c b/courses/mario_raceway/course_offsets.c index 5f766731b..12cdd0571 100644 --- a/courses/mario_raceway/course_offsets.c +++ b/courses/mario_raceway/course_offsets.c @@ -36,7 +36,7 @@ const course_texture mario_raceway_textures[] = { {0x00000000, 0x0000, 0x0000, 0x0}, }; -const Gfx *mario_raceway_dls[] = { +const char *mario_raceway_dls[] = { d_course_mario_raceway_dl_0, d_course_mario_raceway_dl_1D0, d_course_mario_raceway_dl_E8, |
