mirror of
https://github.com/zeldaret/oot
synced 2026-09-05 02:35:51 -04:00
0491c21475
* Use `OOT_NTSC` instead of `OOT_REGION` to check for ntsc in gkeep * bss
15 lines
301 B
C
15 lines
301 B
C
#ifndef GAMEPLAY_KEEP_NTSC_0x3C610_H
|
|
#define GAMEPLAY_KEEP_NTSC_0x3C610_H
|
|
|
|
#include "ultra64.h"
|
|
#include "versions.h"
|
|
|
|
#if OOT_NTSC
|
|
extern Vtx gameplay_keep_Vtx_03C610[];
|
|
extern Vtx gameplay_keep_Vtx_03CB10[];
|
|
extern Gfx gGameplayKeepDL_3CFD0[39];
|
|
extern Gfx gGameplayKeepDL_3D108[34];
|
|
#endif
|
|
|
|
#endif
|