mirror of
https://github.com/zeldaret/oot
synced 2026-09-05 18:38:17 -04:00
0491c21475
* Use `OOT_NTSC` instead of `OOT_REGION` to check for ntsc in gkeep * bss
13 lines
224 B
C
13 lines
224 B
C
#ifndef GAMEPLAY_KEEP_NTSC_0x39850_H
|
|
#define GAMEPLAY_KEEP_NTSC_0x39850_H
|
|
|
|
#include "ultra64.h"
|
|
#include "versions.h"
|
|
|
|
#if OOT_NTSC
|
|
extern Vtx gameplay_keep_Vtx_039850[];
|
|
extern Gfx gGameplayKeepDL_39890[27];
|
|
#endif
|
|
|
|
#endif
|