polishing the added pokemon a little

This commit is contained in:
MementoMartha 2022-09-27 22:58:06 +01:00
parent e02394e8d2
commit d8cb5a331f
10 changed files with 109 additions and 40 deletions

View file

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