Move Mew, add Old Sea Chart, add wild data

I am 90% sure something will bug out, can't test the map right now for obvious reasons. Tested everything else, though.

Mostly copied data from Cinnabar Volcano while commenting out Vermillion Dock Mew info to move it.

Wild data has been added along with a fishing group, just dummied out slots.

Old Sea Chart is a clone of the Citrine Pass which is all it needs to be. It is obtainable near the truck.
This commit is contained in:
May Evans 2022-10-16 09:05:26 +01:00
parent 4cc05243ed
commit 78ae4e9029
18 changed files with 251 additions and 177 deletions

View file

@ -103,4 +103,5 @@ KeyItemFlags:
dbit FALSE ; BLK_AUGURITE
dbit FALSE ; DUBIOUS_DISC
dbit TRUE ; CITRINE_PASS
dbit TRUE ; OLDSEACHART
end_bit_array NUM_ITEMS + NUM_FLOORS

View file

@ -104,4 +104,5 @@ ItemNames::
li "BLK AUGURITE"
li "DUBIOUS DISC"
li "CITRINE PASS"
li "OLDSEACHART"
assert_list_length NUM_ITEMS + NUM_FLOORS

View file

@ -104,4 +104,5 @@ ItemPrices::
bcd3 2100 ; BLK_AUGURITE
bcd3 3000 ; DUBIOUS_DISC
bcd3 0 ; CITRINE_PASS
bcd3 0 ; OLDSEACHART
assert_table_length NUM_ITEMS + NUM_FLOORS