diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-08-02 17:04:08 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-02 17:04:08 -0600 |
| commit | 016b16a4845d51d32bbff97c29dbcf5509471e55 (patch) | |
| tree | 3268591e9cfb3f31ba66ffaed88bd6d97d68513a /src/render_player.h | |
| parent | 00067c03f66985ab894221f390cc92894be04945 (diff) | |
Fix menu bug & kart textures (#32)
* Fix menu bug
* Fix undefined behaviour
* Fix kart textures
* Fix boost texture
* Rename as per review
* Fix buffer overflows
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/render_player.h')
| -rw-r--r-- | src/render_player.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/render_player.h b/src/render_player.h index 345ab2ae8..35b7b706b 100644 --- a/src/render_player.h +++ b/src/render_player.h @@ -68,8 +68,6 @@ void func_80027024(s32, s32, s32); /* This is where I'd put my static data, if I had any */ extern struct_D_802F1F80 *gPlayerPalette; -extern u8 *D_80164B08; -extern u8 *D_80164B0C; extern s32 D_80164A28; extern s16 D_80164AB0[]; |
