From 6e64b53e74f077631e0c85c1a26dfdbfa461606d Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Tue, 20 Aug 2013 02:55:47 -0400 Subject: Added Town Map cursor to gfx --- gfx/town_map_cursor.1bpp | Bin 0 -> 32 bytes main.asm | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100755 gfx/town_map_cursor.1bpp diff --git a/gfx/town_map_cursor.1bpp b/gfx/town_map_cursor.1bpp new file mode 100755 index 00000000..46328979 Binary files /dev/null and b/gfx/town_map_cursor.1bpp differ diff --git a/main.asm b/main.asm index 675c86ad..c2ea1c18 100644 --- a/main.asm +++ b/main.asm @@ -100138,8 +100138,8 @@ Func_70e3e: ; 70e3e (1c:4e3e) ld bc, $10 call CopyData ld hl, $8040 - ld de, Unknown_70f40 ; $4f40 - ld bc, (BANK(Unknown_70f40) << 8) + $04 + ld de, TownMapCursor ; $4f40 + ld bc, (BANK(TownMapCursor) << 8) + $04 call CopyVideoDataDouble xor a ld [W_WHICHTRADE], a ; $cd3d @@ -100227,8 +100227,8 @@ asm_70e92: ; 70e92 (1c:4e92) Unknown_70f11: ; 70f11 (1c:4f11) INCBIN "baserom.gbc",$70f11,$70f40 - $70f11 -Unknown_70f40: ; 70f40 (1c:4f40) -INCBIN "baserom.gbc",$70f40,$70f60 - $70f40 +TownMapCursor: ; 70f40 (1c:4f40) +INCBIN "gfx/town_map_cursor.1bpp" ; known jump sources: 4010a (10:410a) Func_70f60: ; 70f60 (1c:4f60) -- cgit v1.2.3