mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Finished adding Rhyperior
This commit is contained in:
parent
1893b4c7cf
commit
20b6899169
14 changed files with 26 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue