Skip to content

Commit b2400a4

Browse files
QoL #17: break the dependency between Pokédex entry bank and species ID number
1 parent 4134b7e commit b2400a4

File tree

5 files changed

+270
-320
lines changed

5 files changed

+270
-320
lines changed

constants/pokemon_data_constants.asm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ GENDER_UNKNOWN EQU -1
6262
const EGG_DRAGON ; e
6363
const EGG_NONE ; f (Undiscovered)
6464

65-
; pokedex entries (see data/pokemon/dex_entries.asm)
66-
NUM_DEX_ENTRY_BANKS EQU 4
67-
6865
; party_struct members (see macros/wram.asm)
6966
MON_SPECIES EQUS "(wPartyMon1Species - wPartyMon1)"
7067
MON_ITEM EQUS "(wPartyMon1Item - wPartyMon1)"

0 commit comments

Comments
 (0)