Decimal paletteNums

This commit is contained in:
Martin Griffin
2022-08-19 16:32:00 +01:00
parent 5719a7f7bc
commit d57442a511
103 changed files with 1032 additions and 1032 deletions
+1 -1
View File
@@ -1201,7 +1201,7 @@ void TryLoadAllMonIconPalettesAtOffset(u16 offset)
s32 i;
const struct SpritePalette* monIconPalettePtr;
if (offset <= BG_PLTT_ID(0xA))
if (offset <= BG_PLTT_ID(10))
{
monIconPalettePtr = gMonIconPaletteTable;
for (i = ARRAY_COUNT(gMonIconPaletteTable) - 1; i >= 0; i--)