Add trainer names to headers

This commit is contained in:
Trung Lê
2026-02-03 22:49:58 +11:00
parent 2ad9616586
commit 99bb4e1a2c
2 changed files with 16 additions and 16 deletions

View File

@@ -669,32 +669,32 @@ _CGB_TrainerCard:
; top-right corner still uses the border's palette
hlcoord 18, 1, wAttrmap
ld [hl], $1
hlcoord 2, 11, wAttrmap
lb bc, 2, 4
hlcoord 3, 10, wAttrmap
lb bc, 3, 3
ld a, $1 ; falkner
call FillBoxCGB
hlcoord 6, 11, wAttrmap
lb bc, 2, 4
hlcoord 7, 10, wAttrmap
lb bc, 3, 3
ld a, $2 ; bugsy
call FillBoxCGB
hlcoord 10, 11, wAttrmap
lb bc, 2, 4
hlcoord 11, 10, wAttrmap
lb bc, 3, 3
ld a, $3 ; whitney
call FillBoxCGB
hlcoord 14, 11, wAttrmap
lb bc, 2, 4
hlcoord 15, 10, wAttrmap
lb bc, 3, 3
ld a, $4 ; morty
call FillBoxCGB
hlcoord 2, 14, wAttrmap
lb bc, 2, 4
hlcoord 3, 13, wAttrmap
lb bc, 3, 3
ld a, $5 ; chuck
call FillBoxCGB
hlcoord 6, 14, wAttrmap
lb bc, 2, 4
hlcoord 7, 13, wAttrmap
lb bc, 3, 3
ld a, $6 ; jasmine
call FillBoxCGB
hlcoord 10, 14, wAttrmap
lb bc, 2, 4
hlcoord 11, 13, wAttrmap
lb bc, 3, 3
ld a, $7 ; pryce
call FillBoxCGB
; clair uses kris's palette
@@ -702,8 +702,8 @@ _CGB_TrainerCard:
and a
push af
jr z, .got_gender3
hlcoord 14, 14, wAttrmap
lb bc, 2, 4
hlcoord 15, 13, wAttrmap
lb bc, 3, 3
ld a, $1
call FillBoxCGB
.got_gender3

Binary file not shown.

Before

Width:  |  Height:  |  Size: 923 B

After

Width:  |  Height:  |  Size: 2.0 KiB