diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-07-26 11:29:35 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-26 11:29:35 -0600 |
| commit | 532ad5a4c03d7098b316ac1ebf2c467525442791 (patch) | |
| tree | 258d8b8b206efab661fa69c92121718b08b5a9d7 /src/code_80057C60_var.c | |
| parent | dd5844ab81ebe3e429b8810e16ececb6b56219bc (diff) | |
Renames & seg 3 & 5 texture fixes (#19)
* Remove tools/torch
* Auto compile torch and extract
* Re-implement soh's implementation of lus implementation of an array
* Fix static actors in mr
* Update
* Updated torch
* Updated lus
* uncomment
* Fix collision
* Renames
* More renaming
* Collision Renames
* Update collision.c
* Collision Documentation (#640)
* Collision related renames
* Update
* update lus
* Bug fixes
* remove tabs
* fixes
* fixes
* Fix kart textures
* Networking
* net
* Add networking
* Update
* Cleanup
* Fix balloon rendering
* Fix lakitu and red shell
* fixes
* Implement new random system
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/code_80057C60_var.c')
| -rw-r--r-- | src/code_80057C60_var.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_80057C60_var.c b/src/code_80057C60_var.c index 0ed5c549c..54ac5ab27 100644 --- a/src/code_80057C60_var.c +++ b/src/code_80057C60_var.c @@ -106,7 +106,7 @@ s32 D_8018D22C; //! Something related to the display of the clouds/stars? s8 D_8018D230; UNUSED s32 D_8018D238[2]; -s32 D_8018D240; +uintptr_t D_8018D240; u8 *D_8018D248[22]; f32 D_8018D2A0; s32 D_8018D2A4; |
