mirror of
https://github.com/n64decomp/mk64
synced 2026-08-04 00:49:03 -04:00
c17d5c76c9
* Linkage for the ceremony_data file Cleaned up all but 1 undefined symbol from the 0x0B range. The one leftover may be something from texture_tkmk00. Or atleast, that's what I think. Can't say for certain * Startup logo linkage Cleaned up a bunch of unused items from assets.json too Signed-off-by: Taggerung <tyler.taggerung@email.com>
34 lines
936 B
C
34 lines
936 B
C
#ifndef STARTUP_LOGO_H
|
|
#define STARTUP_LOGO_H
|
|
|
|
extern Vtx startup_logo[];
|
|
extern Gfx startup_logo_dl[];
|
|
extern Gfx startup_logo_dl2[];
|
|
extern Gfx startup_logo_dl3[];
|
|
extern Gfx startup_logo_dl4[];
|
|
extern Gfx startup_logo_dl5[];
|
|
extern Gfx startup_logo_dl6[];
|
|
extern Gfx startup_logo_dl7[];
|
|
extern Gfx startup_logo_dl8[];
|
|
extern Vtx startup_logo2[];
|
|
extern Gfx startup_logo_dl9[];
|
|
extern Gfx startup_logo_dl10[];
|
|
extern Gfx startup_logo_dl11[];
|
|
extern Gfx startup_logo_dl12[];
|
|
extern Gfx startup_logo_dl13[];
|
|
extern Gfx startup_logo_dl14[];
|
|
extern Gfx startup_logo_dl15[];
|
|
extern Gfx startup_logo_dl16[];
|
|
extern Gfx startup_logo_dl17[];
|
|
extern Gfx startup_logo_dl18[];
|
|
extern Gfx startup_logo_dl19[];
|
|
extern Gfx startup_logo_dl20[];
|
|
extern u8 reflection_map_gold[2048];
|
|
extern Gfx startup_texture_dl1[];
|
|
extern Lights1 lights;
|
|
extern Gfx startup_texture_dl2[];
|
|
extern Gfx startup_texture_dl3[];
|
|
extern Gfx startup_texture_dl4[];
|
|
|
|
#endif
|