mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
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:
parent
8514a917de
commit
20444bb9e9
|
@ -106,8 +106,8 @@ MonsterPalettes:
|
|||
db PAL_YELLOWMON ; ABRA
|
||||
db PAL_YELLOWMON ; KADABRA
|
||||
db PAL_YELLOWMON ; ALAKAZAM
|
||||
db PAL_PURPLEMON ; CHEEP
|
||||
db PAL_PURPLEMON ; JABETTA
|
||||
db PAL_MEWMON ; CHEEP
|
||||
db PAL_MEWMON ; JABETTA
|
||||
db PAL_PINKMON ; LICKITUNG
|
||||
db PAL_PINKMON ; LICKILICKY
|
||||
db PAL_REDMON ; GROWLITHE
|
||||
|
|
|
@ -207,6 +207,10 @@ SetPal_Overworld:
|
|||
jp z, .ferry
|
||||
cp SILPH_GAUNTLET_5F
|
||||
jp z, .trans
|
||||
cp REDS_HOUSE_1F
|
||||
jp z, .pallet
|
||||
cp REDS_HOUSE_2F
|
||||
jp z, .pallet
|
||||
cp CERULEAN_CAVE_2F
|
||||
jp c, .normalDungeonOrBuilding
|
||||
cp LORELEIS_ROOM
|
||||
|
@ -291,6 +295,9 @@ SetPal_Overworld:
|
|||
.citrine
|
||||
ld a, PAL_CITRINE - 1
|
||||
jr .town
|
||||
.pallet
|
||||
ld a, PAL_PALLET - 1
|
||||
jr .town
|
||||
.ferry
|
||||
ld a, PAL_BLUEMON - 1
|
||||
jr .town
|
||||
|
|
Loading…
Reference in a new issue