expanded Pokemon size

Rhyperior files are dummies and will need to be properly edited with sprites, Rhydon evo data, etc, but it (and the other files included) show that the trainer and pokemon sprite indexes have been separated, which allows us to add the other KEP mons
This commit is contained in:
emaskyesmogon 2022-08-31 20:47:02 -06:00
parent b33e266d44
commit 1893b4c7cf
28 changed files with 160 additions and 24 deletions

View file

@ -199,6 +199,7 @@ PokedexEntryPointers:
dw MissingNoDexEntry
dw BellossomDexEntry
dw ScizorDexEntry
dw RhyperiorDexEntry
assert_table_length NUM_POKEMON_INDEXES
; string: species name
@ -1550,3 +1551,10 @@ ScizorDexEntry:
text_far _ScizorDexEntry
text_end
RhyperiorDexEntry:
db "TEST@"
db 5,11
dw 5000
text_far _RhyperiorDexEntry
text_end