summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-20 02:46:00 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-20 02:46:00 -0400
commit95f895c23cf2091855728b55582235cb0b787e80 (patch)
treeb11e0835aa657fd71d883a50a264be37664ac81a
parent093b04db7aa6e746e570314e46344efff9c78676 (diff)
Added fishing animation tiles to gfx
-rwxr-xr-xgfx/red_fishing.2bppbin0 -> 160 bytes
-rw-r--r--main.asm8
2 files changed, 4 insertions, 4 deletions
diff --git a/gfx/red_fishing.2bpp b/gfx/red_fishing.2bpp
new file mode 100755
index 00000000..11da1073
--- /dev/null
+++ b/gfx/red_fishing.2bpp
Binary files differ
diff --git a/main.asm b/main.asm
index 84cc12d2..675c86ad 100644
--- a/main.asm
+++ b/main.asm
@@ -110800,12 +110800,12 @@ Func_79fc0: ; 79fc0 (1e:5fc0)
; known jump sources: 79fc7 (1e:5fc7)
Func_79fd4: ; 79fd4 (1e:5fd4)
- ld de, Unknown_79fdd ; $5fdd
- ld bc, (BANK(Unknown_79fdd) << 8) + $01
+ ld de, RedFishingTiles ; $5fdd
+ ld bc, (BANK(RedFishingTiles) << 8) + $01
jp CopyVideoData
-Unknown_79fdd: ; 79fdd (1e:5fdd)
-INCBIN "baserom.gbc",$79fdd,$7a07d - $79fdd
+RedFishingTiles: ; 79fdd (1e:5fdd)
+INCBIN "gfx/red_fishing.2bpp"
Unknown_7a07d: ; 7a07d (1e:607d)
INCBIN "baserom.gbc",$7a07d,$7a76d - $7a07d