Files
oot/assets/objects/gameplay_keep/gameplay_keep_ntsc_0xC880.h
T
Dragorn421 0491c21475 Use OOT_NTSC instead of OOT_REGION to check for ntsc in gkeep (#2703)
* Use `OOT_NTSC` instead of `OOT_REGION` to check for ntsc in gkeep

* bss
2026-02-24 21:48:21 +01:00

13 lines
217 B
C

#ifndef GAMEPLAY_KEEP_NTSC_0xC880
#define GAMEPLAY_KEEP_NTSC_0xC880
#include "ultra64.h"
#include "versions.h"
#if OOT_NTSC
extern Vtx gameplay_keep_Vtx_00C880[];
extern Gfx gGameplayKeepDL_C8B0[14];
#endif
#endif