- 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:
Martha Schilling 2023-10-10 09:20:44 +01:00
parent 855b1cb7ba
commit 58861d73d5
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
db DEX_MAGMORTAR ; pokedex id db DEX_MAGMORTAR ; pokedex id
db 75, 95, 67, 83, 125 db 75, 95, 67, 83, 95
; hp atk def spd spc ; hp atk def spd spc
db FIRE, FIRE ; type db FIRE, FIRE ; type

View file

@ -1,6 +1,6 @@
db DEX_TRICULES ; pokedex id db DEX_TRICULES ; pokedex id
db 65, 125, 140, 85, 55 db 65, 125, 140, 45, 55
; hp atk def spd spc ; hp atk def spd spc
db BUG, STEEL ; type db BUG, STEEL ; type

View file

@ -1 +1 @@