This commit is contained in:
Rangi 2018-05-30 16:35:54 -04:00
commit 9ab9ea4ab5
3 changed files with 4 additions and 0 deletions

2
gfx/pokemon/egg.asm Normal file
View File

@ -0,0 +1,2 @@
SECTION "PKMN Egg Pic", ROMX[$696a], BANK[$1f]
EggPicFront:: INCBIN "gfx/pokemon/egg/front.pic" ; 0x07e96a--0x07e9c9

BIN
gfx/pokemon/egg/front.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

View File

@ -227,6 +227,8 @@ SECTION "Annon Pic Ptrs and Pics", ROMX[$4d6a], BANK[$1f]
INCLUDE "gfx/pokemon/annon_pic_ptrs.asm"
INCLUDE "gfx/pokemon/annon_pics.asm"
INCLUDE "gfx/pokemon/egg.asm"
SECTION "Attack Animation GFX", ROMX[$4000], BANK[$21]
INCBIN "gfx/battle_anims/attack_animations.2bpp"