mirror of
https://github.com/n64decomp/mk64
synced 2026-08-03 16:42:06 -04:00
Add in a struct for surface map entires (#150)
Sourced from https://github.com/micro500/mariokart64/wiki/Surface-Map, only minor adjustments were made. Updated the bounding box corner struct a little based on information from the surface map struct. Refreshed several mips_to_c outputs Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
@@ -18,6 +18,8 @@ extern u16 D_80150112;
|
||||
extern u16 D_80164AF0;
|
||||
extern u32 D_8018D120;
|
||||
extern s32 gPrevLoadedAddress;
|
||||
extern mk64_surface_map_ram (*D_8015F580)[];
|
||||
extern u16 D_8015F588; // Number of entires in D_8015F580
|
||||
|
||||
extern u16 gIsInQuitToMenuTransition, gQuitToMenuTransitionCounter;
|
||||
extern s32 D_802874A0;
|
||||
|
||||
Reference in New Issue
Block a user