mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Restore some lore and make Eon Mail and Egg Tickets obtainable
The Egg Ticket still needs its function to be usable, but is now at least obtainable in some way. This makes Buena's Password much, much more interesting.
This commit is contained in:
parent
dadb188393
commit
21ca035aa1
6 changed files with 20 additions and 25 deletions
|
|
@ -158,7 +158,10 @@ CeladonCityTeacher2Text:
|
|||
line "a sales clerk."
|
||||
done
|
||||
|
||||
CeladonCityLassText_Mobile: ; unreferenced
|
||||
CeladonCityLassText_MobileScript:
|
||||
jumptextfaceplayer CeladonCityLassText_Mobile
|
||||
|
||||
CeladonCityLassText_Mobile: ; Now existing
|
||||
text "I love being"
|
||||
line "surrounded by tall"
|
||||
cont "buildings!"
|
||||
|
|
@ -267,3 +270,4 @@ CeladonCity_MapEvents:
|
|||
object_event 24, 33, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, CeladonCityYoungster2Script, -1
|
||||
object_event 6, 14, SPRITE_TEACHER, SPRITEMOVEDATA_WANDER, 2, 2, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, CeladonCityTeacher2Script, -1
|
||||
object_event 7, 22, SPRITE_LASS, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 2, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, CeladonCityLassScript, -1
|
||||
object_event 10, 11, SPRITE_LASS, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 2, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, CeladonCityLassText_MobileScript, -1
|
||||
|
|
|
|||
|
|
@ -385,7 +385,7 @@ TrainerYoungsterSamuel:
|
|||
.Script:
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext YoungsterSamuelAfterText
|
||||
writetext YoungsterSamuelMobileText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
|
@ -515,7 +515,7 @@ YoungsterSamuelBeatenText:
|
|||
line "passing stranger!"
|
||||
done
|
||||
|
||||
YoungsterSamuelMobileText: ; unreferenced
|
||||
YoungsterSamuelMobileText:
|
||||
text "Have you been to"
|
||||
line "GOLDENROD CITY?"
|
||||
|
||||
|
|
@ -526,15 +526,6 @@ YoungsterSamuelMobileText: ; unreferenced
|
|||
line "#MON CENTER?"
|
||||
done
|
||||
|
||||
YoungsterSamuelAfterText:
|
||||
text "I'm going to train"
|
||||
line "even harder."
|
||||
|
||||
para "After all, I'm"
|
||||
line "trying to become"
|
||||
cont "a GYM LEADER."
|
||||
done
|
||||
|
||||
YoungsterIanSeenText:
|
||||
text "I'm the best in my"
|
||||
line "class at #MON."
|
||||
|
|
|
|||
|
|
@ -526,8 +526,11 @@ Route36LassText:
|
|||
line "blocking the way"
|
||||
cont "to GOLDENROD CITY."
|
||||
|
||||
para "It's preventing"
|
||||
line "me from shopping."
|
||||
para "I wanted to go"
|
||||
line "shopping and see"
|
||||
cont "the huge #MON"
|
||||
cont "CENTER they just"
|
||||
cont "opened…"
|
||||
|
||||
para "Something should"
|
||||
line "be done about it."
|
||||
|
|
|
|||
|
|
@ -497,18 +497,13 @@ CooltrainerfKellyAfterBattleText:
|
|||
cont "to harm #MON."
|
||||
done
|
||||
|
||||
Route45DummyText:
|
||||
text "I'm really, really"
|
||||
line "tough!"
|
||||
|
||||
para "Is there anywhere"
|
||||
line "I can prove how"
|
||||
cont "tough I really am?"
|
||||
done
|
||||
|
||||
CamperQuentinSeenText:
|
||||
text "I'm really, really"
|
||||
line "tough!"
|
||||
|
||||
para "Is there anywhere"
|
||||
line "I can prove how"
|
||||
cont "tough I really am?"
|
||||
done
|
||||
|
||||
CamperQuentinBeatenText:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue