mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00
shhh its a secret
This commit is contained in:
parent
b418e23a88
commit
ec5e69a7c6
|
@ -7,8 +7,8 @@
|
|||
db 255 ; catch rate
|
||||
db 55 ; base exp
|
||||
|
||||
INCBIN "gfx/pokemon/front/pidgey.pic", 0, 1 ; sprite dimensions
|
||||
dw PidgeyPicFront, PidgeyPicBack
|
||||
INCBIN "gfx/pokemon/front/mawile.pic", 0, 1 ; sprite dimensions
|
||||
dw MawilePicFront, PidgeyPicBack
|
||||
|
||||
db GUST, NO_MOVE, NO_MOVE, NO_MOVE ; level 1 learnset
|
||||
db GROWTH_MEDIUM_SLOW ; growth rate
|
||||
|
|
|
@ -35,7 +35,7 @@ MonsterNames::
|
|||
db "GROWLITHE@"
|
||||
db "ONIX@@@@@@"
|
||||
db "FEAROW@@@@"
|
||||
db "PIDGEY@@@@"
|
||||
db "MAWILE@@@@"
|
||||
db "SLOWPOKE@@"
|
||||
db "KADABRA@@@"
|
||||
db "GRAVELER@@"
|
||||
|
|
|
@ -71,6 +71,7 @@ OnixPicBack:: INCBIN "gfx/pokemon/back/onixb.pic"
|
|||
FearowPicFront:: INCBIN "gfx/pokemon/front/fearow.pic"
|
||||
FearowPicBack:: INCBIN "gfx/pokemon/back/fearowb.pic"
|
||||
PidgeyPicFront:: INCBIN "gfx/pokemon/front/pidgey.pic"
|
||||
MawilePicFront:: INCBIN "gfx/pokemon/front/mawile.pic"
|
||||
PidgeyPicBack:: INCBIN "gfx/pokemon/back/pidgeyb.pic"
|
||||
SlowpokePicFront:: INCBIN "gfx/pokemon/front/slowpoke.pic"
|
||||
SlowpokePicBack:: INCBIN "gfx/pokemon/back/slowpokeb.pic"
|
||||
|
|
BIN
gfx/pokemon/back/mawileb.png
Normal file
BIN
gfx/pokemon/back/mawileb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 278 B |
BIN
gfx/pokemon/front/mawile.png
Normal file
BIN
gfx/pokemon/front/mawile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in a new issue