Files
Microtransactions64/levels/ending/header.h
2021-09-25 11:08:11 -07:00

21 lines
474 B
C

#pragma once
#include "types.h"
// geo
extern const GeoLayout ending_geo_000050[];
// leveldata
extern const Gfx dl_cake_end_screen[];
#ifndef EU_CUSTOM_CAKE_FIX
extern const Gfx dl_cake_end_screen_eu_070296F8[];
extern const Gfx dl_cake_end_screen_eu_07029768[];
extern const Gfx dl_cake_end_screen_eu_070297D8[];
#else
extern const Gfx dl_cake_end_screen_eu_fix[];
#endif
extern const Gfx dl_cake_end_screen[];
// script
extern const LevelScript level_ending_entry[];