diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-03 12:20:34 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-03 12:20:34 -0400 |
commit | 4259b0f934c8fb5a4b4665ae7a82981c6242c45c (patch) | |
tree | 2f4df5013a5d48dd4c16816b9971392559e7cfe9 | |
parent | 97b182f3572e513af54899f8c8dd7afa454ea556 (diff) |
Separate UnusedBattleObjectPals from PartyMenuOBPals
-rw-r--r-- | engine/gfx/color.asm | 3 | ||||
-rw-r--r-- | gfx/battle_anims/unused_battle_anims.pal | 30 | ||||
-rw-r--r-- | gfx/stats/party_menu_ob.pal | 30 |
3 files changed, 33 insertions, 30 deletions
diff --git a/engine/gfx/color.asm b/engine/gfx/color.asm index 0064edfc3..277da60b1 100644 --- a/engine/gfx/color.asm +++ b/engine/gfx/color.asm @@ -1334,6 +1334,9 @@ INCLUDE "gfx/diploma/diploma.pal" PartyMenuOBPals: INCLUDE "gfx/stats/party_menu_ob.pal" +UnusedBattleObjectPals: +INCLUDE "gfx/battle_anims/unused_battle_anims.pal" + UnusedGSTitleBGPals: INCLUDE "gfx/title/unused_gs_bg.pal" diff --git a/gfx/battle_anims/unused_battle_anims.pal b/gfx/battle_anims/unused_battle_anims.pal new file mode 100644 index 000000000..4ef48dd0d --- /dev/null +++ b/gfx/battle_anims/unused_battle_anims.pal @@ -0,0 +1,30 @@ +; gray + RGB 31, 31, 31 + RGB 21, 21, 21 + RGB 13, 13, 13 + RGB 07, 07, 07 +; yellow + RGB 31, 31, 31 + RGB 31, 31, 07 + RGB 31, 16, 01 + RGB 07, 07, 07 +; red + RGB 31, 31, 31 + RGB 31, 19, 24 + RGB 30, 10, 06 + RGB 07, 07, 07 +; green + RGB 31, 31, 31 + RGB 12, 25, 01 + RGB 05, 14, 00 + RGB 07, 07, 07 +; blue + RGB 31, 31, 31 + RGB 08, 12, 31 + RGB 01, 04, 31 + RGB 07, 07, 07 +; brown + RGB 31, 31, 31 + RGB 24, 18, 07 + RGB 20, 15, 03 + RGB 07, 07, 07 diff --git a/gfx/stats/party_menu_ob.pal b/gfx/stats/party_menu_ob.pal index 70af517be..6acec536e 100644 --- a/gfx/stats/party_menu_ob.pal +++ b/gfx/stats/party_menu_ob.pal @@ -37,33 +37,3 @@ RGB 31, 19, 10 RGB 31, 07, 04 RGB 00, 00, 00 - - RGB 31, 31, 31 - RGB 21, 21, 21 - RGB 13, 13, 13 - RGB 07, 07, 07 - - RGB 31, 31, 31 - RGB 31, 31, 07 - RGB 31, 16, 01 - RGB 07, 07, 07 - - RGB 31, 31, 31 - RGB 31, 19, 24 - RGB 30, 10, 06 - RGB 07, 07, 07 - - RGB 31, 31, 31 - RGB 12, 25, 01 - RGB 05, 14, 00 - RGB 07, 07, 07 - - RGB 31, 31, 31 - RGB 08, 12, 31 - RGB 01, 04, 31 - RGB 07, 07, 07 - - RGB 31, 31, 31 - RGB 24, 18, 07 - RGB 20, 15, 03 - RGB 07, 07, 07 |