shithub: pokered

Download patch

ref: c29ed3b405d41e38f96b268b2e8ffba870f5e5aa
parent: 7134eec5cb5cb08c9bc7a48d6a2e9b6ce3e6dd2f
author: U-Fish-PC\Daniel <corrnondacqb@yahoo.com>
date: Sun Sep 8 06:18:05 EDT 2013

Split blank_leader_names and circle_tile

binary files a/gfx/blank_leader_names.2bpp b/gfx/blank_leader_names.2bpp differ
binary files /dev/null b/gfx/circle_tile.2bpp differ
--- a/main.asm
+++ b/main.asm
@@ -44741,10 +44741,12 @@
 TrainerInfoTextBoxTileGraphics: ; 2fb98 (b:7b98)
 INCBIN "gfx/trainer_info.2bpp"
 
-; mostly empty, last tile contains circle
 BlankLeaderNames: ; 2fc28 (b:7c28)
 INCBIN "gfx/blank_leader_names.2bpp"
 
+CircleTile: ; 2fd88 (b:7d88)
+INCBIN "gfx/circle_tile.2bpp"
+
 BadgeNumbersTileGraphics: ; 2fd98 (b:7d98)
 INCBIN "gfx/badge_numbers.2bpp"
 
@@ -85899,10 +85901,10 @@
 	ld hl, $d730
 	set 6, [hl]
 	call DisableLCD
-	ld hl, BlankLeaderNames + $160 ; $7d88 ; circle tile
+	ld hl, CircleTile ; $7d88
 	ld de, $9700
 	ld bc, $0010
-	ld a, BANK(BlankLeaderNames)
+	ld a, BANK(CircleTile)
 	call FarCopyData2
 	ld hl, W_SCREENTILESBUFFER
 	ld bc, $1012