Steelix, Tsubomitto, Blissey, Crobat and Hitmontop
This commit is contained in:
emaskyesmogon 2022-09-27 10:36:06 -06:00
parent 8683778da0
commit 7e03467783
12 changed files with 98 additions and 8 deletions

View file

@ -50,6 +50,7 @@
const DEX_BITTYBAT
const DEX_ZUBAT ; 41
const DEX_GOLBAT ; 42
const DEX_CROBAT
const DEX_ODDISH ; 43
const DEX_GLOOM ; 44
const DEX_VILEPLUME ; 45
@ -86,6 +87,7 @@
const DEX_BELLSPROUT ; 69
const DEX_WEEPINBELL ; 70
const DEX_VICTREEBEL ; 71
const DEX_TSUBOMITTO
const DEX_TENTACOOL ; 72
const DEX_TENTACRUEL ; 73
const DEX_GEODUDE ; 74
@ -118,6 +120,7 @@
const DEX_HAUNTER ; 93
const DEX_GENGAR ; 94
const DEX_ONIX ; 95
const DEX_STEELIX
const DEX_DROWZEE ; 96
const DEX_HYPNO ; 97
const DEX_KOTORA
@ -138,6 +141,7 @@
const DEX_KANGASKHAN ; 115
const DEX_HITMONLEE ; 106
const DEX_HITMONCHAN ; 107
const DEX_HITMONTOP
const DEX_LICKITUNG ; 108
const DEX_LICKILICKY
const DEX_KOFFING ; 109
@ -146,6 +150,7 @@
const DEX_RHYDON ; 112
const DEX_RHYPERIOR
const DEX_CHANSEY ; 113
const DEX_BLISSEY
const DEX_MONJA
const DEX_TANGELA ; 114
const DEX_TANGROWTH

View file

@ -209,6 +209,11 @@
const LICKILICKY ; $CD (new)
const TANGROWTH ; $CE (new)
const KLEAVOR ; $CF (new)
const TSUBOMITTO
const STEELIX
const BLISSEY
const HITMONTOP
const CROBAT
DEF NUM_POKEMON_INDEXES EQU const_value - 1