mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-14 03:44:34 +00:00
Use gDPSetScissor
more and fix a few gbi macros (#776)
* Change gDPSetScissorFrac usages to gDPSetScissor * Wrap some macros in do-while statements to remove some matching tricks
This commit is contained in:
parent
c3880c5c99
commit
1f6a74e636
5 changed files with 2950 additions and 2952 deletions
|
@ -78,7 +78,7 @@ void TransitionUnk_InitGraphics(TransitionUnk* this) {
|
|||
G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMASK, G_TX_NOMASK, G_TX_NOLOD, G_TX_NOLOD);
|
||||
|
||||
gSP1Quadrangle(gfx++, row, row + 1, row2 + this->row + 2, this->row + row2 + 1, 0);
|
||||
if (1) {}
|
||||
|
||||
rowTex += 0x20;
|
||||
row2++;
|
||||
row++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue