mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Split blank_leader_names and circle_tile
This commit is contained in:
parent
7134eec5cb
commit
c29ed3b405
Binary file not shown.
BIN
gfx/circle_tile.2bpp
Executable file
BIN
gfx/circle_tile.2bpp
Executable file
Binary file not shown.
8
main.asm
8
main.asm
|
@ -44741,10 +44741,12 @@ UnnamedText_2fb93: ; 2fb93 (b:7b93)
|
||||||
TrainerInfoTextBoxTileGraphics: ; 2fb98 (b:7b98)
|
TrainerInfoTextBoxTileGraphics: ; 2fb98 (b:7b98)
|
||||||
INCBIN "gfx/trainer_info.2bpp"
|
INCBIN "gfx/trainer_info.2bpp"
|
||||||
|
|
||||||
; mostly empty, last tile contains circle
|
|
||||||
BlankLeaderNames: ; 2fc28 (b:7c28)
|
BlankLeaderNames: ; 2fc28 (b:7c28)
|
||||||
INCBIN "gfx/blank_leader_names.2bpp"
|
INCBIN "gfx/blank_leader_names.2bpp"
|
||||||
|
|
||||||
|
CircleTile: ; 2fd88 (b:7d88)
|
||||||
|
INCBIN "gfx/circle_tile.2bpp"
|
||||||
|
|
||||||
BadgeNumbersTileGraphics: ; 2fd98 (b:7d98)
|
BadgeNumbersTileGraphics: ; 2fd98 (b:7d98)
|
||||||
INCBIN "gfx/badge_numbers.2bpp"
|
INCBIN "gfx/badge_numbers.2bpp"
|
||||||
|
|
||||||
|
@ -85899,10 +85901,10 @@ DisplayDiploma: ; 566e2 (15:66e2)
|
||||||
ld hl, $d730
|
ld hl, $d730
|
||||||
set 6, [hl]
|
set 6, [hl]
|
||||||
call DisableLCD
|
call DisableLCD
|
||||||
ld hl, BlankLeaderNames + $160 ; $7d88 ; circle tile
|
ld hl, CircleTile ; $7d88
|
||||||
ld de, $9700
|
ld de, $9700
|
||||||
ld bc, $0010
|
ld bc, $0010
|
||||||
ld a, BANK(BlankLeaderNames)
|
ld a, BANK(CircleTile)
|
||||||
call FarCopyData2
|
call FarCopyData2
|
||||||
ld hl, W_SCREENTILESBUFFER
|
ld hl, W_SCREENTILESBUFFER
|
||||||
ld bc, $1012
|
ld bc, $1012
|
||||||
|
|
Loading…
Reference in a new issue