mirror of https://github.com/zeldaret/tmc.git
Merge pull request #670 from tonyjih/match_SetEntityObjPalette
True match SetEntityObjPalette (Nothing need to be done actually...)
This commit is contained in:
commit
5fb324d54a
|
@ -162,7 +162,7 @@ u32 FindFreeObjPalette(u32 paletteCount) {
|
|||
void SetEntityObjPalette(Entity* entity, s32 palette) {
|
||||
u32 uVar1;
|
||||
u32 mask;
|
||||
FORCE_REGISTER(u32 tmp, r1);
|
||||
u32 tmp;
|
||||
Palette2* pPVar1;
|
||||
|
||||
if (palette < 0) {
|
||||
|
|
Loading…
Reference in New Issue