Skip to content

Remove Unused Tile in gfx overworld fishing_rod.png

YakiNeen edited this page Apr 14, 2023 · 1 revision

engine\overworld\player_animations.asm:

...
	fishing_gfx RedFishingTilesFront, 2, $02
	fishing_gfx RedFishingTilesBack,  2, $06
	fishing_gfx RedFishingTilesSide,  2, $0a
-	fishing_gfx RedFishingRodTiles,   3, $fd
+	fishing_gfx RedFishingRodTiles,   2, $fd

_HandleMidJump::
	ld a, [wPlayerJumpingYScreenCoordsIndex]
...

image

To This:

image

Clone this wiki locally