1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-13 11:24:40 +00:00

Match `z_fbdemo.c and z_fbdemo_fade.c` for NTSC-1.2 (#2031)

* matched ntsc-1.2 fbdemo/fbdemo_fade

* remove ifdef for fbdemo

* remove macro for 's match
This commit is contained in:
Yanis 2024-08-12 03:12:27 +02:00 committed by GitHub
parent dd48d34270
commit 672728455d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View file

@ -90,8 +90,8 @@ void TransitionTile_InitGraphics(TransitionTile* this) {
for (row = 0; row < this->rows; row++) {
gSPVertex(gfx++, SEGMENT_ADDR(0xA, (u32)row * (this->cols + 1) * sizeof(Vtx)), 2 * (this->cols + 1), 0);
colTex = 0;
col2 = 0;
colTex = 0;
col = 0;
while (col < this->cols) {
gDPPipeSync(gfx++);