Citrine Pass and a few little tweaks

This commit is contained in:
MementoMartha 2022-10-02 17:16:30 +01:00
parent f6f43781b8
commit a05796ece5
14 changed files with 59 additions and 43 deletions

View file

@ -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

View file

@ -103,4 +103,5 @@ ItemNames::
li "POISON STONE"
li "BLK AUGURITE"
li "DUBIOUS DISC"
li "CITRINE PASS"
assert_list_length NUM_ITEMS + NUM_FLOORS

View file

@ -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