mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
Adds in the rest of the regional forms
Also, need to fix an issue with the dex.
This commit is contained in:
parent
bbec5a4256
commit
3d7d98c894
22 changed files with 375 additions and 297 deletions
|
|
@ -149,9 +149,9 @@
|
|||
const DEX_KINGLER ; 99 (142)
|
||||
const DEX_SLOWPOKE ; 79 (143)
|
||||
const DEX_SLOWBRO ; 80 (144)
|
||||
; const DEX_SLOWBRO_G ; (145)
|
||||
const DEX_SLOWBRO_G ; (145)
|
||||
const DEX_SLOWKING ; (146)
|
||||
; const DEX_SLOWKING_G ; (147)
|
||||
const DEX_SLOWKING_G ; (147)
|
||||
const DEX_PUCHIKOON ; (148)
|
||||
const DEX_PONYTA ; 77 (149)
|
||||
const DEX_RAPIDASH ; 78 (150)
|
||||
|
|
@ -173,10 +173,10 @@
|
|||
const DEX_BETOBEBII ; (166)
|
||||
const DEX_GRIMER ; 88 (167)
|
||||
const DEX_MUK ; 89 (168)
|
||||
; const DEX_MUK_A ; (169)
|
||||
const DEX_MUK_A ; (169)
|
||||
const DEX_KOFFING ; 109 (170)
|
||||
const DEX_WEEZING ; 110 (171)
|
||||
; const DEX_WEEZING_G ; (172)
|
||||
const DEX_WEEZING_G ; (172)
|
||||
const DEX_BLASTYKE ; (173)
|
||||
const DEX_BLASTOISE ; 9 (174)
|
||||
const DEX_DITTO ; 132 (175)
|
||||
|
|
@ -212,9 +212,9 @@
|
|||
const DEX_KANGASKHAN ; 115 (205)
|
||||
const DEX_TRAMPEL ; (206)
|
||||
const DEX_TAUROS ; 128 (207)
|
||||
; const DEX_TAUROS_P ; (208)
|
||||
; const DEX_TAUROS_PA ; (209)
|
||||
; const DEX_TAUROS_PB ; (210)
|
||||
const DEX_TAUROS_P ; (208)
|
||||
const DEX_TAUROS_PA ; (209)
|
||||
const DEX_TAUROS_PB ; (210)
|
||||
const DEX_CHANSEY ; 113 (211)
|
||||
const DEX_BLISSEY ; (212)
|
||||
const DEX_SKIMPER ; (213)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue