From c158404b7cad3d1ad4201b179f25c266e2f2ebcb Mon Sep 17 00:00:00 2001 From: Rangi Date: Wed, 7 Feb 2018 14:43:58 -0500 Subject: questionmark is not a pokemon pic --- engine/pokedex/pokedex_3.asm | 2 +- gfx/pokedex/question_mark.2bpp.lz.14c284f5 | Bin 0 -> 144 bytes gfx/pokedex/question_mark.png | Bin 0 -> 183 bytes gfx/pokemon/questionmark/front.2bpp.lz.14c284f5 | Bin 144 -> 0 bytes gfx/pokemon/questionmark/front.png | Bin 183 -> 0 bytes 5 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 gfx/pokedex/question_mark.2bpp.lz.14c284f5 create mode 100644 gfx/pokedex/question_mark.png delete mode 100644 gfx/pokemon/questionmark/front.2bpp.lz.14c284f5 delete mode 100644 gfx/pokemon/questionmark/front.png diff --git a/engine/pokedex/pokedex_3.asm b/engine/pokedex/pokedex_3.asm index f5247f2da..51399f434 100644 --- a/engine/pokedex/pokedex_3.asm +++ b/engine/pokedex/pokedex_3.asm @@ -21,7 +21,7 @@ LoadQuestionMarkPic: ; 1de0d7 ret .QuestionMarkLZ: ; 1de0e1 -INCBIN "gfx/pokemon/questionmark/front.2bpp.lz" +INCBIN "gfx/pokedex/question_mark.2bpp.lz" DrawPokedexListWindow: ; 1de171 (77:6171) ld a, $32 diff --git a/gfx/pokedex/question_mark.2bpp.lz.14c284f5 b/gfx/pokedex/question_mark.2bpp.lz.14c284f5 new file mode 100644 index 000000000..cd2f7f22e Binary files /dev/null and b/gfx/pokedex/question_mark.2bpp.lz.14c284f5 differ diff --git a/gfx/pokedex/question_mark.png b/gfx/pokedex/question_mark.png new file mode 100644 index 000000000..e2b681c73 Binary files /dev/null and b/gfx/pokedex/question_mark.png differ diff --git a/gfx/pokemon/questionmark/front.2bpp.lz.14c284f5 b/gfx/pokemon/questionmark/front.2bpp.lz.14c284f5 deleted file mode 100644 index cd2f7f22e..000000000 Binary files a/gfx/pokemon/questionmark/front.2bpp.lz.14c284f5 and /dev/null differ diff --git a/gfx/pokemon/questionmark/front.png b/gfx/pokemon/questionmark/front.png deleted file mode 100644 index e2b681c73..000000000 Binary files a/gfx/pokemon/questionmark/front.png and /dev/null differ -- cgit v1.2.3