Expand tilesets from 192 to 255 tiles

This commit is contained in:
Zeta_Null 2023-09-12 13:59:09 -04:00
parent 89ef7cab53
commit 94d9c77070
80 changed files with 188 additions and 357 deletions

View file

@ -1,5 +1,3 @@
DEF HALLOFFAME_COLON EQU $63
HallOfFame::
call HallOfFame_FadeOutMusic
ld a, [wStatusFlags]
@ -549,10 +547,6 @@ DisplayHOFMon:
HOF_AnimatePlayerPic:
call ClearBGPalettes
ld hl, vTiles2 tile HALLOFFAME_COLON
ld de, FontExtra + 13 tiles ; "<COLON>"
lb bc, BANK(FontExtra), 1
call Request2bpp
hlcoord 0, 0
ld bc, SCREEN_WIDTH * SCREEN_HEIGHT
ld a, " "
@ -622,7 +616,7 @@ HOF_AnimatePlayerPic:
ld de, wGameTimeHours
lb bc, 2, 3
call PrintNum
ld [hl], HALLOFFAME_COLON
ld [hl], "<COLON>"
inc hl
ld de, wGameTimeMinutes
lb bc, PRINTNUM_LEADINGZEROS | 1, 2