diff options
| author | Tony Jih <tonyjih@gmail.com> | 2023-12-27 17:14:44 +0800 |
|---|---|---|
| committer | Tony Jih <tonyjih@gmail.com> | 2023-12-27 17:14:44 +0800 |
| commit | 1f22050f25f08518df5c5f1e9f6d7e27ce519b67 (patch) | |
| tree | 76c3f347dded473f3ca81d0e83ce5fa30bcdf1cc /src/color.c | |
| parent | dae4c669913c3dc4248291f2d843ac39525b2738 (diff) | |
True match SetEntityObjPalette (Nothing need to be done actually...)
Diffstat (limited to 'src/color.c')
| -rw-r--r-- | src/color.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/color.c b/src/color.c index 8df8a607..1f725095 100644 --- a/src/color.c +++ b/src/color.c @@ -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) { |
