shhh its a secret

This commit is contained in:
Thorn Avery 2024-01-09 10:09:25 +11:00
parent b418e23a88
commit ec5e69a7c6
5 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -35,7 +35,7 @@ MonsterNames::
db "GROWLITHE@"
db "ONIX@@@@@@"
db "FEAROW@@@@"
db "PIDGEY@@@@"
db "MAWILE@@@@"
db "SLOWPOKE@@"
db "KADABRA@@@"
db "GRAVELER@@"

View file

@ -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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB