From 9dd0395852e8d1a8d6d78219b7798147098cc7f2 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Sat, 18 May 2024 10:47:56 -0400 Subject: [PATCH] Moved follower scripts to new folder --- {migration_scripts => dev_scripts}/followers/extract_sprites.py | 0 {migration_scripts => dev_scripts}/followers/follower_emotions.py | 0 {migration_scripts => dev_scripts}/followers/front_palette.py | 0 {migration_scripts => dev_scripts}/followers/palette.py | 0 {migration_scripts => dev_scripts}/followers/rename.sh | 0 .../followers/rename_to_graphics_pokemon.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {migration_scripts => dev_scripts}/followers/extract_sprites.py (100%) rename {migration_scripts => dev_scripts}/followers/follower_emotions.py (100%) rename {migration_scripts => dev_scripts}/followers/front_palette.py (100%) rename {migration_scripts => dev_scripts}/followers/palette.py (100%) rename {migration_scripts => dev_scripts}/followers/rename.sh (100%) rename {migration_scripts => dev_scripts}/followers/rename_to_graphics_pokemon.py (100%) diff --git a/migration_scripts/followers/extract_sprites.py b/dev_scripts/followers/extract_sprites.py similarity index 100% rename from migration_scripts/followers/extract_sprites.py rename to dev_scripts/followers/extract_sprites.py diff --git a/migration_scripts/followers/follower_emotions.py b/dev_scripts/followers/follower_emotions.py similarity index 100% rename from migration_scripts/followers/follower_emotions.py rename to dev_scripts/followers/follower_emotions.py diff --git a/migration_scripts/followers/front_palette.py b/dev_scripts/followers/front_palette.py similarity index 100% rename from migration_scripts/followers/front_palette.py rename to dev_scripts/followers/front_palette.py diff --git a/migration_scripts/followers/palette.py b/dev_scripts/followers/palette.py similarity index 100% rename from migration_scripts/followers/palette.py rename to dev_scripts/followers/palette.py diff --git a/migration_scripts/followers/rename.sh b/dev_scripts/followers/rename.sh similarity index 100% rename from migration_scripts/followers/rename.sh rename to dev_scripts/followers/rename.sh diff --git a/migration_scripts/followers/rename_to_graphics_pokemon.py b/dev_scripts/followers/rename_to_graphics_pokemon.py similarity index 100% rename from migration_scripts/followers/rename_to_graphics_pokemon.py rename to dev_scripts/followers/rename_to_graphics_pokemon.py