diff options
Diffstat (limited to 'gfx/pokemon/egg.asm')
-rw-r--r-- | gfx/pokemon/egg.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx/pokemon/egg.asm b/gfx/pokemon/egg.asm index ed41fed..4cf448c 100644 --- a/gfx/pokemon/egg.asm +++ b/gfx/pokemon/egg.asm @@ -1,2 +1,2 @@ -SECTION "PKMN Egg Pic", ROMX[$696a], BANK[$1f] -EggPicFront:: INCBIN "gfx/pokemon/egg/front.pic" ; 0x07e96a--0x07e9c9 +SECTION "gfx/pokemon/egg.asm", ROMX +EggPicFront:: INCBIN "gfx/pokemon/egg/front.pic" ; 0x07e96a--0x07e9c9
\ No newline at end of file |