mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Nerfs!
- Gave Magmortar the wrong Special initially, it should be 95. Yes, this makes Magmortar really bad, but it's just how the Special conversion would work. - Similarly, Tricules has had its Speed reduced, so it can have the proper role of being a slower, bulkier Pinsir. - Removed the extra staircase in Red's House properly.
This commit is contained in:
parent
855b1cb7ba
commit
58861d73d5
|
@ -1,6 +1,6 @@
|
|||
db DEX_MAGMORTAR ; pokedex id
|
||||
|
||||
db 75, 95, 67, 83, 125
|
||||
db 75, 95, 67, 83, 95
|
||||
; hp atk def spd spc
|
||||
|
||||
db FIRE, FIRE ; type
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
db DEX_TRICULES ; pokedex id
|
||||
|
||||
db 65, 125, 140, 85, 55
|
||||
db 65, 125, 140, 45, 55
|
||||
; hp atk def spd spc
|
||||
|
||||
db BUG, STEEL ; type
|
||||
|
|
|
@ -1 +1 @@
|
|||
|
||||
|
Loading…
Reference in a new issue