diff options
Diffstat (limited to 'mm/src/code/stubs.c')
| -rw-r--r-- | mm/src/code/stubs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mm/src/code/stubs.c b/mm/src/code/stubs.c index 9e34b8040..4425cf74e 100644 --- a/mm/src/code/stubs.c +++ b/mm/src/code/stubs.c @@ -214,6 +214,11 @@ void gDPSetTileSizeInterp(Gfx* pkt, int t, float uls, float ult, float lrs, floa pkt++; } +void gDPSetTileSizeLerp(Gfx* pkt, int t, float uls0, float ult0, float lrs0, float lrt0, float uls1, float ult1, + float lrs1, float lrt1) { + __gDPSetTileSizeLerp(pkt, t, uls0, ult0, lrs0, lrt0, uls1, ult1, lrs1, lrt1); +} + void gSPDisplayListOffset(Gfx* pkt, Gfx* dl, int offset) { char* imgData = (char*)dl; |
