Small palette changes

- Fixes a bug where the player's house would have the wrong palette after returning there after beating the Champion

- Gave Jabetta's line the dark purple/peach palette since I just thought it looked better
This commit is contained in:
Martha Schilling 2023-12-21 17:06:55 +00:00
parent 8514a917de
commit 20444bb9e9
2 changed files with 9 additions and 2 deletions

View file

@ -106,8 +106,8 @@ MonsterPalettes:
db PAL_YELLOWMON ; ABRA db PAL_YELLOWMON ; ABRA
db PAL_YELLOWMON ; KADABRA db PAL_YELLOWMON ; KADABRA
db PAL_YELLOWMON ; ALAKAZAM db PAL_YELLOWMON ; ALAKAZAM
db PAL_PURPLEMON ; CHEEP db PAL_MEWMON ; CHEEP
db PAL_PURPLEMON ; JABETTA db PAL_MEWMON ; JABETTA
db PAL_PINKMON ; LICKITUNG db PAL_PINKMON ; LICKITUNG
db PAL_PINKMON ; LICKILICKY db PAL_PINKMON ; LICKILICKY
db PAL_REDMON ; GROWLITHE db PAL_REDMON ; GROWLITHE

View file

@ -207,6 +207,10 @@ SetPal_Overworld:
jp z, .ferry jp z, .ferry
cp SILPH_GAUNTLET_5F cp SILPH_GAUNTLET_5F
jp z, .trans jp z, .trans
cp REDS_HOUSE_1F
jp z, .pallet
cp REDS_HOUSE_2F
jp z, .pallet
cp CERULEAN_CAVE_2F cp CERULEAN_CAVE_2F
jp c, .normalDungeonOrBuilding jp c, .normalDungeonOrBuilding
cp LORELEIS_ROOM cp LORELEIS_ROOM
@ -291,6 +295,9 @@ SetPal_Overworld:
.citrine .citrine
ld a, PAL_CITRINE - 1 ld a, PAL_CITRINE - 1
jr .town jr .town
.pallet
ld a, PAL_PALLET - 1
jr .town
.ferry .ferry
ld a, PAL_BLUEMON - 1 ld a, PAL_BLUEMON - 1
jr .town jr .town