Fixed several bugs

- Fixed an issue where KEP's new static encounters would sometimes not disappear correctly
- Fixed an issue where boulders wouldn't fall down holes
- Fixed issues where the SS Anne Rival and Oak in the Indigo Plateau wouldn't appear, causing a softlock
- Fixed an issue where the Mt. Moon fossils wouldn't disappear
- Added several items back after they were previously removed
This commit is contained in:
MementoMartha 2023-04-30 00:58:22 +01:00
parent 760121d8fd
commit d0b65e945e
5 changed files with 357 additions and 370 deletions

View file

@ -192,6 +192,9 @@ SetPal_Overworld:
jr c, .caveDefault
cp SEAFOAM_ISLANDS_B4F + 1
jr c, .seafoam
.caveDefault
ld a, PAL_CAVE - 1
jr .town
.celeste
ld a, [wCurMap]
cp FARAWAY_ISLAND_OUTSIDE
@ -240,9 +243,6 @@ SetPal_Overworld:
.brunswick
ld a, PAL_BRUNSWICK - 1
jr .town
.caveDefault
ld a, PAL_CAVE - 1
jr .town
.seafoam
ld a, PAL_CYANMON - 1
jr .town