From bc0b7963caf490d960587870073b14f783729d6f Mon Sep 17 00:00:00 2001 From: Llinos Evans <36418502+PlagueVonKarma@users.noreply.github.com> Date: Sat, 6 May 2023 09:16:09 +0100 Subject: [PATCH] also inconsequential --- README.md | 10 ++++++---- text/SilphCo11F.asm | 27 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c9ca3965..446dfc48 100644 --- a/README.md +++ b/README.md @@ -68,17 +68,19 @@ New areas Improved areas ==== -- Some barriers to travel across the region have been removed (for example, Pewter City can be left without defeating Brock) allowing for more open world gameplay. +- Some barriers to travel across the region have been removed (for example, Pewter City can be left without defeating Brock) allowing for more open world gameplay. Not all, though! - To encourage this, Gym Leaders now have level scaling, giving more consistent challenge across the game. - Cinnabar Lab's Trade Room now features the Trader, who will evolve trade-evolving Pokemon for you! +- Giovanni now uses his unused theme song from Yellow, and has his LGPE monologue in the Rocket Hideout. +- Jessie and James have been backported from Yellow, appearing in Mt. Moon, Rocket Hideout, Pokemon Tower, and Silph Co. Additionally, they have a post-game fight. - Rock Tunnel has a more workable map, now being easier to go through and having new areas to explore. Includes a way to get renewable fossils, items, and other interesting bits and pieces. Overall, it makes Flash much more rewarding to bring, showing you where the items and content are instead of being an inconvenience. -- Diglett's Cave has a more detailed map with Onix, Wiglett, and Wugtrio also appearing! +- Diglett's Cave has a more detailed map with Onix, Wiglett, and Wugtrio also appearing! It also has its beta music! - Route 25 has been given a facelift, adding Bill's Lighthouse in place of the Sea Cottage. - Cinnabar Island is a lot bigger, with the volcano being added to it. The mansion seems different too... - Pokemon Tower was shortened, being less intensive and adding room for more maps. - Silph Co's pathing was completely overhauled to make navigating it less tedious. -- Viridian Gym now has a new area once you make Giovanni leave. -- The S.S. Anne now returns after getting the Marsh Badge! +- Viridian Gym now has a minor new area once you make Giovanni leave. +- The S.S. Anne now returns after getting the Marsh Badge and features trades for Galarian forms and Paldean Tauros. - After entering the Hall of Fame, try visiting Route 1! QoL Enhancements diff --git a/text/SilphCo11F.asm b/text/SilphCo11F.asm index fd607f45..660c9d62 100644 --- a/text/SilphCo11F.asm +++ b/text/SilphCo11F.asm @@ -140,3 +140,30 @@ _OmegaBattleText:: para "Bzzt! Clank!" prompt + +; Fun fact: For some reason, this text is stored in 10F. Seems to be a beta element - they ARE encountered in 11F. +_SilphCoJessieJamesText1:: + text "Hold it right" + line "there, brat!@" + text_end + +_SilphCoJessieJamesText2:: + text "Our BOSS is in a" + line "meeting!" + + para "You better not" + line "disturb him!" + done + +_SilphCoJessieJamesText3:: + text "Like" + line "always..." + prompt + +_SilphCoJessieJamesText4:: + text "TEAM ROCKET, blast" + line "off at the speed" + cont "of light!" + + para "Again...@" + text_end