From 2b003eca72bea42bfaabf8f849ea9711ddc4b350 Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 11 Aug 2020 14:13:04 -0400 Subject: Identify some time-related data --- gfx/overworld/trainer_battle.pal | 4 ++++ gfx/overworld/trainer_battle_dark.pal | 4 ++++ gfx/overworld/trainer_battle_day.pal | 4 ---- gfx/overworld/trainer_battle_nite.pal | 4 ---- 4 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 gfx/overworld/trainer_battle.pal create mode 100644 gfx/overworld/trainer_battle_dark.pal delete mode 100644 gfx/overworld/trainer_battle_day.pal delete mode 100644 gfx/overworld/trainer_battle_nite.pal (limited to 'gfx') diff --git a/gfx/overworld/trainer_battle.pal b/gfx/overworld/trainer_battle.pal new file mode 100644 index 00000000..b7d67891 --- /dev/null +++ b/gfx/overworld/trainer_battle.pal @@ -0,0 +1,4 @@ + RGB 31, 18, 29 + RGB 31, 11, 15 + RGB 31, 05, 05 + RGB 07, 07, 07 diff --git a/gfx/overworld/trainer_battle_dark.pal b/gfx/overworld/trainer_battle_dark.pal new file mode 100644 index 00000000..d1a35f33 --- /dev/null +++ b/gfx/overworld/trainer_battle_dark.pal @@ -0,0 +1,4 @@ + RGB 31, 18, 29 + RGB 31, 05, 05 + RGB 31, 05, 05 + RGB 31, 05, 05 diff --git a/gfx/overworld/trainer_battle_day.pal b/gfx/overworld/trainer_battle_day.pal deleted file mode 100644 index b7d67891..00000000 --- a/gfx/overworld/trainer_battle_day.pal +++ /dev/null @@ -1,4 +0,0 @@ - RGB 31, 18, 29 - RGB 31, 11, 15 - RGB 31, 05, 05 - RGB 07, 07, 07 diff --git a/gfx/overworld/trainer_battle_nite.pal b/gfx/overworld/trainer_battle_nite.pal deleted file mode 100644 index d1a35f33..00000000 --- a/gfx/overworld/trainer_battle_nite.pal +++ /dev/null @@ -1,4 +0,0 @@ - RGB 31, 18, 29 - RGB 31, 05, 05 - RGB 31, 05, 05 - RGB 31, 05, 05 -- cgit v1.2.3