Cleanup for PR

This commit is contained in:
Rickey Fehr
2025-09-21 19:48:04 -07:00
parent d78e04c6b5
commit d499abe2c4
4 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ static bool used_layers[MAX_JOKER_OBJECTS] = {false}; // Track used layers for j
// Maps the spritesheet index to the palette bank index allocated to it.
// Spritesheets that were not allocated are
static int joker_spritesheet_pb_map[128];
static int joker_spritesheet_pb_map[MAX_SPRITES];
static int joker_pb_num_sprite_users[JOKER_LAST_PB - JOKER_BASE_PB + 1] = { 0 };
static int get_num_spritesheets()