sm64

A Super Mario 64 decompilation
Log | Files | Refs | README | LICENSE

group0.c (560B)


      1 #include <ultra64.h>
      2 #include "sm64.h"
      3 #include "surface_terrains.h"
      4 #include "geo_commands.h"
      5 
      6 #include "make_const_nonconst.h"
      7 
      8 // Note: This bin does not use bin IDs, unlike the other segmented bins.
      9 #include "mario/model.inc.c"
     10 
     11 #include "bubble/model.inc.c"
     12 
     13 #include "walk_smoke/model.inc.c"
     14 
     15 #include "burn_smoke/model.inc.c"
     16 
     17 #include "stomp_smoke/model.inc.c"
     18 
     19 #include "water_wave/model.inc.c"
     20 
     21 #include "sparkle/model.inc.c"
     22 
     23 #include "water_splash/model.inc.c"
     24 
     25 #include "white_particle_small/model.inc.c"
     26 
     27 #include "sparkle_animation/model.inc.c"