You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
18 lines
467 B
C
18 lines
467 B
C
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
// geo
|
|
extern const GeoLayout bowser_2_geo_000170[];
|
|
extern const GeoLayout bowser_2_geo_000188[];
|
|
|
|
// leveldata
|
|
extern const Gfx bowser_2_seg7_dl_07000D30[];
|
|
extern const Gfx bowser_2_seg7_dl_07000FE0[];
|
|
extern const Gfx bowser_2_seg7_dl_07001930[];
|
|
extern const Collision bowser_2_seg7_collision_lava[];
|
|
extern const Collision bowser_2_seg7_collision_tilting_platform[];
|
|
|
|
// script
|
|
extern const LevelScript level_bowser_2_entry[];
|