Skip to content

Commit

Permalink
Tag previously-unused icon pals as such in code. (#4072)
Browse files Browse the repository at this point in the history
  • Loading branch information
GraionDilach authored Jan 26, 2024
1 parent c8c97ed commit 0d2b400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pokemon_storage_system.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ enum {
PALTAG_MON_ICON_0 = 56000,
PALTAG_MON_ICON_1, // Used implicitly in CreateMonIconSprite
PALTAG_MON_ICON_2, // Used implicitly in CreateMonIconSprite
PALTAG_3, // Unused
PALTAG_4, // Unused
PALTAG_5, // Unused
PALTAG_MON_ICON_3, // Used implicitly in CreateMonIconSprite
PALTAG_MON_ICON_4, // Used implicitly in CreateMonIconSprite
PALTAG_MON_ICON_5, // Used implicitly in CreateMonIconSprite
PALTAG_DISPLAY_MON,
PALTAG_MISC_1,
PALTAG_MARKING_COMBO,
Expand Down

0 comments on commit 0d2b400

Please sign in to comment.