mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-13 21:55:34 -04:00
J3DMatBlock closer
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
#include "dolphin/types.h"
|
||||
#include "MSL_C/string.h"
|
||||
|
||||
inline GXAttnFn J3DColorChan::getAttnFn() {
|
||||
u8 attnFnTbl[] = { GX_AF_NONE, GX_AF_SPEC, GX_AF_NONE, GX_AF_SPOT };
|
||||
return GXAttnFn(attnFnTbl[mChanCtrl >> 9 & 0x03]);
|
||||
}
|
||||
|
||||
extern bool isTexNoReg(void*);
|
||||
extern u16 getTexNoReg(void*);
|
||||
extern void loadTexNo(u32, const u16 &);
|
||||
|
||||
Reference in New Issue
Block a user