mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Added fishing animation tiles to gfx
This commit is contained in:
parent
093b04db7a
commit
95f895c23c
BIN
gfx/red_fishing.2bpp
Executable file
BIN
gfx/red_fishing.2bpp
Executable file
Binary file not shown.
8
main.asm
8
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
|
||||
|
|
Loading…
Reference in a new issue