mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
roingus!
This commit is contained in:
parent
aa6e47e4a3
commit
391ff620a1
|
@ -7,7 +7,7 @@
|
|||
db 45 ; catch rate
|
||||
db 64 ; base exp
|
||||
|
||||
INCBIN "gfx/pokemon/front/mew.pic", 0, 1 ; sprite dimensions
|
||||
INCBIN "gfx/pokemon/front_rg/mew.pic", 0, 1 ; sprite dimensions
|
||||
dw MewPicFront, MewPicBack
|
||||
|
||||
db POUND, NO_MOVE, NO_MOVE, NO_MOVE ; level 1 learnset
|
||||
|
|
|
@ -40,7 +40,7 @@ LaprasPicFront:: INCBIN "gfx/pokemon/front/lapras.pic"
|
|||
LaprasPicBack:: INCBIN "gfx/pokemon/back/laprasb.pic"
|
||||
ArcaninePicFront:: INCBIN "gfx/pokemon/front/arcanine.pic"
|
||||
ArcaninePicBack:: INCBIN "gfx/pokemon/back/arcanineb.pic"
|
||||
MewPicFront:: INCBIN "gfx/pokemon/front/mew.pic"
|
||||
MewPicFront:: INCBIN "gfx/pokemon/front_rg/mew.pic"
|
||||
MewPicBack:: INCBIN "gfx/pokemon/back/mewb.pic"
|
||||
GyaradosPicFront:: INCBIN "gfx/pokemon/front/gyarados.pic"
|
||||
GyaradosPicBack:: INCBIN "gfx/pokemon/back/gyaradosb.pic"
|
||||
|
|
Loading…
Reference in a new issue