mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
Removing MissingNo to make room
This commit is contained in:
parent
fb3a20a51d
commit
c7499a1fd2
21 changed files with 17 additions and 67 deletions
|
|
@ -3,8 +3,7 @@
|
|||
; - BaseStats (see data/pokemon/base_stats.asm)
|
||||
; - MonPartyData (see data/pokemon/menu_icons.asm)
|
||||
; - MonsterPalettes (see data/pokemon/palettes.asm)
|
||||
const_def
|
||||
const DEX_MISSINGNO ; 0 (000)
|
||||
const_def 1
|
||||
const DEX_BULBASAUR ; 1 (001)
|
||||
const DEX_IVYSAUR ; 2 (002)
|
||||
const DEX_VENUSAUR ; 3 (003)
|
||||
|
|
@ -257,4 +256,4 @@
|
|||
const DEX_MELTAN ; (250)
|
||||
const DEX_MELMETAL ; (251)
|
||||
|
||||
DEF NUM_POKEMON EQU const_value
|
||||
DEF NUM_POKEMON EQU const_value - 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue