Skip to content

Commit

Permalink
Merge pull request #670 from tonyjih/match_SetEntityObjPalette
Browse files Browse the repository at this point in the history
True match SetEntityObjPalette (Nothing need to be done actually...)
  • Loading branch information
hytopoulos authored Dec 27, 2023
2 parents 30e313f + 1f22050 commit 5fb324d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/color.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5fb324d

Please sign in to comment.