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