mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
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:
parent
b903979237
commit
cef7b12780
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue