summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorlibjet <libj3t@gmail.com>2020-05-21 15:24:43 +0100
committerlibjet <libj3t@gmail.com>2020-05-21 15:24:43 +0100
commit878867473621c53c6bd54ee19462d4e493b96ffb (patch)
treebceddb1af30a8d6e79f0dfee727cf5dc6160c3c5 /engine
parent5352a66c1124ae69430590f1b7b1abf022f3436e (diff)
Add engine/events/fishing_gfx.asm
Diffstat (limited to 'engine')
-rwxr-xr-xengine/events/fishing_gfx.asm24
1 files changed, 24 insertions, 0 deletions
diff --git a/engine/events/fishing_gfx.asm b/engine/events/fishing_gfx.asm
new file mode 100755
index 00000000..c4a0b9fa
--- /dev/null
+++ b/engine/events/fishing_gfx.asm
@@ -0,0 +1,24 @@
+LoadFishingGFX:
+ ld de, FishingGFX
+ ld hl, vTiles0 tile $02
+ lb bc, BANK(FishingGFX), 2
+ call Get2bpp
+
+ ld de, FishingGFX tile $02
+ ld hl, vTiles0 tile $06
+ lb bc, BANK(FishingGFX), 2
+ call Get2bpp
+
+ ld de, FishingGFX tile $04
+ ld hl, vTiles0 tile $0a
+ lb bc, BANK(FishingGFX), 2
+ call Get2bpp
+
+ ld de, FishingGFX tile $06
+ ld hl, vTiles0 tile $fc
+ lb bc, BANK(FishingGFX), 2
+ call Get2bpp
+ ret
+
+FishingGFX:
+INCBIN "gfx/overworld/chris_fish.2bpp"