shithub: pokered

Download patch

ref: c9dc151d196def131d4c4fc894fb7e7f8befc09e
parent: 962d9fc39970afac29395125132f94c8ada4284d
author: Marcus Huderle <huderlem@gmail.com>
date: Tue Dec 24 06:34:21 EST 2013

Red fishing tiles and ss anne smoke puff gfx INCBIN.

binary files a/gfx/red_fishing.2bpp /dev/null differ
--- /dev/null
+++ b/gfx/red_fishing_tile_back.2bpp
@@ -1,0 +1,1 @@
+?3,?+?��4����x8����
\ No newline at end of file
--- /dev/null
+++ b/gfx/red_fishing_tile_front.2bpp
@@ -1,0 +1,1 @@
+?2/?'?�L����������
\ No newline at end of file
--- /dev/null
+++ b/gfx/red_fishing_tile_side.2bpp
@@ -1,0 +1,1 @@
+����??<'?'��`0�p���p� ��
\ No newline at end of file
binary files /dev/null b/gfx/red_fishingrod_tiles.2bpp differ
binary files /dev/null b/gfx/ss_anne_smoke_puff.2bpp differ
--- a/main.asm
+++ b/main.asm
@@ -103574,7 +103574,7 @@
 	ld bc, (BANK(RedSprite) << 8) + $0c
 	call CopyVideoData
 	ld a, $4
-	ld hl, Unknown_70866 ; $4866
+	ld hl, RedFishingTiles ; $4866
 	call Func_71771
 	ld a, [$c102]
 	ld c, a
@@ -103657,9 +103657,23 @@
 	db $50, $40, $FE, $00 ; player facing left
 	db $50, $58, $FE, $20 ; player facing right ($20 means "horizontally flip the tile")
 
-Unknown_70866: ; 70866 (1c:4866)
-INCBIN "baserom.gbc",$70866,$7087e - $70866
+RedFishingTiles: ; 70866 (1c:4866)
+	dw RedFishingTilesFront
+	db $02, $1E
+	dw $8020
 
+	dw RedFishingTilesBack
+	db $02, $1E
+	dw $8060
+
+	dw RedFishingTilesSide
+	db $02, $1E
+	dw $80A0
+
+	dw RedFishingRodTiles
+	db $03, $1E
+	dw $8FD0
+
 _HandleMidJump: ; 7087e (1c:487e)
 	ld a, [$d714]
 	ld c, a
@@ -115994,12 +116008,24 @@
 	ret
 
 Func_79fd4: ; 79fd4 (1e:5fd4)
-	ld de, RedFishingTiles ; $5fdd
-	ld bc, (BANK(RedFishingTiles) << 8) + $01
+	ld de, SSAnneSmokePuffTile ; $5fdd
+	ld bc, (BANK(SSAnneSmokePuffTile) << 8) + $01
 	jp CopyVideoData
 
-RedFishingTiles: ; 79fdd (1e:5fdd)
-	INCBIN "gfx/red_fishing.2bpp"
+SSAnneSmokePuffTile: ; 79fdd (1e:5fdd)
+	INCBIN "gfx/ss_anne_smoke_puff.2bpp"
+
+RedFishingTilesFront: ; 79fed (1e:5fed)
+	INCBIN "gfx/red_fishing_tile_front.2bpp"
+
+RedFishingTilesBack: ; 7a00d (1e:600d)
+	INCBIN "gfx/red_fishing_tile_back.2bpp"
+
+RedFishingTilesSide: ; 7a02d (1e:602d)
+	INCBIN "gfx/red_fishing_tile_side.2bpp"
+
+RedFishingRodTiles: ; 7a04d (1e:604d)
+	INCBIN "gfx/red_fishingrod_tiles.2bpp"
 
 AttackAnimationPointers: ; 7a07d (1e:607d)
 	dw PoundAnim