diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-29 19:14:04 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-29 19:14:04 -0400 |
commit | a71b7a92b7443ef60df96890e56917d67db9b80b (patch) | |
tree | 80ee6dc2602e33b3a74aca2ef99db665f56d9384 /gfx | |
parent | 3927bcdb9d0429b5ff303cb787e522878bd01749 (diff) |
Same pic bank solution as pokecrystal
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 198569a76..1dd606643 100644 --- a/gfx/pics.asm +++ b/gfx/pics.asm @@ -20,7 +20,6 @@ INCLUDE "data/trainers/pic_pointers.asm" SECTION "Pics 1", ROMX -Pics_1:: HoOhFrontpic: INCBIN "gfx/pokemon/ho_oh/front.animated.2bpp.lz" MachampFrontpic: INCBIN "gfx/pokemon/machamp/front.animated.2bpp.lz" |