From c6ec00f0dd25136178dbfb658645c50995b91d64 Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Thu, 27 Oct 2022 21:28:33 -0400 Subject: Match func_80142440 (z_vr_box.c OK) (#1127) * match func_80142440 * run full formatter * docs and cleanup * PR Suggestions --- include/PR/gbi.h | 4 ++-- include/functions.h | 9 +++++---- include/variables.h | 7 ------- include/z64.h | 6 +++--- 4 files changed, 10 insertions(+), 16 deletions(-) (limited to 'include') diff --git a/include/PR/gbi.h b/include/PR/gbi.h index 5cfe31785..07fa0ac2c 100644 --- a/include/PR/gbi.h +++ b/include/PR/gbi.h @@ -4132,7 +4132,7 @@ _DW({ \ #define gDPLoadMultiTile(pkt, timg, tmem, rtile, fmt, siz, width, height,\ uls, ult, lrs, lrt, pal, \ cms, cmt, masks, maskt, shifts, shiftt) \ -{ \ +_DW({ \ gDPSetTextureImage(pkt, fmt, siz, width, timg); \ gDPSetTile(pkt, fmt, siz, \ (((((lrs)-(uls)+1) * siz##_TILE_BYTES)+7)>>3), tmem, \ @@ -4154,7 +4154,7 @@ _DW({ \ (ult)<