shithub: pokecrystal

Download patch

ref: 43c10efb293c44cbc9cb2f1a487c388ed04e2529
parent: 11f8168995f8cb6c60c999ead92a9776493344fa
author: yenatch <[email protected]>
date: Sat Feb 22 01:25:19 EST 2014

footprints

how did we forget that?

--- /dev/null
+++ b/gfx/misc/footprints.1bpp
@@ -1,0 +1,1 @@
+������������/�����������w'����������7'�����������o/����������7'���������7'�������������_�����������o/��������?������������?��������������������?����������?����������?���������?������������?�����������?'#��������������?���������������������������??��������������?�����������������������������?�����������������������??���������?������������������������������??�����������?������������������������������??�������������??�������������������������w7##���������������?�����������o'�������������������������ogGG����������������������������������������???���������???���������?��������������?������������??����������??�����������������������������������������������_�����������?������������������������������������������?������������oO�������������������������?��������?������������?����������?�����������?����������?�������������������������������??��������������oG�������������������??����������χ��������������O�����������O����������?��������?�����������������������������?���������������?�������������?������������ϟ?�����������???����������???����������������������������??��������������??������������?���������?�����������������������������???����������?������������������������?�������������?��������������??�������������???�����������?����������������������������??�������������������������������������������������������������_��������'����������7'�ތ�������ccC�����������Ç��������������������������������������������������������??��??���������????����������?�����������?����������?��������������������������/���������'��������������������������������������������������?���������ߟ����������????���������?������������?�����������������������?�������������?����������?������������?�������������LJ������������?�����������/�������������������������o����������������������������������������������������������?���������?�����������??����������??�����������������������������������������������������������������������������������������������������������OG������������������������?���������?������������??�����������ߏ����������������������������������������?����������?���������������������������������?�������������������������������������������?��������������sC�������������ϟ�����������?=q������������������������������������������������������������������������?������������?���������?�����������?�������������������������������������������������������������������������������������������������������������������������������������������������_O��������������������������������������������������������������������������������������������������������������������?�������������������������������������OG��������������?������������������������������������������������������������������������������������??��������?���������g������������������������������������������������������������������������������?���������?����������������?�����������oO����������?����������?�������������������������������������������ߏ���������ߏ���������?��������������ߟ��������???������������Ϗ���������������������������������������������������������������?�������������������??������������������������������������������������������������������������������?��������???�����������?�����������?��������������������������������������������������������������������������?��������������������?����������??���������;37��������������������������???���������ߟ�����������������������������?���������?��������������???����������������������������������???������������?������������???�������������
\ No newline at end of file
--- a/main.asm
+++ b/main.asm
@@ -41080,31 +41080,37 @@
 	srl a
 	srl a
 	srl a
-	ld e, $0
+	ld e, 0
 	ld d, a
 	ld a, [$d265]
 	dec a
-	and $7
-	swap a
+	and 7
+	swap a ; * $10
 	ld l, a
-	ld h, $0
+	ld h, 0
 	add hl, de
-	ld de, $5434
+	ld de, Footprints
 	add hl, de
+
 	push hl
 	ld e, l
 	ld d, h
 	ld hl, $9620
-	ld bc, $3e02
+	lb bc, BANK(Footprints), 2
 	call Request1bpp
 	pop hl
-	ld de, $0080
+
+	; Whoever was editing footprints forgot to fix their
+	; tile editor. Now each bottom half is 8 tiles off.
+	ld de, $80
 	add hl, de
+
 	ld e, l
 	ld d, h
 	ld hl, $9640
-	ld bc, $3e02
+	lb bc, BANK(Footprints), 2
 	call Request1bpp
+
 	ret
 ; 414b7
 
@@ -81077,8 +81083,12 @@
 INCBIN "gfx/misc/town_map.lz"
 ; f8ea3
 
-INCBIN "baserom.gbc", $f8ea3, $fb449 - $f8ea3
+INCBIN "baserom.gbc", $f8ea3, $f9434 - $f8ea3
 
+Footprints:
+INCBIN "gfx/misc/footprints.1bpp"
+
+INCBIN "baserom.gbc", $fb434, $fb449 - $fb434
 
 Functionfb449:: ; fb449
 	ld de, $4200