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:
Tyler McGavran
2022-01-24 23:22:05 -05:00
committed by GitHub
parent f0e40cb746
commit e371625acb
11 changed files with 389 additions and 336 deletions
+3
View File
@@ -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[];