mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-30 18:55:54 +00:00
ntsc-1.0 OK
This commit is contained in:
parent
8aaaca4fe0
commit
d5018d37fd
4 changed files with 11 additions and 17 deletions
|
@ -1,19 +1,15 @@
|
|||
#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"
|
||||
},
|
||||
#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/n64dd_please_read_manual_jpn.i4.inc.c"
|
||||
},
|
||||
{
|
||||
#include "assets/n64dd/error_textures/n64dd_please_read_manual_eng.i4.inc.c"
|
||||
},
|
||||
#include "assets/n64dd/error_textures/gN64DDPleaseReadManualJPNTex.i4.u64.inc.c"
|
||||
,
|
||||
#include "assets/n64dd/error_textures/gN64DDPleaseReadManualENGTex.i4.u64.inc.c"
|
||||
,
|
||||
};
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#endif
|
||||
|
||||
#pragma increment_block_number "gc-eu:170 gc-eu-mq:170 gc-jp:170 gc-jp-ce:170 gc-jp-mq:170 gc-us:170 gc-us-mq:170" \
|
||||
"ntsc-1.0:121 ntsc-1.1:121 ntsc-1.2:121 pal-1.0:121 pal-1.1:121"
|
||||
"ntsc-1.0:0 ntsc-1.1:121 ntsc-1.2:121 pal-1.0:121 pal-1.1:121"
|
||||
|
||||
#define FLAGS ACTOR_FLAG_UPDATE_CULLING_DISABLED
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue