mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 14:50:15 +00:00
Add do whiles to all remaining gbi macros (#946)
* Add do whiles to all remaining gbi macros * Cleanup and remove unnecessary do whiles
This commit is contained in:
parent
d874cd08fc
commit
3d57eaf019
22 changed files with 142 additions and 204 deletions
|
@ -367,8 +367,6 @@ void func_80AF9C70(u8* shadowTexture, Player* player, GlobalContext* globalCtx)
|
|||
|
||||
OPEN_DISPS(gfxCtx, "../z_en_sda.c", 826);
|
||||
|
||||
if (1) {}
|
||||
|
||||
osSyncPrintf("SDA D 1\n");
|
||||
func_80094044(globalCtx->state.gfxCtx);
|
||||
gDPSetPrimColor(POLY_XLU_DISP++, 0x00, 0x00, 0, 0, 0, (BREG(52) + 50));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue