mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Up-Grade NPC
Seems to interact oddly with Saffron but I believe this is because of the way Team Rocket works. The event itself works fine. Also added the Up-Grade, as before, Porygon was evolving via Trade. Uses text referencing LGPE, and has a similar location. Because of the sprite limit in Saffron, the Pidgeot NPC has been removed.
This commit is contained in:
parent
abb9ab6aac
commit
57d79f43ed
15 changed files with 93 additions and 8 deletions
|
|
@ -104,4 +104,5 @@ KeyItemFlags:
|
|||
dbit FALSE ; DUBIOUS_DISC
|
||||
dbit TRUE ; CITRINE_PASS
|
||||
dbit TRUE ; OLDSEACHART
|
||||
dbit FALSE ; UP_GRADE
|
||||
end_bit_array NUM_ITEMS + NUM_FLOORS
|
||||
|
|
|
|||
|
|
@ -105,4 +105,5 @@ ItemNames::
|
|||
li "DUBIOUS DISC"
|
||||
li "CITRINE PASS"
|
||||
li "OLDSEACHART"
|
||||
li "UP-GRADE"
|
||||
assert_list_length NUM_ITEMS + NUM_FLOORS
|
||||
|
|
|
|||
|
|
@ -105,4 +105,5 @@ ItemPrices::
|
|||
bcd3 3000 ; DUBIOUS_DISC
|
||||
bcd3 0 ; CITRINE_PASS
|
||||
bcd3 0 ; OLDSEACHART
|
||||
bcd3 3000 ; UP_GRADE
|
||||
assert_table_length NUM_ITEMS + NUM_FLOORS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue