summaryrefslogtreecommitdiff
path: root/src/code/z_moji.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/z_moji.c')
-rw-r--r--src/code/z_moji.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_moji.c b/src/code/z_moji.c
index b38a587db..7c200f63d 100644
--- a/src/code/z_moji.c
+++ b/src/code/z_moji.c
@@ -50,7 +50,7 @@ void func_8007B9A4(GraphicsContext* gfxCtx, u8 arg1) {
}
gSPTextureRectangle(POLY_OPA_DISP++, D_80120120 << 2, D_80120124 << 2, (D_80120120 + 8) << 2, (D_80120124 + 8) << 2,
- G_TX_RENDERTILE, (u16)(arg1 & 4) * 64, (u16)(arg1 >> 3) * 256, 1024, 1024);
+ G_TX_RENDERTILE, (u16)(arg1 & 4) * 64, (u16)(arg1 >> 3) * 256, 1 << 10, 1 << 10);
CLOSE_DISPS(gfxCtx, "../z_moji.c", 123);
}