Skip to content

Commit

Permalink
fix party menu hp bar palette bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xCrystal committed Nov 25, 2015
1 parent 717ac32 commit bac1427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -5027,7 +5027,7 @@ UpdateHPBar_Palettes:
.inMenu
ld hl, W2_TilesetPaletteMap
ld bc, 20*2 ; 2 rows for each pokemon in the menu
ld a, [wCurrentMenuItem]
ld a, [wLastMenuItem]
call AddNTimes

ld bc, 20*2
Expand Down

0 comments on commit bac1427

Please sign in to comment.