Skip to content

Commit 5283394

Browse files
committed
new hud stuff
1 parent e3d8530 commit 5283394

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

engine/pokemon/stats_screen.asm

+2-2
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ StatsScreen_PlaceVerticalDivider: ; unreferenced
492492
StatsScreen_PlaceHorizontalDivider:
493493
hlcoord 0, 7
494494
ld b, SCREEN_WIDTH
495-
ld a, $62 ; horizontal divider (empty HP/exp bar)
495+
ld a, $76 ; horizontal divider
496496
.loop
497497
ld [hli], a
498498
dec b
@@ -646,7 +646,7 @@ LoadPinkPage:
646646
hlcoord 10, 16
647647
ld [hl], $40 ; left exp bar end cap
648648
hlcoord 19, 16
649-
ld [hl], $41 ; right exp bar end cap
649+
ld [hl], $7f ; right exp bar end cap
650650
ret
651651

652652
.PrintNextLevel:

gfx/battle/enemy_hp_bar_border.png

9 Bytes
Loading

gfx/battle/expbar.png

8 Bytes
Loading

gfx/battle/hp_exp_bar_border.png

9 Bytes
Loading

gfx/font/font_battle_extra.png

-11 Bytes
Loading

gfx/stats/stats_tiles.png

223 Bytes
Loading

0 commit comments

Comments
 (0)