Tauros base stats, some dex entries

Done dex entries up to bong weezing. Many will likely see revisions.
This commit is contained in:
May Evans 2023-03-07 10:18:33 +00:00
parent 243afabb19
commit e431387e25
4 changed files with 215 additions and 0 deletions

View file

@ -0,0 +1,25 @@
db DEX_TAUROS_P ; pokedex id
db 75, 110, 105, 100, 70
; hp atk def spd spc
db FIGHTING, FIGHTING ; type
db 45 ; catch rate
db 211 ; base exp
INCBIN "gfx/pokemon/front/taurosp.pic", 0, 1 ; sprite dimensions
dw TaurosPPicFront, TaurosPPicBack
db DOUBLE_KICK, NO_MOVE, NO_MOVE, NO_MOVE ; level 1 learnset
db GROWTH_SLOW ; growth rate
; tm/hm learnset
tmhm TOXIC, HORN_DRILL, BODY_SLAM, TAKE_DOWN, DOUBLE_EDGE, \
ICE_BEAM, BLIZZARD, HYPER_BEAM, RAGE, THUNDERBOLT, \
THUNDER, EARTHQUAKE, FISSURE, MIMIC, DOUBLE_TEAM, \
BIDE, FIRE_BLAST, SKULL_BASH, REST, SUBSTITUTE, \
STRENGTH, SUBMISSION, COUNTER
; end
db BANK(TaurosPPicFront)
assert BANK(TaurosPPicFront) == BANK(TaurosPPicBack)

View file

@ -0,0 +1,25 @@
db DEX_TAUROS_PA ; pokedex id
db 75, 110, 105, 100, 70
; hp atk def spd spc
db FIGHTING, WATER ; type
db 45 ; catch rate
db 211 ; base exp
INCBIN "gfx/pokemon/front/taurospw.pic", 0, 1 ; sprite dimensions
dw TaurosPWPicFront, TaurosPWPicBack
db DOUBLE_KICK, NO_MOVE, NO_MOVE, NO_MOVE ; level 1 learnset
db GROWTH_SLOW ; growth rate
; tm/hm learnset
tmhm TOXIC, HORN_DRILL, BODY_SLAM, TAKE_DOWN, DOUBLE_EDGE, \
ICE_BEAM, BLIZZARD, HYPER_BEAM, RAGE, THUNDERBOLT, \
THUNDER, EARTHQUAKE, FISSURE, MIMIC, DOUBLE_TEAM, \
BIDE, FIRE_BLAST, SKULL_BASH, REST, SUBSTITUTE, \
STRENGTH, SUBMISSION, COUNTER, BUBBLE_BEAM, WATER_GUN, SURF
; end
db BANK(TaurosPWPicFront)
assert BANK(TaurosPWPicFront) == BANK(TaurosPWPicBack)

View file

@ -0,0 +1,25 @@
db DEX_TAUROS_PB ; pokedex id
db 75, 110, 105, 100, 70
; hp atk def spd spc
db FIGHTING, FIRE ; type
db 45 ; catch rate
db 211 ; base exp
INCBIN "gfx/pokemon/front/taurospb.pic", 0, 1 ; sprite dimensions
dw TaurosPBPicFront, TaurosPBPicBack
db DOUBLE_KICK, NO_MOVE, NO_MOVE, NO_MOVE ; level 1 learnset
db GROWTH_SLOW ; growth rate
; tm/hm learnset
tmhm TOXIC, HORN_DRILL, BODY_SLAM, TAKE_DOWN, DOUBLE_EDGE, \
ICE_BEAM, BLIZZARD, HYPER_BEAM, RAGE, THUNDERBOLT, \
THUNDER, EARTHQUAKE, FISSURE, MIMIC, DOUBLE_TEAM, \
BIDE, FIRE_BLAST, SKULL_BASH, REST, SUBSTITUTE, \
STRENGTH, SUBMISSION, COUNTER
; end
db BANK(TaurosPBPicFront)
assert BANK(TaurosPBPicFront) == BANK(TaurosPBPicBack)

View file

@ -808,6 +808,146 @@ _MoltresGDexEntry::
next "wanders too close"
dex
;_ArcanineHDexEntry::
; text "Its body has a"
; next "rock-like feel."
; next "It dances around"
; page "its foes before"
; next "biting them in"
; next "a vicious rage." ; reference to Raging Fury, its signature move.
; dex
;_ElectrodeHDexEntry::
; text "Its body has a"
; next "similar feel to"
; next "a type of berry."
; page "If angered, it"
; next "electric attacks"
; next "of 20,000 volts." ; 100 kV in a bolt of lightning on average
; dex
;_RaticateADexEntry::
; text "It commands nests"
; next "of RATTATA. It"
; next "will greedily"
; page "command them to"
; next "gather large"
; next "amounts of food."
; dex
;_SandslashADexEntry::
; text "It adapted to a"
; next "frigid region."
; next "Wounds caused"
; page "by SANDSLASH"
; next "cause severe"
; next "frostbite."
; dex
;_NinetalesADexEntry::
; text "It was once said"
; next "to be a deity."
; next "Disliking human" ; may not quite be accurate - interpretation of ultra sun entry. consider revising.
; page "presence, it"
; next "guides them away"
; next "from its home."
; dex
;_DugtrioADexEntry::
; text "DUGTRIO's hair"
; next "and whiskers are"
; next "made of metal."
; page "They provide it"
; next "with protection"
; next "from attacks."
; dex
;_PersianADexEntry::
; text "Its round face"
; next "is a symbol of"
; next "prosperity."
; page "Despite this, it"
; next "prefers to fight"
; next "underhandedly."
; dex
;_GolemADexEntry::
; text "It fires rocks"
; next "charged with"
; next "electricity."
; page "If it can't find"
; next "ammo, it may fire"
; next "GEODUDE instead."
; dex
;_RapidashGDexEntry::
; text "Its galloping is"
; next "supported by its"
; next "PSI abilities." ; adapting from similar psychic-based entries.
; page "If released from"
; next "its horn, it can"
; next "break concrete."
; dex
;_SlowbroGDexEntry::
; text "A bite from a"
; next "SHELLDER caused"
; next "a chemical"
; page "reaction within"
; next "SLOWBRO, making"
; next "it POISON-type."
; dex ; consider revising
;_SlowkingGDexEntry::
; text "Now controlled"
; next "by SHELLDER,"
; next "SLOWKING will"
; page "mumble strange"
; next "spells when"
; next "attacking."
; dex ; also consider revising
;_MukADexEntry::
; text "Over 100 kinds"
; next "of poison make"
; next "up its body."
; page "While friendly,"
; next "it must be fed"
; next "a lot of trash."
; dex
;_ExeggutorADexEntry::
; text "Stronger sunlight"
; next "allowed EXEGGUTOR"
; next "to reach its"
; page "true form. Its"
; next "PSI abilities"
; next "have diminished."
; dex ; consider revising
;_MarowakADexEntry::
; text "The spirit of its"
; next "mother has turned"
; next "into the flames"
; page "on its bone."
; next "MAROWAK dance to"
; next "mourn their kin."
; dex ; consider revising
_MissingNoDexEntry::
text "This is a newly"
next "discovered"