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:
Llinos Evans 2024-07-13 11:11:19 +01:00
parent dadb188393
commit 21ca035aa1
6 changed files with 20 additions and 25 deletions

View file

@ -55,6 +55,8 @@ In general, there have been many wild encounter tweaks. View this document for d
- The Kanto Safari Zone map from the prototype has been restored. - The Kanto Safari Zone map from the prototype has been restored.
- The prototype Lake of Rage village has been restored, complete with an Evolution Stone shop and Trader NPC! In general, it's themed around Pokemon evolution. - The prototype Lake of Rage village has been restored, complete with an Evolution Stone shop and Trader NPC! In general, it's themed around Pokemon evolution.
- The Pokemon Communications Centre from JP GSC has been added and tweaked into a Regional Variant Trade hub, increasing with badge count. - The Pokemon Communications Centre from JP GSC has been added and tweaked into a Regional Variant Trade hub, increasing with badge count.
- The GS Ball event has been restored, now being obtainable after beating the Elite Four and trying to exit the building.
- The Egg Ticket and Eon Mail events have been restored, now being associated with Buena's Password.
- Additionally, old lore relating to the area has now been restored. - Additionally, old lore relating to the area has now been restored.
- Breakable rocks now give useful items... - Breakable rocks now give useful items...
- 1% MAX_REVIVE - 1% MAX_REVIVE

View file

@ -1,7 +1,7 @@
BuenaPrizeItems: BuenaPrizeItems:
table_width 2, BuenaPrizeItems table_width 2, BuenaPrizeItems
db ULTRA_BALL, 2 db EGG_TICKET, 2
db FULL_RESTORE, 2 db EON_MAIL, 2
db NUGGET, 3 db NUGGET, 3
db RARE_CANDY, 3 db RARE_CANDY, 3
db PROTEIN, 5 db PROTEIN, 5

View file

@ -158,7 +158,10 @@ CeladonCityTeacher2Text:
line "a sales clerk." line "a sales clerk."
done done
CeladonCityLassText_Mobile: ; unreferenced CeladonCityLassText_MobileScript:
jumptextfaceplayer CeladonCityLassText_Mobile
CeladonCityLassText_Mobile: ; Now existing
text "I love being" text "I love being"
line "surrounded by tall" line "surrounded by tall"
cont "buildings!" 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 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 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 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

View file

@ -385,7 +385,7 @@ TrainerYoungsterSamuel:
.Script: .Script:
endifjustbattled endifjustbattled
opentext opentext
writetext YoungsterSamuelAfterText writetext YoungsterSamuelMobileText
waitbutton waitbutton
closetext closetext
end end
@ -515,7 +515,7 @@ YoungsterSamuelBeatenText:
line "passing stranger!" line "passing stranger!"
done done
YoungsterSamuelMobileText: ; unreferenced YoungsterSamuelMobileText:
text "Have you been to" text "Have you been to"
line "GOLDENROD CITY?" line "GOLDENROD CITY?"
@ -526,15 +526,6 @@ YoungsterSamuelMobileText: ; unreferenced
line "#MON CENTER?" line "#MON CENTER?"
done 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: YoungsterIanSeenText:
text "I'm the best in my" text "I'm the best in my"
line "class at #MON." line "class at #MON."

View file

@ -526,8 +526,11 @@ Route36LassText:
line "blocking the way" line "blocking the way"
cont "to GOLDENROD CITY." cont "to GOLDENROD CITY."
para "It's preventing" para "I wanted to go"
line "me from shopping." line "shopping and see"
cont "the huge #MON"
cont "CENTER they just"
cont "opened…"
para "Something should" para "Something should"
line "be done about it." line "be done about it."

View file

@ -497,7 +497,7 @@ CooltrainerfKellyAfterBattleText:
cont "to harm #MON." cont "to harm #MON."
done done
Route45DummyText: CamperQuentinSeenText:
text "I'm really, really" text "I'm really, really"
line "tough!" line "tough!"
@ -506,11 +506,6 @@ Route45DummyText:
cont "tough I really am?" cont "tough I really am?"
done done
CamperQuentinSeenText:
text "I'm really, really"
line "tough!"
done
CamperQuentinBeatenText: CamperQuentinBeatenText:
text "I was tough at the" text "I was tough at the"
line "BATTLE TOWER…" line "BATTLE TOWER…"