1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-15 12:24:39 +00:00

fix missing braces in n64dd_error_textures.c

This commit is contained in:
Dragorn421 2025-02-15 22:37:58 +01:00
parent 5eff83084c
commit a0108c1630
No known key found for this signature in database
GPG key ID: 381AEBAF3D429335

View file

@ -1,15 +1,19 @@
#include "ultra64.h"
u64 gN64DDError41Texs[2][0x600 / sizeof(u64)] = {
{
#include "assets/n64dd/error_textures/gN64DDError41JPNTex.i4.u64.inc.c"
,
},
{
#include "assets/n64dd/error_textures/gN64DDError41ENGTex.i4.u64.inc.c"
,
},
};
u64 gN64DDPleaseReadManualTexs[2][0x2800 / sizeof(u64)] = {
{
#include "assets/n64dd/error_textures/gN64DDPleaseReadManualJPNTex.i4.u64.inc.c"
,
},
{
#include "assets/n64dd/error_textures/gN64DDPleaseReadManualENGTex.i4.u64.inc.c"
,
},
};