add old rod reference

seemed funny in my head, also indirectly references magikarp jump if you look REEEEEEALLY into it
This commit is contained in:
May Evans 2022-12-24 23:14:45 +00:00
parent b903979237
commit cef7b12780
3 changed files with 13 additions and 0 deletions

View file

@ -9,5 +9,6 @@ Route12SuperRodHouse_Object:
def_object_events
object_event 2, 4, SPRITE_FISHING_GURU, STAY, RIGHT, 1 ; person
object_event 5, 6, SPRITE_YOUNGSTER, WALK, LEFT, 2 ; person
def_warps_to ROUTE_12_SUPER_ROD_HOUSE

View file

@ -3,6 +3,7 @@ Route12SuperRodHouse_Script:
Route12SuperRodHouse_TextPointers:
dw Route12HouseText1
dw JumpText
Route12HouseText1:
text_asm
@ -55,3 +56,7 @@ Route12HouseText_564d4:
Route12HouseText_564d9:
text_far _Route12HouseText_564d9
text_end
JumpText:
text_far _JumpText
text_end

View file

@ -60,3 +60,10 @@ _Route12HouseText_564d9::
line "you, but you have"
cont "no room for it!"
done
_JumpText::
text "I wish there was"
line "a ROD that could"
cont "only catch me"
cont "MAGIKARP..."
done