Skip to content

Commit

Permalink
True match SetEntityObjPalette (Nothing need to be done actually...)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjih committed Dec 27, 2023
1 parent dae4c66 commit 1f22050
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 1f22050

Please sign in to comment.