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

@ -551,10 +551,11 @@
; S.S. Anne events
const_next $5C0
const_skip
const EVENT_ENCOUNTERED_MEW
const EVENT_FOUND_MEW
const_skip
const_skip 4
; const_skip
; const EVENT_ENCOUNTERED_MEW
; const EVENT_FOUND_MEW
; const_skip
const EVENT_BEAT_SS_ANNE_5_TRAINER_0
const EVENT_BEAT_SS_ANNE_5_TRAINER_1
const_skip 26
@ -591,9 +592,9 @@
const_skip 7
const EVENT_BEAT_MOLTRES
const_skip 7
const EVENT_BEAT_OMEGA
const EVENT_BEAT_OMEGA
; Celadon University + salesman events
; Celadon University, Salesman
const_next $640
const_skip
const_skip
@ -603,6 +604,11 @@
const EVENT_BEAT_CELADON_UNIVERSITY_OUTSIDE_TRAINER_3
const EVENT_BOUGHT_CUBONE
const EVENT_BOUGHT_DITTO
; , Faraway Island
const_next $650
const_skip
const EVENT_BEAT_MEW
; Victory Road 3F events
const_next $660

View file

@ -115,6 +115,7 @@ DEF NUM_ITEMS EQU const_value - 1
const BLK_AUGURITE ; $65
const DUBIOUS_DISC ; $66
const CITRINE_PASS ; $67
const OLDSEACHART ; $68
DEF NUM_FLOORS EQU const_value - 1 - NUM_ITEMS
const_next $C4