Files
2026-04-15 14:01:33 +02:00

8 lines
207 B
GAS

// Scene files are reordered between versions. On GameCube and iQue, dungeon scenes
// have been moved to the beginning.
#if PLATFORM_N64
#include "scenes_n64.inc"
#else
#include "scenes_gc_ique.inc"
#endif