mirror of
https://github.com/n64decomp/mk64
synced 2026-08-19 13:23:37 -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:
@@ -101,6 +101,9 @@ extern struct_D_802BFB80 D_802BFB80[][8];
|
||||
|
||||
extern struct GfxPool *gGfxPool; // D_8014EF40
|
||||
|
||||
extern mk64_surface_map_ram (*D_8015F580)[]; // Pointer to a list of surface_map entries
|
||||
extern u16 D_8015F588; // Number of entires in D_8015F580
|
||||
|
||||
extern Vec3f D_80165070[];
|
||||
|
||||
extern Vp D_802B8880[];
|
||||
|
||||
Reference in New Issue
Block a user