diff options
| author | Maide <34639600+Kelebek1@users.noreply.github.com> | 2022-01-22 18:30:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-22 13:30:32 -0500 |
| commit | 7ed396f09e5ca595f1dfc3f45e9c76574f70351b (patch) | |
| tree | 26f1281264b1af89d7b730864f4e570e1071ce7b /src/code/z_eff_tire_mark.c | |
| parent | 2a913635a451f164a941320c9e3c73d71a1da943 (diff) | |
Cleanup object syms (#546)
* First
* Part2
* Save now or forever hold your peace
* Part3
* Building
* OK
* Cleanup
* Merge
* PR
* PR
* Merge
* PR
* PR
* Use oyu
* Use names
* TexturePtr
Diffstat (limited to 'src/code/z_eff_tire_mark.c')
| -rw-r--r-- | src/code/z_eff_tire_mark.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code/z_eff_tire_mark.c b/src/code/z_eff_tire_mark.c index e893de8a0..532e8e2fb 100644 --- a/src/code/z_eff_tire_mark.c +++ b/src/code/z_eff_tire_mark.c @@ -1,4 +1,5 @@ #include "global.h" +#include "objects/gameplay_keep/gameplay_keep.h" void func_800AE930(CollisionContext* colCtx, EffectTireMark* this, Vec3f* pos, f32 arg3, s16 arg4, CollisionPoly* colPoly, s32 arg6) { @@ -233,7 +234,7 @@ void EffectTireMark_Draw(void* thisx, GraphicsContext* gfxCtx) { POLY_OPA_DISP = Gfx_CallSetupDL(POLY_OPA_DISP++, 0x2C); gDPSetRenderMode(POLY_OPA_DISP++, G_RM_PASS, G_RM_ZB_CLD_SURF2); - gDPLoadTextureBlock(POLY_OPA_DISP++, D_04014570, G_IM_FMT_I, G_IM_SIZ_8b, 64, 32, 0, + gDPLoadTextureBlock(POLY_OPA_DISP++, gameplay_keep_Tex_014570, G_IM_FMT_I, G_IM_SIZ_8b, 64, 32, 0, G_TX_NOMIRROR | G_TX_CLAMP, G_TX_NOMIRROR | G_TX_WRAP, 6, 5, G_TX_NOLOD, G_TX_NOLOD); gDPSetCombineLERP(POLY_OPA_DISP++, 0, 0, 0, PRIMITIVE, TEXEL0, 0, PRIMITIVE, 0, 0, 0, 0, COMBINED, 0, 0, 0, |
