Kokana line base stats

Also adds Dragonair's and Nite's Yellow catch rates, and rewords Taaban's entry slightly
This commit is contained in:
MementoMartha 2023-04-18 16:01:31 +01:00
parent bfcc8de9f4
commit 89b0687a4b
9 changed files with 74 additions and 32 deletions

View file

@ -0,0 +1,26 @@
db DEX_CARAPTHOR ; pokedex id
db 60, 85, 50, 60, 60
; hp atk def spd spc
db BUG, FIGHTING ; type
db 45 ; catch rate
db 161 ; base exp
INCBIN "gfx/pokemon/front/carapthor.pic", 0, 1 ; sprite dimensions
dw CarapthorPicFront, CarapthorPicBack
db COMET_PUNCH, NO_MOVE, NO_MOVE, NO_MOVE ; level 1 learnset
db GROWTH_MEDIUM_FAST ; growth rate
; tm/hm learnset
tmhm MEGA_PUNCH, RAZOR_WIND, SWORDS_DANCE, MEGA_KICK, TOXIC, \
BODY_SLAM, TAKE_DOWN, DOUBLE_EDGE, HYPER_BEAM, PAY_DAY, \
SUBMISSION, COUNTER, SEISMIC_TOSS, RAGE, MEGA_DRAIN, \
EARTHQUAKE, FISSURE, DIG, MIMIC, DOUBLE_TEAM, \
REFLECT, BIDE, SWIFT, SKULL_BASH, REST, \
SUBSTITUTE
; end
db BANK(CarapthorPicFront)
assert BANK(CarapthorPicFront) == BANK(CarapthorPicBack)

View file

@ -4,7 +4,7 @@
; hp atk def spd spc
db DRAGON, DRAGON ; type
db 45 ; catch rate
db 27 ; catch rate
db 144 ; base exp
INCBIN "gfx/pokemon/front/dragonair.pic", 0, 1 ; sprite dimensions

View file

@ -4,7 +4,7 @@
; hp atk def spd spc
db DRAGON, FLYING ; type
db 45 ; catch rate
db 9 ; catch rate
db 218 ; base exp
INCBIN "gfx/pokemon/front/dragonite.pic", 0, 1 ; sprite dimensions

View file

@ -0,0 +1,21 @@
db DEX_KASANAGI ; pokedex id
db 45, 20, 50, 40, 30
; hp atk def spd spc
db BUG, BUG ; type
db 120 ; catch rate
db 73 ; base exp
INCBIN "gfx/pokemon/front/kasanagi.pic", 0, 1 ; sprite dimensions
dw KasanagiPicFront, KasanagiPicBack
db HARDEN, NO_MOVE, NO_MOVE, NO_MOVE ; level 1 learnset
db GROWTH_MEDIUM_FAST ; growth rate
; tm/hm learnset
tmhm
; end
db BANK(KasanagiPicFront)
assert BANK(KasanagiPicFront) == BANK(KasanagiPicBack)

View file

@ -0,0 +1,21 @@
db DEX_KOKANA ; pokedex id
db 40, 35, 30, 45, 25
; hp atk def spd spc
db BUG, BUG ; type
db 255 ; catch rate
db 54 ; base exp
INCBIN "gfx/pokemon/front/kokana.pic", 0, 1 ; sprite dimensions
dw KokanaPicFront, KokanaPicBack
db LEECH_LIFE, STRING_SHOT, NO_MOVE, NO_MOVE ; level 1 learnset
db GROWTH_MEDIUM_FAST ; growth rate
; tm/hm learnset
tmhm
; end
db BANK(KokanaPicFront)
assert BANK(KokanaPicFront) == BANK(KokanaPicBack)

View file

@ -1,26 +0,0 @@
db DEX_MR_MIME_G ; pokedex id
db 50, 65, 65, 100, 90
; hp atk def spd spc
db ICE, PSYCHIC_TYPE ; type
db 45 ; catch rate
db 136 ; base exp
INCBIN "gfx/pokemon/front/mr.mimeg.pic", 0, 1 ; sprite dimensions
dw MrMimeGPicFront, MrMimeGPicBack
db CONFUSION, BARRIER, NO_MOVE, NO_MOVE ; level 1 learnset
db GROWTH_MEDIUM_FAST ; growth rate
; tm/hm learnset
tmhm MEGA_PUNCH, MEGA_KICK, TOXIC, BODY_SLAM, TAKE_DOWN, \
DOUBLE_EDGE, HYPER_BEAM, SUBMISSION, COUNTER, SEISMIC_TOSS, \
RAGE, SOLARBEAM, THUNDERBOLT, THUNDER, PSYCHIC_M, \
TELEPORT, MIMIC, DOUBLE_TEAM, REFLECT, BIDE, \
METRONOME, SKULL_BASH, REST, THUNDER_WAVE, PSYWAVE, \
SUBSTITUTE, FLASH, BLIZZARD, ICE_BEAM
; end
db BANK(MrMimeGPicFront)
assert BANK(MrMimeGPicFront) == BANK(MrMimeGPicBack)

View file

@ -391,11 +391,11 @@ _MonjaDexEntry::
_TaabanDexEntry::
text "It evolved after"
next "biting a SLOWPOKE."
next "If it falls off"
next "While draining its"
page "its host, it will"
next "seek out a new"
next "SLOWPOKE to bite"
page "host's nutrients,"
next "TAABAN injects it"
next "with potent venom"
dex
_HinaazuDexEntry::