Evolutions sprites and a few other minor fixes

This commit is contained in:
MementoMartha 2022-09-05 16:12:16 +01:00
parent 09433cbeff
commit 702724642b
14 changed files with 53 additions and 84 deletions

View file

@ -200,15 +200,15 @@
const MONJA ; $C1 (new)
const PUDI ; $C4 (new)
const SCIZOR ; $C7 (new)
const RHYPERIOR ; $C8 (dex expansion starts here)
const ESPEON ; $C9
const UMBREON ; $CA
const LEAFEON ; $CB
const GLACEON ; $CC
const SYLVEON ; $CD
const LICKILICKY ; $D3
const TANGROWTH ; $D6
const KLEAVOR ; $DC
const RHYPERIOR ; $C8 (new)
const ESPEON ; $C9 (new)
const UMBREON ; $CA (new)
const LEAFEON ; $CB (new)
const GLACEON ; $CC (new)
const SYLVEON ; $CD (new)
const LICKILICKY ; $CD (new)
const TANGROWTH ; $CE (new)
const KLEAVOR ; $CF (new)
DEF NUM_POKEMON_INDEXES EQU const_value - 1