mirror of
https://github.com/zeldaret/tmc
synced 2026-07-08 22:44:46 -04:00
Merge pull request #670 from tonyjih/match_SetEntityObjPalette
True match SetEntityObjPalette (Nothing need to be done actually...)
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user