diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-06 23:04:00 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-06 23:04:00 -0400 |
| commit | c8626595b447358e568a8d23738b832f50351f77 (patch) | |
| tree | 6dc195079646a3921eac85c3f653459f09983df2 /gfx | |
| parent | Merge pull request #321 from SatoMew/master (diff) | |
| download | pokeyellow-c8626595b447358e568a8d23738b832f50351f77.tar.gz pokeyellow-c8626595b447358e568a8d23738b832f50351f77.tar.xz pokeyellow-c8626595b447358e568a8d23738b832f50351f77.zip | |
Use BANK("Pics #") for Pokémon and trainer pics
Diffstat (limited to 'gfx')
| -rw-r--r-- | gfx/pics.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gfx/pics.asm b/gfx/pics.asm index 94286c9a..134516cd 100644 --- a/gfx/pics.asm +++ b/gfx/pics.asm @@ -327,7 +327,6 @@ VictreebelPicBack:: INCBIN "gfx/pokemon/back/victreebelb.pic" SECTION "Pics 6", ROMX -TrainerPics:: YoungsterPic:: INCBIN "gfx/trainers/youngster.pic" BugCatcherPic:: INCBIN "gfx/trainers/bugcatcher.pic" LassPic:: INCBIN "gfx/trainers/lass.pic" |
