diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-02-27 14:33:30 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-02-28 09:23:41 -0500 |
commit | 447da806153d2c56d15a8775ab43511202b269bc (patch) | |
tree | a629cc0f022eb23ef585eda2080ea62b4dc0c550 /main.asm | |
parent | 81eaf83cd7711a28dcd7a62a6e045dba50560f59 (diff) |
Identify remaining gfx/unknown files
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -262,9 +262,9 @@ INCLUDE "data/pokemon/base_stats.asm" INCLUDE "data/pokemon/names.asm" INCLUDE "data/pokemon/unused_pic_banks.asm" -UnknownEggPic:: +UnusedEggFrontpic:: ; Another egg pic. This is shifted up a few pixels. -INCBIN "gfx/unknown/unknown_egg.2bpp.lz" +INCBIN "gfx/pokemon/egg/unused_front.2bpp.lz" SECTION "Crystal Phone Text", ROMX |