You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
24 lines
517 B
C
24 lines
517 B
C
#ifndef ENDING_HEADER_H
|
|
#define ENDING_HEADER_H
|
|
|
|
#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[];
|
|
|
|
#endif
|