Skip to content

Commit 7ec2159

Browse files
Fix healing machine pokeballs in Indigo plateau lobby
Pokeballs now have the correct color instead of the default purple
1 parent 98178cf commit 7ec2159

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

color/sprites.asm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ LoadOverworldSpritePalettes:
3838
ld hl, SpritePalettesPokecenter
3939
cp POKECENTER
4040
jr z, .gotPaletteList
41+
ld a, [wCurMap]
42+
cp INDIGO_PLATEAU_LOBBY
43+
jr z, .gotPaletteList
4144
; If not, load the normal Object Pals
4245
ld hl, SpritePalettes
4346
.gotPaletteList

0 commit comments

Comments
 (0)