From 201faa3f40751fbb561bf0d316c069d1a837d99f Mon Sep 17 00:00:00 2001 From: Martha Schilling Date: Sat, 15 Jul 2023 23:07:26 +0100 Subject: [PATCH] Yay! Sapphic love! Added dialogue for the two lover NPCs on Brunswick Trail. Yes, they're both very gay. Sue me. Lover2's dialogue was written by my amazing girlfriend, so all credit to her on that one :3 --- data/maps/objects/BrunswickTrail.asm | 2 +- text/BrunswickTrail.asm | 28 ++++++++++++++++++++++++---- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/data/maps/objects/BrunswickTrail.asm b/data/maps/objects/BrunswickTrail.asm index 6f608cec..ea374d72 100644 --- a/data/maps/objects/BrunswickTrail.asm +++ b/data/maps/objects/BrunswickTrail.asm @@ -14,7 +14,7 @@ BrunswickTrail_Object: object_event 25, 21, SPRITE_FISHER, STAY, DOWN, 4, OPP_FISHER, 13 ; person object_event 10, 10, SPRITE_HIKER, STAY, RIGHT, 5 ; person, Cave guy object_event 54, 9, SPRITE_BIRD, STAY, UP, 6 ; person, GZap - object_event 6, 16, SPRITE_BRUNETTE_GIRL, STAY, LEFT, 7 ; person, Lover1 + object_event 6, 16, SPRITE_COOLTRAINER_F, STAY, LEFT, 7 ; person, Lover1 object_event 6, 15, SPRITE_BRUNETTE_GIRL, STAY, LEFT, 8 ; person, Lover2 def_warps_to BRUNSWICK_TRAIL diff --git a/text/BrunswickTrail.asm b/text/BrunswickTrail.asm index d599ff8d..3ed6d82e 100644 --- a/text/BrunswickTrail.asm +++ b/text/BrunswickTrail.asm @@ -10,13 +10,33 @@ _CaveGuy:: ; Used to describe GZap, but the beauty seemed funnier. Needed some l done _Lover1:: - text "Comment to be" - line "written." + text "ALICE: This spot" + line "is where she" + cont "confessed to me." + + para "Now it's by far" + line "my favorite place" + cont "in all of KANTO!" + + para "Though, any place" + line "seems perfect as" + cont "long as she's by" + cont "my side..." done _Lover2:: - text "Comment to be" - line "written." + text "CHELSIE: I adore" + line "visiting this" + cont "TRAIL with my" + cont "girlfriend!" + + para "Watching the sun" + line "set as the waves" + cont "gently roll by..." + + para "It's a beautiful" + line "sight, but not as" + cont "beautiful as her!" done _BrunswickBattleText1::