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 /src/code_80005FD0.c | |
| parent | 78a7d156c9a080fab1c530d2aa8210c6d4cf5596 (diff) | |
Update lus (#16)
* Updates
Diffstat (limited to 'src/code_80005FD0.c')
| -rw-r--r-- | src/code_80005FD0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code_80005FD0.c b/src/code_80005FD0.c index 9210440a4..1c6a4e3c2 100644 --- a/src/code_80005FD0.c +++ b/src/code_80005FD0.c @@ -3477,6 +3477,7 @@ void func_8000F628(void) { if (gCurrentCourseId < (NUM_COURSES - 1)) { func_8000B95C(i, 0, 0); } + //! todo: @BUG this doesn't seem right. This variable is metadata. D_80163028[i] = *(f32 *) LOAD_ASSET(&D_0D009418[gCurrentCourseId][gCCSelection]); D_801630E8[i] = 0; D_80163100[i] = 0; |
