From c158404b7cad3d1ad4201b179f25c266e2f2ebcb Mon Sep 17 00:00:00 2001 From: Rangi Date: Wed, 7 Feb 2018 14:43:58 -0500 Subject: [PATCH] questionmark is not a pokemon pic --- engine/pokedex/pokedex_3.asm | 2 +- .../question_mark.2bpp.lz.14c284f5} | Bin .../front.png => pokedex/question_mark.png} | Bin 3 files changed, 1 insertion(+), 1 deletion(-) rename gfx/{pokemon/questionmark/front.2bpp.lz.14c284f5 => pokedex/question_mark.2bpp.lz.14c284f5} (100%) rename gfx/{pokemon/questionmark/front.png => pokedex/question_mark.png} (100%) 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/pokemon/questionmark/front.2bpp.lz.14c284f5 b/gfx/pokedex/question_mark.2bpp.lz.14c284f5 similarity index 100% rename from gfx/pokemon/questionmark/front.2bpp.lz.14c284f5 rename to gfx/pokedex/question_mark.2bpp.lz.14c284f5 diff --git a/gfx/pokemon/questionmark/front.png b/gfx/pokedex/question_mark.png similarity index 100% rename from gfx/pokemon/questionmark/front.png rename to gfx/pokedex/question_mark.png