You are now a Legendary, my child

- Buffed Dokuroar's stats, it now has a 580 BST like the Birds and the Beasts.

- Nerfed Dokuroar's catch rate, buffed its EXP yield, and made it genderless.

- Removed Dokuroar's Egg moves, and changed its learnset slightly - it no longer gets Leer, instead getting Scary Face, and now learns Bonemerang by level up.
This commit is contained in:
Martha Schilling 2025-01-13 23:12:04 +00:00
parent 48e26cd090
commit e3486fb9b7
3 changed files with 8 additions and 15 deletions

View file

@ -1,13 +1,13 @@
db 0 ; species ID placeholder db 0 ; species ID placeholder
db 87, 125, 110, 66, 66, 66 db 101, 131, 119, 76, 69, 84
; hp atk def spd sat sdf ; hp atk def spd sat sdf
db GHOST, ROCK ; type db GHOST, ROCK ; type
db 25 ; catch rate db 3 ; catch rate
db 166 ; base exp db 203 ; base exp
db THICK_CLUB, THICK_CLUB ; items db THICK_CLUB, THICK_CLUB ; items
db GENDER_F50 ; gender ratio db GENDER_UNKNOWN ; gender ratio
db 100 ; unknown 1 db 100 ; unknown 1
db 120 ; step cycles to hatch db 120 ; step cycles to hatch
db 5 ; unknown 2 db 5 ; unknown 2

View file

@ -165,7 +165,7 @@ EggMovePointers2::
dw RuddernautEggMoves dw RuddernautEggMoves
dw XylodonEggMoves dw XylodonEggMoves
dw NoEggMoves2 dw NoEggMoves2
dw DokuroarEggMoves ; Dokuroar dw NoEggMoves2 ; Dokuroar
dw NoEggMoves2 dw NoEggMoves2
dw NoEggMoves2 dw NoEggMoves2
dw NoEggMoves2 dw NoEggMoves2
@ -788,14 +788,6 @@ XylodonEggMoves:
dw THRASH dw THRASH
dw -1 ;end dw -1 ;end
DokuroarEggMoves:
dw BONEMERANG
dw BONE_RUSH
dw BONE_CLUB
dw ROCK_SLIDE
dw SCARY_FACE
dw -1 ;end
LarvitarEggMoves: LarvitarEggMoves:
dw PURSUIT dw PURSUIT
dw STOMP dw STOMP

View file

@ -2813,11 +2813,12 @@ XylofinEvosAttacks:
DokuroarEvosAttacks: DokuroarEvosAttacks:
db 0 ; no more evolutions db 0 ; no more evolutions
dbw 1, SCRATCH dbw 1, SCRATCH
dbw 1, LEER dbw 1, SCARY_FACE
dbw 1, BONE_CLUB
dbw 7, SPITE dbw 7, SPITE
dbw 14, NIGHT_SHADE dbw 14, NIGHT_SHADE
dbw 21, ANCIENTPOWER dbw 21, ANCIENTPOWER
dbw 28, BONE_CLUB dbw 28, BONEMERANG
dbw 35, SLASH dbw 35, SLASH
dbw 42, ROCK_HEAD dbw 42, ROCK_HEAD
dbw 49, BONE_RUSH dbw 49, BONE_RUSH