summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Coleman <me@ashleycoleman.me>2020-11-26 11:26:05 -0800
committerAshley Coleman <me@ashleycoleman.me>2020-11-26 11:26:05 -0800
commit06b6853fb8526d873f7be0435363fd9c148e5d5e (patch)
tree52059329ca6c9ceb78bba90a1d616c0e99f5a4e1
parent46a95255343f1f76c8200f52b861a9b7659fd6b1 (diff)
Rename farfetchd graphics to match define
-rw-r--r--graphics/pokemon/farfetchd/back.png (renamed from graphics/pokemon/farfetch_d/back.png)bin696 -> 696 bytes
-rw-r--r--graphics/pokemon/farfetchd/footprint.png (renamed from graphics/pokemon/farfetch_d/footprint.png)bin99 -> 99 bytes
-rw-r--r--graphics/pokemon/farfetchd/front.png (renamed from graphics/pokemon/farfetch_d/front.png)bin701 -> 701 bytes
-rw-r--r--graphics/pokemon/farfetchd/icon.png (renamed from graphics/pokemon/farfetch_d/icon.png)bin396 -> 396 bytes
-rw-r--r--graphics/pokemon/farfetchd/normal.pal (renamed from graphics/pokemon/farfetch_d/normal.pal)0
-rw-r--r--graphics/pokemon/farfetchd/shiny.pal (renamed from graphics/pokemon/farfetch_d/shiny.pal)0
-rw-r--r--include/graphics.h2
-rw-r--r--src/data/graphics/pokemon.h12
8 files changed, 7 insertions, 7 deletions
diff --git a/graphics/pokemon/farfetch_d/back.png b/graphics/pokemon/farfetchd/back.png
index 7f981b389..7f981b389 100644
--- a/graphics/pokemon/farfetch_d/back.png
+++ b/graphics/pokemon/farfetchd/back.png
Binary files differ
diff --git a/graphics/pokemon/farfetch_d/footprint.png b/graphics/pokemon/farfetchd/footprint.png
index 2f08f732d..2f08f732d 100644
--- a/graphics/pokemon/farfetch_d/footprint.png
+++ b/graphics/pokemon/farfetchd/footprint.png
Binary files differ
diff --git a/graphics/pokemon/farfetch_d/front.png b/graphics/pokemon/farfetchd/front.png
index 5b3bb3664..5b3bb3664 100644
--- a/graphics/pokemon/farfetch_d/front.png
+++ b/graphics/pokemon/farfetchd/front.png
Binary files differ
diff --git a/graphics/pokemon/farfetch_d/icon.png b/graphics/pokemon/farfetchd/icon.png
index cb3cd931b..cb3cd931b 100644
--- a/graphics/pokemon/farfetch_d/icon.png
+++ b/graphics/pokemon/farfetchd/icon.png
Binary files differ
diff --git a/graphics/pokemon/farfetch_d/normal.pal b/graphics/pokemon/farfetchd/normal.pal
index 2a2dfd6aa..2a2dfd6aa 100644
--- a/graphics/pokemon/farfetch_d/normal.pal
+++ b/graphics/pokemon/farfetchd/normal.pal
diff --git a/graphics/pokemon/farfetch_d/shiny.pal b/graphics/pokemon/farfetchd/shiny.pal
index 5537612ce..5537612ce 100644
--- a/graphics/pokemon/farfetch_d/shiny.pal
+++ b/graphics/pokemon/farfetchd/shiny.pal
diff --git a/include/graphics.h b/include/graphics.h
index 35ef29391..04cafced8 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -4486,7 +4486,7 @@ extern const u8 gMonIcon_Slowpoke[];
extern const u8 gMonIcon_Slowbro[];
extern const u8 gMonIcon_Magnemite[];
extern const u8 gMonIcon_Magneton[];
-extern const u8 gMonIcon_Farfetch_d[];
+extern const u8 gMonIcon_Farfetchd[];
extern const u8 gMonIcon_Doduo[];
extern const u8 gMonIcon_Dodrio[];
extern const u8 gMonIcon_Seel[];
diff --git a/src/data/graphics/pokemon.h b/src/data/graphics/pokemon.h
index edb7e982d..bdf780908 100644
--- a/src/data/graphics/pokemon.h
+++ b/src/data/graphics/pokemon.h
@@ -572,12 +572,12 @@ const u32 gMonShinyPalette_Magneton[] = INCBIN_U32("graphics/pokemon/magneton/sh
const u8 gMonIcon_Magneton[] = INCBIN_U8("graphics/pokemon/magneton/icon.4bpp");
const u8 gMonFootprint_Magneton[] = INCBIN_U8("graphics/pokemon/magneton/footprint.1bpp");
-const u32 gMonFrontPic_Farfetchd[] = INCBIN_U32("graphics/pokemon/farfetch_d/front.4bpp.lz");
-const u32 gMonPalette_Farfetchd[] = INCBIN_U32("graphics/pokemon/farfetch_d/normal.gbapal.lz");
-const u32 gMonBackPic_Farfetchd[] = INCBIN_U32("graphics/pokemon/farfetch_d/back.4bpp.lz");
-const u32 gMonShinyPalette_Farfetchd[] = INCBIN_U32("graphics/pokemon/farfetch_d/shiny.gbapal.lz");
-const u8 gMonIcon_Farfetchd[] = INCBIN_U8("graphics/pokemon/farfetch_d/icon.4bpp");
-const u8 gMonFootprint_Farfetchd[] = INCBIN_U8("graphics/pokemon/farfetch_d/footprint.1bpp");
+const u32 gMonFrontPic_Farfetchd[] = INCBIN_U32("graphics/pokemon/farfetchd/front.4bpp.lz");
+const u32 gMonPalette_Farfetchd[] = INCBIN_U32("graphics/pokemon/farfetchd/normal.gbapal.lz");
+const u32 gMonBackPic_Farfetchd[] = INCBIN_U32("graphics/pokemon/farfetchd/back.4bpp.lz");
+const u32 gMonShinyPalette_Farfetchd[] = INCBIN_U32("graphics/pokemon/farfetchd/shiny.gbapal.lz");
+const u8 gMonIcon_Farfetchd[] = INCBIN_U8("graphics/pokemon/farfetchd/icon.4bpp");
+const u8 gMonFootprint_Farfetchd[] = INCBIN_U8("graphics/pokemon/farfetchd/footprint.1bpp");
const u32 gMonFrontPic_Doduo[] = INCBIN_U32("graphics/pokemon/doduo/front.4bpp.lz");
const u32 gMonPalette_Doduo[] = INCBIN_U32("graphics/pokemon/doduo/normal.gbapal.lz");