You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
* 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
43 lines
1.8 KiB
C
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[];
|