summaryrefslogtreecommitdiff
path: root/engine/events/fishing_gfx.asm
blob: c4a0b9faccdc6bb9a1dcdd32daab4f8af515061b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"