diff --git a/Items/fishing_rod.asm b/Items/fishing_rod.asm index 6ac6b87..8371c9f 100644 --- a/Items/fishing_rod.asm +++ b/Items/fishing_rod.asm @@ -16,6 +16,7 @@ ; ================= USED FOR THE FLOATER ================== +; TODO: Fix sprite override of RunningBoy or pick new sprite org $06C058 ; JSL Sprite_74_RunningBoy { JSL FloaterBoySpriteCheck @@ -25,7 +26,7 @@ org $06C058 ; JSL Sprite_74_RunningBoy org $07AF3E ; Cane of Byrna - End: $07AFB4 LinkItem_CaneOfByrna: { - JSL FishingRod + JSL LinkItem_FishingRod RTS }