mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-13 02:10:57 +00:00
[PAL N64] Completely match pal-1.0 and pal-1.1 and add to CI (#2246)
* [PAL N64] Match pal-1.0 and pal-1.1 and add to CI * bss fixes from Jenkins
This commit is contained in:
parent
04498f808f
commit
f7f38ff874
30 changed files with 71 additions and 48 deletions
|
@ -634,6 +634,12 @@ void KaleidoScope_DrawWorldMap(PlayState* play, GraphicsContext* gfxCtx) {
|
|||
|
||||
gDPPipeSync(POLY_OPA_DISP++);
|
||||
|
||||
#if PLATFORM_N64 && OOT_VERSION != NTSC_1_2
|
||||
if (0) {
|
||||
s32 pad[3];
|
||||
}
|
||||
#endif
|
||||
|
||||
#if OOT_DEBUG
|
||||
if (HREG(15) == 0) {
|
||||
gDPSetTextureFilter(POLY_OPA_DISP++, G_TF_POINT);
|
||||
|
@ -726,12 +732,6 @@ void KaleidoScope_DrawWorldMap(PlayState* play, GraphicsContext* gfxCtx) {
|
|||
gSP1Quadrangle(POLY_OPA_DISP++, j, j + 2, j + 3, j + 1, 0);
|
||||
#endif
|
||||
|
||||
#if PLATFORM_N64 && OOT_VERSION != NTSC_1_2
|
||||
if (0) {
|
||||
s32 pad[3];
|
||||
}
|
||||
#endif
|
||||
|
||||
if (ZREG(38) == 0) {
|
||||
gDPPipeSync(POLY_OPA_DISP++);
|
||||
gDPSetTextureFilter(POLY_OPA_DISP++, G_TF_BILERP);
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "terminal.h"
|
||||
#include "versions.h"
|
||||
|
||||
#pragma increment_block_number "ntsc-1.2:128"
|
||||
#pragma increment_block_number "ntsc-1.2:128 pal-1.0:128 pal-1.1:128"
|
||||
|
||||
#if !PLATFORM_GC
|
||||
#define KALEIDO_PROMPT_CURSOR_R 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue