diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-08-06 02:09:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-05 18:09:52 -0600 |
| commit | 35bc5a58f970322ee3abddd109d984a24e0c5851 (patch) | |
| tree | 35018f853559a891c97b813b393a9ef374651a05 /src/code_80005FD0.c | |
| parent | e4675a00341544be2fe1a749ef1238d080a59050 (diff) | |
wip kalimari desert (#38)
* wip kalimari desert
* fix offset
* Update kalimari_desert_data.yml
* Update kalimari_desert_data.yml
* fix issue
* Update kalimari_desert_data.yml
Diffstat (limited to 'src/code_80005FD0.c')
| -rw-r--r-- | src/code_80005FD0.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code_80005FD0.c b/src/code_80005FD0.c index 4e5458530..43ab7a8c0 100644 --- a/src/code_80005FD0.c +++ b/src/code_80005FD0.c @@ -33,6 +33,7 @@ #include "spawn_players.h" #include "sounds.h" #include "data/path_spawn_metadata.h" +#include <assets/kalimari_desert_data.h> s32 unk_code_80005FD0_pad[24]; Collision D_80162E70; @@ -4309,7 +4310,7 @@ void func_80011EC0(s32 arg0, Player *player, s32 arg2, UNUSED u16 arg3) { void func_800120C8(void) { s32 i; PathNoY *temp; - TrackWaypoint *waypoint = (TrackWaypoint *) d_course_kalimari_desert_track_unknown_waypoints; + TrackWaypoint *waypoint = (TrackWaypoint *) LOAD_ASSET(d_course_kalimari_desert_track_unknown_waypoints); for (i = 0; ; i++) { if ((u16)waypoint[i].posX == 0x8000) { |
