Another BST fix

Buffed Espeon by 5 HP since it should've had that the whole time. Oops.
This commit is contained in:
Martha Schilling 2023-10-14 12:45:55 +01:00
parent b26c0ec934
commit cdd0c4ea73
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
db DEX_ESPEON ; pokedex id db DEX_ESPEON ; pokedex id
db 60, 65, 60, 110, 130 db 65, 65, 60, 110, 130
; hp atk def spd spc ; hp atk def spd spc
db PSYCHIC_TYPE, PSYCHIC_TYPE ; type db PSYCHIC_TYPE, PSYCHIC_TYPE ; type

View file

@ -1 +1 @@