mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 12:59:41 -04:00
Decompile texSelect
This commit is contained in:
@@ -146,9 +146,9 @@ Gfx *func0f0d4a3c(Gfx *gdl, s32 arg1)
|
||||
gDPPipeSync(gdl++);
|
||||
|
||||
if (arg1 == 0) {
|
||||
tex0f0b39c0(&gdl, &g_TexGeneralConfigs[6], 2, 0, 2, 1, NULL);
|
||||
texSelect(&gdl, &g_TexGeneralConfigs[6], 2, 0, 2, 1, NULL);
|
||||
} else if (arg1 == 1) {
|
||||
tex0f0b39c0(&gdl, &g_TexGeneralConfigs[11], 2, 0, 2, 1, NULL);
|
||||
texSelect(&gdl, &g_TexGeneralConfigs[11], 2, 0, 2, 1, NULL);
|
||||
}
|
||||
|
||||
gDPPipeSync(gdl++);
|
||||
|
||||
Reference in New Issue
Block a user