Finished adding Rhyperior

This commit is contained in:
MementoMartha 2022-09-01 10:16:49 +01:00
parent 1893b4c7cf
commit 20b6899169
14 changed files with 26 additions and 23 deletions

View file

@ -148,6 +148,7 @@
const DEX_WEEZING ; 110
const DEX_RHYHORN ; 111
const DEX_RHYDON ; 112
const DEX_RHYPERIOR
const DEX_CHANSEY ; 113
const DEX_MONJA
const DEX_TANGELA ; 114
@ -200,6 +201,5 @@
const DEX_DRAGONITE ; 149
const DEX_MEWTWO ; 150
const DEX_MEW ; 151
const DEX_RHYPERIOR
DEF NUM_POKEMON EQU const_value - 1

View file

@ -206,7 +206,7 @@
const BETOBEBII ; $C5 (new)
const BELLOSSOM ; $C6 (new)
const SCIZOR ; $C7 (new)
const RHYPERIOR ; $C8 (test)
const RHYPERIOR ; $C8
DEF NUM_POKEMON_INDEXES EQU const_value - 1