diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-08-03 20:57:07 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-03 20:57:07 -0600 |
| commit | c270c11c9bee22a2c6fd9395f21f389e18c8afed (patch) | |
| tree | 390538449d09a778c6f85931fffdeb2e1b0f066d /src/code_80057C60.h | |
| parent | 016b16a4845d51d32bbff97c29dbcf5509471e55 (diff) | |
Lakitu fix (#35)
* Fix menu bug
* Fix undefined behaviour
* Fix kart textures
* Fix boost texture
* Rename as per review
* Fix buffer overflows
* Fix lakitu progress
* Fix race starter character
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/code_80057C60.h')
| -rw-r--r-- | src/code_80057C60.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code_80057C60.h b/src/code_80057C60.h index 5c1455e08..cb027ec06 100644 --- a/src/code_80057C60.h +++ b/src/code_80057C60.h @@ -410,10 +410,10 @@ extern Vec3su D_80183E98; // extern s32 indexObjectList1[]; -> objects.h // extern s32 indexObjectList2[]; -> objects.h -extern u8 D_80183FA8[4][0x2000]; +extern const char *gLakituTextureBuffer[4][2]; // extern s32 indexObjectList3[]; -> objects.h -extern u8 *D_8018C028; +extern const char **gLakituTexturePtr; // extern s32 indexObjectList4[]; -> objects.h // extern Collision D_8018C0B0[]; -> objects.h // extern s32 gObjectParticle1[]; -> objects.h |
