diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-07 14:43:58 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-07 14:43:58 -0500 |
commit | c158404b7cad3d1ad4201b179f25c266e2f2ebcb (patch) | |
tree | 681300afc8c169a294efe8614ac6762daf6a627b /engine | |
parent | 118c387d73c0d3cb82a53e4666499da6a143d0b9 (diff) |
questionmark is not a pokemon pic
Diffstat (limited to 'engine')
-rw-r--r-- | engine/pokedex/pokedex_3.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |