Use a constant in PlaceMenuItemQuantity

This commit is contained in:
Narishma-gb 2026-03-12 23:13:26 +01:00
parent c5bc00f0be
commit c5d3719ac7
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ PokemonPalettes:
; Each normal.gbcpal is generated from the corresponding .png, and
; only the middle two colors are included, not black or white.
; (Back sprites are used since they are the same in Gold and Silver.)
; Shiny palettes are defined directly, not generated.
; 2 middle palettes, front and shiny, with 2 colors each

View File

@ -16,7 +16,7 @@ PlaceMenuItemQuantity:
pop hl
and a
jr nz, .done
ld de, $15
ld de, SCREEN_WIDTH + 1
add hl, de
ld [hl], '×'
inc hl