Adds in the rest of the regional forms

Also, need to fix an issue with the dex.
This commit is contained in:
MementoMartha 2023-04-09 16:56:30 +01:00
parent bbec5a4256
commit 3d7d98c894
22 changed files with 375 additions and 297 deletions

View file

@ -20,4 +20,5 @@
; end
db BANK(MukAPicFront)
assert BANK(MukAPicFront) == BANK(MukAPicBack)
assert BANK(MukAPicFront) == BANK(MukAPicBack)

View file

@ -1,6 +1,6 @@
db DEX_SLOWBRO_G ; pokedex id
db 95, 100, 95, 30, 70
db 95, 100, 95, 30, 70
; hp atk def spd spc
db POISON, PSYCHIC_TYPE ; type

View file

@ -1,10 +1,10 @@
db DEX_SLOWKING_G ; pokedex id
db 95, 65, 80, 30, 110
db 95, 65, 80, 30, 110
; hp atk def spd spc
db POISON, PSYCHIC_TYPE ; type
db 75 ; catch rate
db 70 ; catch rate
db 164 ; base exp
INCBIN "gfx/pokemon/front/slowkingg.pic", 0, 1 ; sprite dimensions

View file

@ -7,7 +7,7 @@
db 45 ; catch rate
db 211 ; base exp
INCBIN "gfx/pokemon/front/taurosp.pic", 0, 1 ; sprite dimensions
INCBIN "gfx/pokemon/front/taurospcombat.pic", 0, 1 ; sprite dimensions
dw TaurosPPicFront, TaurosPPicBack
db DOUBLE_KICK, NO_MOVE, NO_MOVE, NO_MOVE ; level 1 learnset

View file

@ -7,7 +7,7 @@
db 45 ; catch rate
db 211 ; base exp
INCBIN "gfx/pokemon/front/taurospa.pic", 0, 1 ; sprite dimensions
INCBIN "gfx/pokemon/front/taurospaqua.pic", 0, 1 ; sprite dimensions
dw TaurosPAPicFront, TaurosPAPicBack
db DOUBLE_KICK, NO_MOVE, NO_MOVE, NO_MOVE ; level 1 learnset

View file

@ -7,7 +7,7 @@
db 45 ; catch rate
db 211 ; base exp
INCBIN "gfx/pokemon/front/taurospb.pic", 0, 1 ; sprite dimensions
INCBIN "gfx/pokemon/front/taurospblaze.pic", 0, 1 ; sprite dimensions
dw TaurosPBPicFront, TaurosPBPicBack
db DOUBLE_KICK, NO_MOVE, NO_MOVE, NO_MOVE ; level 1 learnset

View file

@ -20,4 +20,5 @@
; end
db BANK(WeezingGPicFront)
assert BANK(WeezingGPicFront) == BANK(WeezingGPicBack)
assert BANK(WeezingGPicFront) == BANK(WeezingGPicBack)