Files
HackerSM64/levels/ssl/header.inc.h
Denis Kopyrin ccb1419adb Split vanillla object from levels allowing pruning vanilla assets on fast64 imports and managing vanilla objects independently of levels (#796)
* Move level script to bank 0x1A

* Decouple vanilla objects in a separate bank

* Rollback group level scripts move, fixed nits

* Move actors_vanilla to actors/vanilla_actors

* Make EU translation segment last, remove vanilla objects segments copypaste

* Added LOAD_VANILLA_OBJECTS segment id stub
2025-01-29 20:58:46 -05:00

43 lines
1.8 KiB
C

// geo
extern const GeoLayout ssl_geo_0005C0[];
extern const GeoLayout ssl_geo_0005D8[];
extern const GeoLayout ssl_geo_000648[];
extern const GeoLayout ssl_geo_0007CC[];
extern const GeoLayout ssl_geo_00088C[];
// leveldata
extern const Texture ssl_pyramid_sand[];
extern const Texture ssl_quicksand[];
extern const Gfx ssl_dl_quicksand_pit_begin[];
extern const Gfx ssl_dl_quicksand_pit_end[];
extern const Gfx ssl_dl_pyramid_quicksand_pit_begin[];
extern const Gfx ssl_dl_pyramid_quicksand_pit_end[];
extern const Gfx ssl_dl_quicksand_pit[];
extern const Gfx ssl_dl_pyramid_quicksand_pit_static[];
extern const Gfx ssl_seg7_dl_07009F48[];
extern const Gfx ssl_seg7_dl_0700BA78[];
extern const Gfx ssl_seg7_dl_0700BC18[];
extern const Gfx ssl_seg7_dl_0700BD00[];
extern const Collision ssl_seg7_area_1_collision[];
extern const MacroObject ssl_seg7_area_1_macro_objs[];
extern const Gfx ssl_dl_quicksand_begin[];
extern const Gfx ssl_dl_quicksand_end[];
extern const Gfx ssl_dl_pyramid_quicksand[];
extern const Gfx ssl_dl_pyramid_corners_quicksand[];
extern const Gfx ssl_dl_sides_quicksand[];
extern const Gfx ssl_seg7_dl_0701EE80[];
extern const Gfx ssl_seg7_dl_0701F920[];
extern const Gfx ssl_seg7_dl_0701FCE0[];
extern const Gfx ssl_seg7_dl_07021A08[];
extern const Gfx ssl_seg7_dl_07021DE8[];
extern const Collision ssl_seg7_area_2_collision[];
extern const Collision ssl_seg7_area_3_collision[];
extern const MacroObject ssl_seg7_area_2_macro_objs[];
extern const MacroObject ssl_seg7_area_3_macro_objs[];
extern const Gfx ssl_dl_pyramid_sand_pathway_floor_begin[];
extern const Gfx ssl_dl_pyramid_sand_pathway_floor_end[];
extern const Gfx ssl_dl_pyramid_sand_pathway_begin[];
extern const Gfx ssl_dl_pyramid_sand_pathway_end[];
extern const Gfx ssl_dl_pyramid_sand_pathway_front_end[];
extern const Gfx ssl_dl_pyramid_sand_pathway_side_end[];