mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-26 00:05:12 -05:00
Merge branch 'master' of https://git.sanqui.net/pret/pokegold-spaceworld
This commit is contained in:
commit
9ab9ea4ab5
2
gfx/pokemon/egg.asm
Normal file
2
gfx/pokemon/egg.asm
Normal 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
BIN
gfx/pokemon/egg/front.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 207 B |
2
main.asm
2
main.asm
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user