Eevees and More

Adds the five eeveelutions we don't have, evo items for Glaceon and Sylveon, fixes Rhyperior's dex entry, renamed the Super Rod to Fishing Rod, and commented out the OW Crocky/Kabutops for now
This commit is contained in:
emaskyesmogon 2022-09-01 08:37:35 -06:00
parent 1893b4c7cf
commit 5944210393
24 changed files with 391 additions and 57 deletions

View file

@ -77,7 +77,7 @@ ItemNames::
li "EXP.ALL"
li "OLD ROD"
li "GOOD ROD"
li "SUPER ROD"
li "FISHING ROD"
li "PP UP"
li "ETHER"
li "MAX ETHER"
@ -98,4 +98,6 @@ ItemNames::
li "10F"
li "11F"
li "B4F"
li "SHINY STONE"
li "ICE STONE"
assert_list_length NUM_ITEMS + NUM_FLOORS

View file

@ -98,4 +98,6 @@ ItemPrices::
bcd3 0 ; FLOOR_10F
bcd3 0 ; FLOOR_11F
bcd3 0 ; FLOOR_B4F
bcd3 2100 ; SHINY_STONE
bcd3 2100 ; ICE_STONE
assert_table_length NUM_ITEMS + NUM_FLOORS

View file

@ -37,4 +37,6 @@ UsableItems_PartyMenu:
db MAX_ETHER
db ELIXER
db MAX_ELIXER
db SHINY_STONE
db ICE_STONE
db -1 ; end