mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 09:20:17 +00:00
19 lines
479 B
C
19 lines
479 B
C
#include "ultra64.h"
|
|
|
|
u64 gN64DDError41Texs[2][0x600 / sizeof(u64)] = {
|
|
{
|
|
#include "assets/n64dd/error_textures/n64dd_error_41_jpn.i4.inc.c"
|
|
},
|
|
{
|
|
#include "assets/n64dd/error_textures/n64dd_error_41_eng.i4.inc.c"
|
|
},
|
|
};
|
|
|
|
u64 gN64DDPleaseReadManualTexs[2][0x2800 / sizeof(u64)] = {
|
|
{
|
|
#include "assets/n64dd/error_textures/n64dd_please_read_manual_jpn.i4.inc.c"
|
|
},
|
|
{
|
|
#include "assets/n64dd/error_textures/n64dd_please_read_manual_eng.i4.inc.c"
|
|
},
|
|
};
|