summaryrefslogtreecommitdiff
path: root/src/code/z_view.c
diff options
context:
space:
mode:
authorpetrie911 <69443847+petrie911@users.noreply.github.com>2020-11-25 15:42:02 -0600
committerGitHub <noreply@github.com>2020-11-25 16:42:02 -0500
commit9182da3c92a3046eccc24da8cc647ae346af7ce2 (patch)
tree0cb7dd4d34df03a1f777ce6417659eeb9410a40d /src/code/z_view.c
parenteba7b2c4d6a7f73181ea2e2127cffb1d3a0b2200 (diff)
Matched z_player_lib (#499)
* Darkmeiro decompilation Bg_Gnd_Darkmeiro decompiled, matched, and documented. * give this a shot * fix conflict * one more try * could be useful * whoops * ZAP2 stuff * ZAP why * ZAP again * anohter match * .s * comments
Diffstat (limited to 'src/code/z_view.c')
-rw-r--r--src/code/z_view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_view.c b/src/code/z_view.c
index f4f3b183d..71913d5e6 100644
--- a/src/code/z_view.c
+++ b/src/code/z_view.c
@@ -523,7 +523,7 @@ s32 func_800AB944(View* view) {
}
#ifdef NON_MATCHING
-// regalloc differences
+// regalloc differences, skips a t register at arg1's assignment
s32 func_800AB9EC(View* view, s32 arg1, Gfx** gfxp) {
Gfx* gfx = *gfxp;
GraphicsContext* gfxCtx = view->gfxCtx;