sm64

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

header.h (917B)


      1 #ifndef INTRO_HEADER_H
      2 #define INTRO_HEADER_H
      3 
      4 #include "types.h"
      5 
      6 // geo
      7 extern const GeoLayout intro_geo_0002D0[];
      8 extern const GeoLayout intro_geo_mario_head_regular[];
      9 extern const GeoLayout intro_geo_mario_head_dizzy[];
     10 extern const GeoLayout intro_geo_000414[];
     11 
     12 // leveldata
     13 extern const Gfx intro_seg7_dl_0700B3A0[];
     14 extern const Gfx intro_seg7_dl_0700C6A0[];
     15 extern const f32 intro_seg7_table_0700C790[];
     16 extern const f32 intro_seg7_table_0700C880[];
     17 
     18 // script
     19 extern const LevelScript level_intro_splash_screen[];
     20 extern const LevelScript level_intro_mario_head_regular[];
     21 extern const LevelScript level_intro_mario_head_dizzy[];
     22 extern const LevelScript level_intro_entry_4[];
     23 extern const LevelScript script_intro_L1[];
     24 extern const LevelScript script_intro_L2[];
     25 extern const LevelScript script_intro_L3[];
     26 extern const LevelScript script_intro_L4[];
     27 extern const LevelScript script_intro_L5[];
     28 
     29 #endif