Merge pull request #670 from tonyjih/match_SetEntityObjPalette

True match SetEntityObjPalette (Nothing need to be done actually...)
This commit is contained in:
Theo 2023-12-27 11:12:07 -08:00 committed by GitHub
commit 5fb324d54a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ u32 FindFreeObjPalette(u32 paletteCount) {
void SetEntityObjPalette(Entity* entity, s32 palette) { void SetEntityObjPalette(Entity* entity, s32 palette) {
u32 uVar1; u32 uVar1;
u32 mask; u32 mask;
FORCE_REGISTER(u32 tmp, r1); u32 tmp;
Palette2* pPVar1; Palette2* pPVar1;
if (palette < 0) { if (palette < 0) {