mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00

internally kind of sloppy, filenames refer to Pink as a few different things and none of them are by their final name lol Haven't managed to get this to build the debug rom? Probably not a big deal, though you have to specifically run "make kep" instead of just "make"
11 lines
659 B
NASM
11 lines
659 B
NASM
RedFishingTilesFront: INCBIN "gfx/overworld/red_fish_front.2bpp"
|
|
RedFishingTilesBack: INCBIN "gfx/overworld/red_fish_back.2bpp"
|
|
RedFishingTilesSide: INCBIN "gfx/overworld/red_fish_side.2bpp"
|
|
RedFishingRodTiles: INCBIN "gfx/overworld/fishing_rod.2bpp"
|
|
GreenFishingTilesFront: INCBIN "gfx/overworld/green_fish_front.2bpp"
|
|
GreenFishingTilesBack: INCBIN "gfx/overworld/green_fish_back.2bpp"
|
|
GreenFishingTilesSide: INCBIN "gfx/overworld/green_fish_side.2bpp"
|
|
TealFishingTilesFront: INCBIN "gfx/overworld/teal_fish_front.2bpp"
|
|
TealFishingTilesBack: INCBIN "gfx/overworld/teal_fish_back.2bpp"
|
|
TealFishingTilesSide: INCBIN "gfx/overworld/teal_fish_side.2bpp"
|