mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Citrine Pass and a few little tweaks
This commit is contained in:
parent
f6f43781b8
commit
a05796ece5
14 changed files with 59 additions and 43 deletions
|
|
@ -102,4 +102,5 @@ KeyItemFlags:
|
|||
dbit FALSE ; POISON_STONE
|
||||
dbit FALSE ; BLK_AUGURITE
|
||||
dbit FALSE ; DUBIOUS_DISC
|
||||
dbit TRUE ; CITRINE_PASS
|
||||
end_bit_array NUM_ITEMS + NUM_FLOORS
|
||||
|
|
|
|||
|
|
@ -103,4 +103,5 @@ ItemNames::
|
|||
li "POISON STONE"
|
||||
li "BLK AUGURITE"
|
||||
li "DUBIOUS DISC"
|
||||
li "CITRINE PASS"
|
||||
assert_list_length NUM_ITEMS + NUM_FLOORS
|
||||
|
|
|
|||
|
|
@ -103,4 +103,5 @@ ItemPrices::
|
|||
bcd3 2100 ; POISON_STONE
|
||||
bcd3 2100 ; BLK_AUGURITE
|
||||
bcd3 3000 ; DUBIOUS_DISC
|
||||
bcd3 0 ; CITRINE_PASS
|
||||
assert_table_length NUM_ITEMS + NUM_FLOORS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue