mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-26 08:54:09 +13:00
Another BST fix
Buffed Espeon by 5 HP since it should've had that the whole time. Oops.
This commit is contained in:
parent
b26c0ec934
commit
cdd0c4ea73
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue