﻿# NOTES:
# The # Symbol at the start of a line counts as a Comment. To include in dialog, use a \#
# The . Symbol will cause a pause unless escaped with \. (ex: Mr. Oshiro has a pause, Mr\. Oshiro does not)
# Newlines automatically create a Page Break, unless there is an {n} command on the previous line
# Commands: Anything inside of curly braces {...} is a command and should not be translated.

# Inline Text Commands:
# {~}wavy text{/~}
# {!}impact text{/!}
# {>> x}changes speed at which characters are displayed{>>}
# {# 000000}this text is black{#} (uses HEX color values)
# {+MENU_BEGIN} inserts the dialog from the MENU_BEGIN value (in English, "CLIMB")
# {n} creates a newline, without a page break
# {0.5} creates a 0.5 second pause
# {big}this text is large{/big}

# Gameplay Control Commands (should never change)
# {trigger x} this triggers an in-game event
# {anchor} controls the visual position of the textbox in-game

# Language (id,label)
	LANGUAGE=mint,Mint
	ICON=Icons/mint.png
	ORDER=0

# Font (Face, Base Size)
# Use BMFONT to generate the .fnt and image files
	FONT=Renogare,64

# Done loading Meta Data
	BEGIN=true

# Auto-Saving
	AUTOSAVING_TITLE_NS=
		This game features Auto Saving
	AUTOSAVING_DESC_NS=
		Do not turn off the console
		when this icon is displayed
	AUTOSAVING_TITLE_PS4=
		This game features Auto Saving
	AUTOSAVING_DESC_PS4=
		Do not turn off the console
		when this icon is displayed
	AUTOSAVING_TITLE_XB1=
		This game features Auto Saving
	AUTOSAVING_DESC_XB1=
		Do not turn off your console
		when this icon is displayed
	AUTOSAVING_TITLE_PC=
		This game features Auto Saving
	AUTOSAVING_DESC_PC=
		Do not turn off your computer
		when this icon is displayed

# Main Menu
	MENU_DEBUG=		DEBUG
	MENU_BEGIN=		CLIMB
	MENU_PICO8=		PICO-8
	MENU_OPTIONS=	Options
	MENU_CREDITS=	Credits
	MENU_EXIT=		Exit

# Options
	OPTIONS_TITLE=			OPTIONS
	OPTIONS_CONTROLS=		CONTROLS
	OPTIONS_RUMBLE_PC=		Rumble
	OPTIONS_RUMBLE_PS4=		Vibration
	OPTIONS_RUMBLE_XB1=		Vibration
	OPTIONS_RUMBLE_NS=		Rumble
	OPTIONS_RUMBLE_ON=		100%
	OPTIONS_RUMBLE_HALF=	50%
	OPTIONS_RUMBLE_OFF=		Off
	OPTIONS_GRAB_MODE=		Grab Mode
	OPTIONS_CROUCH_DASH_MODE=	Demo Mode
	OPTIONS_BUTTON_PRESS=	Press
	OPTIONS_BUTTON_HOLD=	Hold
	OPTIONS_BUTTON_INVERT=	Invert
	OPTIONS_BUTTON_TOGGLE=	Toggle
	OPTIONS_KEYCONFIG=		Keyboard Config
	OPTIONS_BTNCONFIG=		Controller Config

	OPTIONS_VIDEO=			VIDEO
	OPTIONS_FULLSCREEN=		Fullscreen
	OPTIONS_WINDOW=			Window Scale
	OPTIONS_VSYNC=			Vertical Sync
	OPTIONS_VIEWPORT_NS=	Adjust Screen Size
	OPTIONS_VIEWPORT_PS4=	Adjust Screen Size
	OPTIONS_VIEWPORT_XB1=	Adjust Screen Size
	OPTIONS_VIEWPORT_PC=	Adjust Screen Size
	OPTIONS_DISABLE_FLASH=	Too Flashy?
	OPTIONS_DISABLE_SHAKE=	Screen Shake?

	OPTIONS_AUDIO=			AUDIO
	OPTIONS_MUSIC=			Music
	OPTIONS_SOUNDS=			Sounds

	OPTIONS_GAMEPLAY=		GAMEPLAY
	OPTIONS_SPEEDRUN=		Speedrun Clock
	OPTIONS_SPEEDRUN_CHAPTER=Chapter
	OPTIONS_SPEEDRUN_FILE=	File
	OPTIONS_DASHES=			Dash Counter
	OPTIONS_LANGUAGE=		Language
	OPTIONS_ON=				YEP
	OPTIONS_OFF=			NOP

# KEYBOARD CONFIG
	KEY_CONFIG_TITLE=		Keyboard Config
	KEY_CONFIG_GAMEPLAY=	GAMEPLAY
	KEY_CONFIG_LEFT=		Left
	KEY_CONFIG_RIGHT=		Right
	KEY_CONFIG_UP=			Up
	KEY_CONFIG_DOWN=		Down
	KEY_CONFIG_JUMP=		Jump
	KEY_CONFIG_DASH=		Dash
	KEY_CONFIG_GRAB=		Grab
	KEY_CONFIG_TALK=		Talk
	KEY_CONFIG_MENUS=		MENU
	KEY_CONFIG_CONFIRM=		Confirm
	KEY_CONFIG_CANCEL=		Cancel
	KEY_CONFIG_PAUSE=		Pause
	KEY_CONFIG_JOURNAL=		Journal
	KEY_CONFIG_QUICKRESTART=Quick Restart
	KEY_CONFIG_RESET=		Reset All to Defaults
	KEY_CONFIG_CHANGING=	PRESS KEY FOR
	KEY_CONFIG_MOVE_ONLY=	FOR MOVEMENT ONLY
	KEY_CONFIG_DASH_ONLY=	FOR DASHING ONLY

# CONTROLLER CONFIG
	BTN_CONFIG_TITLE=		Controller Config
	BTN_CONFIG_INFO=		PRESS | TO ADD A BUTTON, | TO CLEAR BUTTONS
	BTN_CONFIG_CHANGING=	PRESS BUTTON TO ADD FOR
	BTN_CONFIG_NOCONTROLLER=Please Attach a Controller

# ADDITIONAL OPTIONS FOR V1.4.0.0
	KEY_CONFIG_DEMO=		Demodash
	KEY_CONFIG_ADVANCED=	ADVANCED
	KEY_CONFIG_MENU_NOTICE= EACH ACTION REQUIRES 1 UNIQUE BIND

# PICO-8
	PICO8_UNLOCKED=			Now playable from the Main Menu
	PICO8_PAUSE_TITLE=		PAUSED
	PICO8_PAUSE_CONTINUE=	Resume
	PICO8_PAUSE_RESTART=	Reset PICO-8
	PICO8_PAUSE_QUIT=		Exit PICO-8

# FILE MENU
	FILE_DEFAULT=		Mint
	FILE_CORRUPTED=		Corrupted :(
	FILE_FAILEDTOLOAD=	Failed to Load
	FILE_NEWGAME=		Start New Game!
	FILE_CONTINUE=		Continue
	FILE_DELETE=		Delete
	FILE_BEGIN=			Let's Go!
	FILE_ASSIST_OFF=	Too Hard? : NO
	FILE_ASSIST_ON=		Too Hard? : YES
	FILE_VARIANT_OFF=	Too Easy? : NO
	FILE_VARIANT_ON=	Too Easy? : YES
	FILE_RENAME=		Rename
	FILE_DELETE_REALLY=	Are you sure?
	FILE_DELETE_NO=		Cancel
	FILE_DELETE_YES=	Delete
	FILE_DELETE_FAILED=	Failed to Delete File!

# Assist Mode
	ASSIST_MODE_0=
		{# 44adf7}Assist Mode{#} allows you to modify{n}
		the game's rules to fit your specific needs.		
	ASSIST_MODE_1=
		This includes options such as slowing the game speed,{n}
		granting yourself invincibility or infinite stamina,{n}
		and skipping chapters entirely.
	ASSIST_MODE_2=
		Celeste is intended to be a challenging and rewarding experience.{n}
		If the default game proves inaccessible to you, we hope that{n} 
		you can still find that experience with {# 44adf7}Assist Mode{#}.
	ASSIST_ASK=		Would you like to play with {# 44adf7}Assist Mode{#}?
	ASSIST_YES=		Yes
	ASSIST_NO=		No
	ASSIST_SKIP=	Assist{n}Skip

# File Naming
	NAME_LETTERS=
		ABCDEFGHI abcdefghi
		JKLMNOPQR jklmnopqr
		STUVWXYZ  stuvwxyz
		1234567890+=:~!@$%
		^&*_-#"'()<>/\.,|`

	NAME_SPACE=			space
	NAME_BACKSPACE=		backspace
	NAME_ACCEPT=		ACCEPT
	NAME_BACK=			CANCEL

# Xbox One Stuff
	XB1_MENU_SWITCH_PROFILE=	Switch Profile
	XB1_SIGN_OUT_MESSAGE=		A sign-in change has occured. Please sign back in or exit to the title screen.
	XB1_SIGN_IN=				Sign-in
	XB1_RECONNECT_CONTROLLER=	Please reconnect your controller to continue.

# Intro Vignette
	INTRO_VIGNETTE_RESUME=	Alright.
	INTRO_VIGNETTE_SKIP=	Let's get this over with.
	INTRO_VIGNETTE_QUIT=	(or not...)

# Overworld
	OVERWORLD_START=			From The Top
	OVERWORLD_NORMAL=			CLIMB
	OVERWORLD_INTERLUDE=		BEGIN
	OVERWORLD_REMIX=			B-SIDE
	OVERWORLD_REMIX2=			C-SIDE
	OVERWORLD_REMIX_UNLOCKED=	B-Side Unlocked!
	OVERWORLD_REMIX_UNLOCKED2=	C-Side Unlocked!

# Chapter Titles
	AREA_CHAPTER=	Chapter {x}
	AREA_0=			Prologue
	AREA_1=			Forsaken City
	AREA_2=			Old Site
	AREA_3=			Celestial Resort
	AREA_4=			Golden Ridge
	AREA_5=			Mirror Temple
	AREA_6=			Reflection
	AREA_7=			The Summit
	AREA_8=			Epilogue
	AREA_9=			Core
	AREA_10=		Farewell

# Checkpoints
	CHECKPOINT_1_0=		Hey, A Refill!
	CHECKPOINT_1_1=		Bottomless Pit

	CHECKPOINT_2_0=		Who Are You?
	CHECKPOINT_2_1=		Just A Dream

	CHECKPOINT_3_0=		Not Your Mess
	CHECKPOINT_3_1=		24/7 Stupidity
	CHECKPOINT_3_2=		Super Ghostbusters

	CHECKPOINT_4_0=		At A Crossroads
	CHECKPOINT_4_1=		Frictionless-less
	CHECKPOINT_4_2=		Must Be The Wind

	CHECKPOINT_5_0=		In The Dark
	CHECKPOINT_5_1=		Where You Don't Belong
	CHECKPOINT_5_2=		At Another Crossroads
	CHECKPOINT_5_3=		Tag Team

	CHECKPOINT_6_0=		From The Top...?
	CHECKPOINT_6_1=		Starting Over
	CHECKPOINT_6_2=		Reflection
	CHECKPOINT_6_3=		Part of Her
	CHECKPOINT_6_4=		Part of You

	CHECKPOINT_7_0=		Where It Started
	CHECKPOINT_7_1=		Where She Intervened
	CHECKPOINT_7_2=		Where He Resides
	CHECKPOINT_7_3=		Where Wind Falls
	CHECKPOINT_7_4=		Where Magic Sifts
	CHECKPOINT_7_5=		Where We'll Finish

	CHECKPOINT_8_0=		Save Your Dash
	CHECKPOINT_8_1=		Thermostat Troubles
	CHECKPOINT_8_2=		Celeste's True Power

	CHECKPOINT_9_0=		Hey, Two Refills!
	CHECKPOINT_9_1=		Jelly Friend
	CHECKPOINT_9_2=		Aurora Borealis
	CHECKPOINT_9_3=		That Bird?!
	CHECKPOINT_9_4=		The Chase
	CHECKPOINT_9_5=		A Rhythm Rush
	CHECKPOINT_9_6=		Triple Tech
	CHECKPOINT_9_7=		Sayonara

# B-Side Checkpoints
	CHECKPOINT_1H_0=	Oh Great. It's Harder.
	CHECKPOINT_1H_1=	Momentum

	CHECKPOINT_2H_0=	Guess Who?
	CHECKPOINT_2H_1=	An Untrue Reality

	CHECKPOINT_3H_0=	Cycle Collapse
	CHECKPOINT_3H_1=	Timing
	CHECKPOINT_3H_2=	Rooftop Run

	CHECKPOINT_4H_0=	Two Tile Trouble
	CHECKPOINT_4H_1=	Trust Yourself
	CHECKPOINT_4H_2=	MUST BE THE WIND, RIGHT?

	CHECKPOINT_5H_0=	Yet Another Crossroads
	CHECKPOINT_5H_1=	Seeking Safety
	CHECKPOINT_5H_2=	Theo Type Beat

	CHECKPOINT_6H_0=	Crystal Clusters
	CHECKPOINT_6H_1=	Magnetization
	CHECKPOINT_6H_2=	Confronting Herself

	CHECKPOINT_7H_0=	Forgotten Constructs
	CHECKPOINT_7H_1=	Otherworldly Sights
	CHECKPOINT_7H_2=	Cyclical Ridiculousness
	CHECKPOINT_7H_3=	Giant's Rampage
	CHECKPOINT_7H_4=	Mystic Tides
	CHECKPOINT_7H_5=	True Symbolism

	CHECKPOINT_8H_0=	Into the Core
	CHECKPOINT_8H_1=	Frozen Flames
	CHECKPOINT_8H_2=	Centralification

# Postcards
	POSTCARD_AREA_1=
		Select {#2dd27b}Save and Quit{#} from the pause menu at any time to take a break. You'll resume from the same screen and you won't lose any progress!

	POSTCARD_AREA_2=
		{#ff1144}Strawberries{#} will impress your friends, but that's about it. Only collect them if you really want to!

	POSTCARD_AREA_3=
		Be proud of your {#2dd27b}Death Count{#}!{n}{n}It shows others how experienced you are. The higher it is, the more you're learning.{n}{n}Keep going!

	POSTCARD_AREA_4=
		{# F94A4A}Climbing Tip!{#}{n}Low on energy in a pinch?{n}{n}Jumping away from walls{n}doesn't consume stamina!

	POSTCARD_AREA_5=
		{# F94A4A}Did You Know?{#}{n}Most climbing mishaps{n}occur due to exhaustion.{n}{n}Remember to take regular breaks!

	POSTCARD_AREA_6=
		{# F94A4A}Did You Know?{#}{n}{n}No one knows where Aurora Borealis has been localized.{n}{n}Not yet.

	POSTCARD_CSIDES=
		It's finger-breaking time!{n}{n}{# F94A4A}C-Sides{#} have been unlocked, and{n}{# dbb63f}Golden Strawberries{#} have appeared{n}at the start of every chapter!{n}{n}Good luck, {+MADELINE}!

	POSTCARD_VARIANTS=
		Wow, you did it!{n}{n}{# 9B3FB5}Variants{#} are now accessible from the File Select Menu.{n}{n}Go nuts!

# Journal
	JOURNAL_OF=
	JOURNAL_PROGRESS=				PROGRESS
	JOURNAL_SPEEDRUNS=				RECORDS:{n}SPEEDRUNS
	JOURNAL_DASHES=					RECORDS:{n}FEWEST DASHES
	JOURNAL_DEATHS=					RECORDS:{n}FEWEST DEATHS
	JOURNAL_POEM=					CRYSTAL HEARTS
	JOURNAL_MODE_NORMAL=			CLEAR
	JOURNAL_MODE_NORMAL_FULLCLEAR=	FULL CLEAR
	JOURNAL_MODE_BSIDE=				B-SIDE
	JOURNAL_MODE_CSIDE=				C-SIDE
	JOURNAL_TOTALS=					TOTALS
	JOURNAL_GRANDTOTAL=				GRAND TOTAL

# Stats
	STATS_TITLE=			Global Steam Stats
	STAT_BERRIES=			Strawberries
	STAT_DEATHS=			Deaths
	STAT_DASHES=			Dashes
	STAT_GOLDBERRIES=		Golden Berries
	STAT_PICO_BERRIES=		PICO-8 Strawberries
	STAT_PICO_DEATHS=		PICO-8 Deaths
	STAT_PICO_COMPLETES=	PICO-8 Completes

# Saving / Loading Failed
	SAVEFAILED_TITLE=	UNABLE TO SAVE
	SAVEFAILED_RETRY=	Try Again
	SAVEFAILED_IGNORE=	Continue Without Saving
	LOADFAILED_TITLE=	UNABLE TO LOAD
	LOADFAILED_GOBACK=	Go Back
	LOADFAILED_IGNORE=	Continue Without Saving

# Tutorial
	TUTORIAL_CLIMB=		THINK
	TUTORIAL_HOLD=		HOLD
	TUTORIAL_DASH=		FIX YOUR MISTAKE
	TUTORIAL_DREAMJUMP=	PERFORM BASIC MOVEMENT
	TUTORIAL_CARRY=		GRAB THE THINGY

# Area Complete
	AREACOMPLETE_NORMAL=				Chapter Complete
	AREACOMPLETE_NORMAL_FULLCLEAR=		Chapter Clear
	AREACOMPLETE_BSIDE=					B-Side Complete
	AREACOMPLETE_CSIDE=					C-Side Complete
	MOUNTAIN_COMPLETE_NORMAL=			Complete
	MOUNTAIN_COMPLETE_NORMAL_FULLCLEAR=	Clear
	MOUNTAIN_COMPLETE_BSIDE=			B-Side Complete
	MOUNTAIN_COMPLETE_CSIDE=			C-Side Complete

# Game Paused
	MENU_PAUSE_TITLE=			HOLD ON
	MENU_PAUSE_RESUME=			Resume
	MENU_PAUSE_SKIP_CUTSCENE=	Skip Cutscene
	MENU_PAUSE_RETRY=			Retry
	MENU_PAUSE_ASSIST=			Assist Options
	MENU_PAUSE_VARIANT=			Variants
	MENU_PAUSE_OPTIONS=			Options
	MENU_PAUSE_RESTARTAREA=		Restart Chapter
	MENU_PAUSE_SAVEQUIT=		Save and Quit
	MENU_PAUSE_RETURN=			Return to Map
	MENU_PAUSE_RESTARTDEMO=		Restart Demo
	MENU_RETURN_TITLE=			HEAD SOMEWHERE ELSE?
	MENU_RETURN_CONTINUE=		Yeah
	MENU_RETURN_CANCEL=			Nope
	MENU_RETURN_INFO=			Returning to Map will save your progress,{n}
								but you must restart at the last checkpoint.
	MENU_RESTART_TITLE=			GIVE IT ANOTHER SHOT?
	MENU_RESTART_CONTINUE=		Yeah
	MENU_RESTART_CANCEL=		Nope

# Assist UI
	MENU_ASSIST_TITLE=					ASSIST MODE
	MENU_ASSIST_SUBTITLE=				Assists
	MENU_ASSIST_GAMESPEED=				Game Speed
	MENU_ASSIST_INVINCIBLE=				No More Mistakes
	MENU_ASSIST_AIR_DASHES=				Dash Count
	MENU_ASSIST_DASH_ASSIST=			Dash Assist
	MENU_ASSIST_AIR_DASHES_NORMAL=		Normal
	MENU_ASSIST_AIR_DASHES_TWO=			2
	MENU_ASSIST_AIR_DASHES_INFINITE=	2 Many
	MENU_ASSIST_INFINITE_STAMINA=		More Time To Think

# Variant UI
	MENU_VARIANT_TITLE=					VARIANTS
	MENU_VARIANT_SUBTITLE=				Variants
	MENU_VARIANT_MIRROR=				Mirror Mode
	MENU_VARIANT_360DASHING=			360 Dashing
	MENU_VARIANT_INVISMOTION=			Where'd you go?
	MENU_VARIANT_PLAYASBADELINE=		Part of Her
	MENU_VARIANT_NOGRABBING=			No Time To Think
	MENU_VARIANT_LOWFRICTION=			Luigi Mode
	MENU_VARIANT_SUPERDASHING=			Super Dashing
	MENU_VARIANT_HICCUPS=				Hiccups

# Misc UI
	UI_CUTSCENE_SKIP=	Skip
	UI_REMIX_UNLOCKED=	B-Side Unlocked
	UI_CANCEL=			Back
	UI_CONFIRM=			Confirm
	UI_QUICK_RESTART_TITLE=Quick Restart: 
	UI_QUICK_RESTART_HOLD=Hold
	UI_QUICK_RESTART_PRESS=Press

# B SIDES
	REMIX_BY=			Beats by
	REMIX_ALBUM=		Celeste B-Sides

	AREA_1_REMIX=		(Sever the Skyline Mix)
	AREA_2_REMIX=		(Black Moonrise Mix)
	AREA_3_REMIX=		(Good Karma Mix)
	AREA_4_REMIX=		(Golden Feather Mix)
	AREA_5_REMIX=		(Mirror Magic Mix)
	AREA_6_REMIX=		(Center of the Earth Mix)
	AREA_7_REMIX=		(No More Running Mix)
	AREA_9_REMIX=		(Say Goodbye Mix)

# Credits
	CREDITS_THANKYOU=	Thanks for playing :)
						{# 96EFFF}Celeste{#} + {# 22FFAB}Mint{#} by 
						{# 22FFAB}Mint{#} and {# 52B4FF}Owen{#}

# Names
	THEO=				{# FF9523}Theo{#}
	THEO_UNDER_STARS=	{# FFFF4C}@TheoUnderStars{#}
	MIXMASTER_THEO=		{# FF9523}Mix Master Theo{#}
	MOM=				{# 339CC7}Mom{#}
	MROSHIRO=			{# 7BD838}Mr\. Oshiro{#}
	OSHIRO=				{# 7BD838}Oshiro{#}
	ELCREEPO=			{# 7BD838}El Creepo{#}
	MADELINE=			{# 22FFAB}{savedata Name}{#}
	MS_MADELINE=		{# 22FFAB}Mr\. {savedata Name}{#}
	BADELINE=			{# D678DB}Badeline{#}
	RESORT=				{# b864be}Celestial Resort{#}
	THOUGHT=			{# 696a6a}{~}(
	ENDTHOUGHT=			){/~}{#}
	MOUNTAIN=			{# 96EFFF}Mountain{#}
	CELESTE_MOUNTAIN=	{# 96EFFF}Celeste Mountain{#}
	PART_OF_ME=			{# d678db}{~}Part of Me{/~}{#}
	PART_OF_YOU=		{# d678db}{~}Part of You{/~}{#}
	PART_OF_HER=		{# d678db}{~}Part of Her{/~}{#}
	PART_OF_SOMEONE=	{# d678db}{~}Part of Madeline{/~}{#}
	HER=				{# F94A4A}Her{#}
	SHE=				{# F94A4A}She{#}
	SOMEONE=			{# F94A4A}Madeline{#}
	ST_BAD=				{# d678db}{~}
	END_BAD=			{/~}{#}
	GRANNY=				{# 66ea3a}Granny{#}
	PART_OF_HER_GRANNY=	{# 66ea3a}{~}Part of Her{/~}{#}
	PART_OF_GRANNY=		{# 66ea3a}{~}Part of Granny{/~}{#}

# Theo sister name
# if the player name is the same as this one, theo's sister name becomes the ALT_NAME
	THEO_SISTER_NAME=		Alex
	THEO_SISTER_ALT_NAME=	Maddy
	ALEX=					{# F94A4A}{savedata TheoSisterName}{#}

# ================================== IN-GAME DIALOG BEGINS HERE! ==================================

# *** Prologue ***
 
	CH0_INTRO=
		This is it, {+MADELINE}.
		Just breathe.
		 It'll be easy{>> 0.5}... right?{>>}

	CH0_GRANNY=
		{anchor top}

		[MINT left sad]
		Excuse me, ma'am?

		{trigger 0 Madeline walks forward}

		[MINT left sad]
		The sign out front is busted... 
		Is this the— {1.5}[MINT left distracted]Wait...

		[MINT left distracted]
		Why do I sound like this?
		
		[GRANNY right mock]
		I could be asking you the same thing.
		
		[GRANNY right normal]
		Anyhoo, you're looking for the {+mountain} trail?
		
		[GRANNY right normal]
		Well, you're almost there.{n}It's just across the bridge.
		
		[MINT left distracted]
		Alright...

		{trigger 1 Madeline walks to the right of the house, turns left}
		
		[MINT right sad]
		By the way, you should call someone about your driveway. The ridge collapsed and I nearly died.

		{trigger 2 Granny laughs}

		[GRANNY left laugh]
		If my {>> 0.3}"driveway"{>>}{0.2} almost did you in,{n}the {+mountain} might be a bit much for you.

		{trigger 3 Laugh Continues}

		[MINT right upset]
		{0.5}...{0.2}

		[MINT right upset]
		Yeah, I think I'll be fine.

		{trigger 4 Stop laughing}

		[GRANNY left normal]
		Suit yourself.

		{silent_trigger 5 Ominous zoom-in}

		[GRANNY left normal]
		But you should know,{n}{+CELESTE_MOUNTAIN} is a strange place.

		[GRANNY left creepA]
		You might see things.

		[GRANNY left creepB]
		Things you ain't ready to see.

		{trigger 6 pan to Maddy}

		[MINT right upset]
		...Uh-huh.

		{trigger 3 resume laughing}

	CH0_END=
		{>> 0.5}...{>>}You sure you got this?

# *** Chapter 01 ***

	CH1_THEO_A=
		[THEO left normal]
		Ho there, fellow traveller!

		[MINT right distracted]
		Oh... hi.

		{trigger 0 Madeline approaches}
		
		[THEO left normal]
		What a killer night for a hike!

		[MINT right sad]
		I guess so.

		[THEO left normal]
		This place is so crazy. 

		[THEO left excited]
		I kind of can't believe it exists!

		[MINT right sad]
		Not the easiest climb, is it?

		[MINT right distracted]
		But I guess that's what I was looking for...
		
		[THEO left normal]
		Whoa, that sounds pretty serious.
		
		[THEO left thinking]
		I guess I'm just happy to{n}see someone else up here.
		
		[THEO left wtf]
		Even if they... aren't exactly human.

		[THEO left excited]
		I'm {+ theo} by the way, an adventurer from a {>> 0.3}{~}far off land!{/~}{>>}
		
		[MINT right sad]
		Huh. {0.5}[MINT right normal]Nice name.

	CH1_THEO_B=
		[MINT right sad]
		Oh yeah, that's right.{n}I gotta introduce myself now.
		
		[MINT right normal]
		My name's {+MADELINE}.
		
		[MINT right sad]
		I'm... {0.5}[MINT right distracted]not exactly from around here.

		[THEO left normal]
		Well, {+MADELINE}, I'd say you've come to the right place!

		[THEO left thinking]
		I'm freezing my toes off, but I can't imagine{n}a better place to be for some quiet reflection.
		
		[MINT right sad]
		Yeah, maybe you're right.

		[MINT right normal]
		What "{>> 0.5}{~}far off land{/~}{>>}" do you hail from?
		
		[THEO left excited]
		Well, my inquisitive compatriot, I doth hail{n}from the {0.3}{~}mystical,{0.4} exotic{/~}{0.4} kingdom of...
		
		[THEO left normal]
		{0.4} Seattle.

		[MINT right sad]
		Seattle...{0.5}{n}That's the place with the needle, right?

	CH1_THEO_C=
		[THEO left excited]
		This place is wild!

		[THEO left normal]
		Why would an entire city be abandoned?
		
		[MINT right distracted]
		Well, I did read up a bit about this place...
		
		[MINT right sad]
		It said that some mega-corporation started{n}building it, but then no one wanted to live here.

		[MINT right distracted]
		I wonder why...
		
		[THEO left excited]
		My money's on a government cover-up.

		[MINT right sad]
		That's a... {0.4}wild theory.
		
		[MINT right distracted]
		Still feels pretty wasteful to do something like that..

		[THEO left normal]
		At least we get to enjoy the leftovers.

	CH1_THEO_D=
		[MINT right normal]
		You climbing the {+MOUNTAIN} too?
		
		[THEO left thinking]
		Nah, not really.
		
		[THEO left normal]
		I've just got a thing for abandoned cities.
		
		[THEO left thinking]
		And I like to think of myself{n}as a budding photographer.
		
		[MINT right normal]
		Oh really? Cool!
		Do you have a blog or something?
		
		[THEO left wtf]
		A blog?
		
		[THEO left thinking]
		{+MADELINE}.
		Everyone uses {# 1DA1F2}Twitter{#} now.
		
		[MINT right distracted]
		Unfortunately.

	CH1_THEO_E=
		[THEO left normal]
		I'm guessing you're gonna head back out there?
		
		[MINT right normal]
		Yep. I'm heading for the summit.
		
		[THEO left thinking]
		Seems pretty risky.
		
		[THEO left excited]
		The determination in your eyes{n}says otherwise, though!

		[THEO left normal]
		It's inspiring.

		[MINT right distracted]
		I guess so.

		[MINT right normal]
		I bet you could make it to the summit too.

		[THEO left normal]
		Maybe. 
		
		[THEO left thinking]
		I don't really care about reaching the top, TBH.

		[THEO left normal]
		{!}Oh!{/!} But I heard there are some {~}legit{/~}{n}old ruins up beyond the city.
		
		[THEO left excited]
		Like 1800's legit. 

		[THEO left normal]
		I know it's risky but I have to see them for myself.

	CH1_THEO_F=
		[THEO left normal]
		What's that thing you say right before{n}you do something irresponsible?

		[MINT right sad]
		That's a good question.
		
		[MINT right distracted]
		...{0.3}despite the fact that I do stupid things all the time...

		[THEO left wtf]
		Hmmm...

		[THEO left excited]
		Oh right...

		{trigger 0 Theo pumps his fist in the air}
		
		[THEO left yolo]
		{big}{~}Y{>> 0.5}OLO{>> 0.2}OOOOOOOO!!{>>}{/~}{/big}
		
		[MINT right upset]
		This is the part where I leave, right?

	MEMORIAL=
		-- CELESTE MOUNTAIN --
		This memorial dedicated to those
		Who perished on the climb

	CH1_END=
		[MINT left distracted]
		Seems like a good stopping point.

		{trigger 0 MADELINE sits down to rest. A bird swoops in, lands on her head, and goes to sleep}
		
		[MINT left distracted]
		...This probably wasn't a good idea.
		...
		
		[MINT left deadpan]
		{>> 0.6}Let's hope something funny happens.{>>}

# *** Chapter 02 ***

	CH2_BADELINE_INTRO=
		{anchor top}
		
		[BADELINE left normal]
		{+MADELINE}, darling, slow down.

		{trigger 0 Madeline turns around}
		
		[MINT right distracted]
		Who said that?
		
		[BADELINE left normal]
		Your answer's right in front of you.

		{trigger 1 Badeline is revealed}
		
		[MINT right sad]
		Who are you?

		[BADELINE left normal]
		Oh, I just live here.

		[MINT right sad]
		In a place like {0.3}this?

		[BADELINE left scoff]
		Probably better than where you live{n}if you believed that.

		[MINT right distracted]
		Jeez, I was just asking...
		
		[MINT right sad]
		Hey, {0.2}do you know the way around here?
		
		[BADELINE left upset]
		If I wanted to, I'd {0.2}{~}love{/~}{0.2} to help you out.
		
		[MINT right sad]
		What's stopping you?
		
		[BADELINE left normal]
		I'm looking for someone.
		
		[BADELINE left upset]
		Someone {0.2}important.

		[MINT right distracted]
		Well, can you help me figure out what's going on?
		
		[MINT right sad]
		Everything looks weird outside.{n}{0.4}There's weird floaty blocks too.
		And that whole mirror thing isn't{n}making a lot of sense.
		
		[BADELINE left angry]
		What are you on about?
		
		[MINT right sad]
		{~}Weird mirror stuff{/~} only happens{n}in things like... dreams.
		
		[BADELINE left angryAlt]
		So what, you think you're {~}{>> 0.3}dreaming?{>>}{/~}
		
		[MINT right distracted]
		I mean... it would make sense.
		
		[MINT right sad]
		If I really am dreaming, then—
		
		[BADELINE left upset]
		Honey, I'd {~}love{/~} to help you out.
		But I told you,{n}I've got something more important than {~}this{/~}.
		
		[BADELINE left scoff]
		{~}You{/~} sound weird yourself trying to{n}figure what's real and what's not.
		
		[MINT right distracted]
		...
		
		[MINT right sad]
		Well, you can follow me if you want.{n}I'm climbing the {+MOUNTAIN}.
		Whoever this person is, {0.3}{n}they might still be here somewhere.
		
		[BADELINE left upset]
		Wait, hold on.
		
		[BADELINE left normal]
		YOU'RE{0.5} climbing the {+MOUNTAIN}?
		
		[MINT right sad]
		Yeah. {0.5}[MINT right normal]Seems pretty fun.

		{trigger 2 Badeline starts laughing}
		
		[BADELINE left scoff]
		You sound pretty stupid thinking{n}that you're a {~}mountain climber{/~}.

		[MINT right distracted]
		Who says I can't be?

		{trigger 3 Badeline stops laughing}
		
		[BADELINE left upset]
		I mean, come on.{n} You don't even look the part.
		You have no idea what you're getting into.
		You can't handle this.
		
		[BADELINE left scoff]
		I can look for her myself.
		
		[MINT right upset]
		Not really that optimistic, are you?

		[BADELINE left upset]
		Oh please. {0.4}[BADELINE left normal]I'm pragmatic.
		
		[BADELINE left scoff]
		And I'm {~}trying{/~} to be reasonable here.
		
		[MINT right sad]
		Really?
		
		[MINT right normal]
		I bet you I can still make it.
		
		[BADELINE left scoff]
		I doubt it.
		
		[BADELINE left serious]
		{s 4}But if you insist... {.6}[BADELINE left serious_alt]I'll tag along.

	# make all of these phone sprites
	CH2_DREAM_PHONECALL=
		[MINT_PHONE left sad]
		Hello?
		
		[none]
		'Ello?
		
		[MINT_PHONE left distracted]
		Are you... calling a payphone?
		
		[none]
		Are you?
		
		[MINT_PHONE left distracted]
		No...
		
		[MINT_PHONE left sad]
		The phone was ringing on my side.
		
		[none]
		Huh?
		That's... weird.
		Anyways, I think I'm in trouble.{n}How 'bout you?
		
		[MINT_PHONE left sad]
		I'm not having it any easier.
		
		[MINT_PHONE left distracted]
		I got chased out of some ruins by {*}something{/*}.
		
		[MINT_PHONE left sad]
		Or... {~}someone{/~}?
		
		[MINT_PHONE left distracted]
		I'm not really sure. But it wanted me out.
		
		[none]
		S- {0.5}Same here???
		Wait...
		...do you, by any chance, have golden hair?
		
		[MINT_PHONE left distracted]
		Golden... hair?
		
		[MINT_PHONE left sad]
		I don't have any. I'm a cloud.
		
		[none]
		Okay, so you're NOT me from another dimension.
		Glad we got that cleared up.
		Still... I feel like our journeys are {0.4}{~}connected{/~} somehow.
		
		[MINT_PHONE left upset]
		Like... what, our dreams?
		...
		
		[MINT_PHONE left distracted]
		I {0.7}AM {0.5}dreaming, right?
		
		[none]
		Wait, am I dreaming?
		{~}The fuck?{/~}
		
		[MINT_PHONE left distracted]
		Then how... did the phone—
		
		{trigger 0 Badeline appears}
		
		[BADELINE right normal]
		Well, that was productive.

		[BADELINE right upset]
		Told ya you can't do it.
		
		[BADELINE right scoff]
		You had enough trouble trying to get away from me.
		
		[MINT left distracted]
		Well, I'm out of the ruins... {1.0}sort of?
		So I think I made more progress than anything.
		
		[MINT left sad]
		Weren't you {0.7}looking for someone?
		
		[BADELINE right upset]
		I was, until you kindly asked me to waste my time.
		
		[MINT left distracted]
		You... kinda seem better at wasting time{n}than you are at anything else.
		
		[BADELINE right yell]
		Oh, shut it!
		
		[BADELINE right yell]
		It's not like you'd get far anyway!
		
		[MINT left distracted]
		Well, at least we know whoever{n}you're looking for isn't here.
		
		[MINT left normal]
		I guess you owe me one now.
		
		[BADELINE right scoff]
		Oh, I{0.5} owe you one?
		
		[BADELINE right normal]
		Then consider {~}this{/~} {0.3}a favor.{n}{0.7}[BADELINE right upset]You're not getting another one of these.
		
	# if the MADELINE has never met Theo before
	CH2_THEO_INTRO_NEVER_MET=
		[THEO left normal]
		Ho there, fellow explorer!
		
		[MINT right distracted]
		Oh... hi.

		{trigger 0 Madeline approaches}

		[THEO left thinking]
		Never thought I'd see a... {0.3}cloud{0.5} around here.

		[THEO left normal]
		Did you also trek up here to scope out these old ruins?
		
		[MINT right distracted]
		Uhh... no. 
		
		[MINT right sad]
		I'm headed for the summit, actually.
		
		[THEO left excited]
		Whoa, that's crazy!
		
		[THEO left normal]
		It's gonna be risky, but you seem pretty determined.
		
		[THEO left excited]
		I'm {+ theo} by the way, an adventurer from a {>> 0.3}{~}far off land!{/~}{>>}
		
		[MINT right sad]
		Huh.
		
		[MINT right distracted]
		Nice to meet you.

	# if the MADELINE has met Theo, but never introduced herself
	CH2_THEO_INTRO_NEVER_INTRODUCED=
		[MINT right sad]
		Hey {+ theo}, sorry about earlier.{n}I'm {+MADELINE}.
		I've got a lot on my mind.
		
		[THEO left normal]
		Well, this is a good place for it.
		Something about these ruins feels so introspective.
		It's really making me take a{n}look in the mirror, so to speak.
		
		[MINT right distracted]
		Yeah... I get that.

		[MINT right normal]
		So what "{>> 0.5}{~}far off land{/~}{>>}" do you hail from?
		
		[THEO left excited]
		Well, my inquisitive compatriot, I doth hail{n}from the {0.3}{~}mystical,{0.4} enigmatic{/~}{0.4} kingdom of...
		
		[THEO left normal]
		{0.4} Seattle.

		[MINT right normal]
		Oooh, sounds cool.

	# added to the start of the CH2_THEO_A if the MADELINE has met and introduced themselves to Theo
	# (if NEVER_MET and NEVER_INTRODUCED are skipped)
	CH2_THEO_A_EXT=
		[THEO left excited]
		Hey, {+MADELINE}!{n}You made it!

		{trigger 3 Madeline Approaches}

		{+ CH2_THEO_A}

	# normal conversation once introductions are out of the way
	CH2_THEO_A=
		[THEO left normal]
		Climbing up here was tough,{n}but totally worth it.
		
		[THEO left excited]
		Just look at these ruins!
		I took so many great pics, wanna see?
		
		[MINT right sad]
		Oh... {0.7}[MINT right normal]Uh, sure.

		{trigger 0 Maddy walks to Theo}

		[MINT right surprised]
		Woah!
		
		[MINT right normal]
		{+ theo}, these are great!
		
		[THEO left thinking]
		Maybe I'll finally hit a thousand followers with these.

		{trigger 1 Theo puts away phone}
		
		[THEO left normal]
		Oh! We need to formally commemorate this occasion...
		
		[THEO left excited]
		Take a selfie with me!
		
		[MINT right distracted]
		A selfie? Here?
		
		[THEO left normal]
		Come on, it's easy. Like this!

		{trigger 2 Theo takes a selfie with Maddy by surprise}
		
		[MINT right upset]
		...
		
		[MINT right sad]
		{+THOUGHT}Wait a second...{+ENDTHOUGHT}
		
		[MINT right distracted]
		{+THOUGHT}That's not me...{+ENDTHOUGHT}

	CH2_THEO_B=
		[THEO left normal]
		Wow. I'm not gonna lie, {+MADELINE}.
		You're pretty photogenic when it comes to selfies.
		
		[THEO left excited]
		You look entirely different in this photo{n}than you normally look!
		
		[THEO left normal]
		Now that's impressive.
		
		[THEO left thinking]
		No offense.
		
		[MINT right distracted]
		None taken... I think.
		
		[THEO left normal]
		No photo looks great without a filter, though.

		{trigger 0 Add filter to selfie}
		
		[THEO left thinking]
		Casual, yet refined.

	CH2_THEO_C=
		[MINT right sad]
		Well, anyways...
		
		[MINT right normal]
		What made you want to try photography?

		[THEO left normal]
		My grandpa was really into it.

		[THEO left thinking]
		Apparently he was semi-famous{n}in the photography world.

		[THEO left wtf]
		I don't know if I'll ever be that good at it.

		[THEO left normal]
		But it's nice to feel close to him.

	CH2_THEO_D=
		[THEO left excited]
		So you're determined to climb the entire {+mountain}?
		
		[MINT right normal]
		Yep.
		
		[MINT right sad]
		I may not look like it, but{n}I am pretty good at climbing.

		[MINT right normal]
		Doing this should be no different.
		
		[THEO left excited]
		You got goals! I dig it.
		
		[THEO left normal]
		I doubt I'll make it to the top like you,{n}but I'm not ready to turn back just yet.

	CH2_THEO_E=
		[THEO left wtf]
		Are you getting any data up here?
		
		[MINT right sad]
		I'd check, but my phone died a while ago.
		
		[MINT right distracted]
		And I forgot to bring a battery pack...
		
		[THEO left wtf]
		That's rough.
		
		[MINT right distracted]
		Less distractions for me, I guess.

	CH2_END_PHONECALL=
		[MINT_PHONE left distracted]
		...
		
		[MINT_PHONE left sad]
		Wait.
		
		[MINT_PHONE left distracted]
		Hold on...
		...
		...
		...
		...{1.0}[MINT_PHONE left sad]I don't have any quarters.

	CH2_JOURNAL=
		There's a dusty old book open on the table.
		A haiku is written on the faded page.

	CH2_POEM=
		One room to the next,{n}
		Resetting freedom in a{n}
		Vulnerable dream{n}

# *** Chapter 03 ***

	CH3_OSHIRO_FRONT_DESK=
		[OSHIRO right normal]
		Welcome! May I help you?

		[MINT left sad]
		Woah, a ghost.
		
		[OSHIRO right worried]
		A ghost? Don't be silly.
		
		[OSHIRO right normal]
		I am the concierge of this fine establishment.

		[OSHIRO right worried]
		Welcome to{.3} {~}{>> .2}the world-renowned{/~}{>>}{n}{big}Celestial Resort Hotel!{/big}

		[OSHIRO right normal]
		{+ mroshiro}, at your service.
		
		[OSHIRO right sidehappy]
		{+thought}Three guests in one week!{n}Business is finally picking up!{+endthought}
		
		[OSHIRO right normal]
		How long will you be staying with us?
		
		[MINT left normal]
		Oh... I'm just passing through.{n}I'm climbing the {+mountain}.
		
		[MINT left normal]
		You got a back exit?
		
		[OSHIRO right worried]
		...a back exit?
		
		[OSHIRO right sideworried]
		{+thought}ANOTHER passing through? This will not do.{+endthought}
		
		[MINT left sad]
		Say again?
		
		[OSHIRO right nervous]
		Oh, {0.1}apologies!
		
		[OSHIRO right normal]
		To answer, our rear service door{n}is reserved for hotel staff only.

		[OSHIRO right worried]
		However, our top floor presidential suite{n}features a world-class view of the peak.

		[OSHIRO right normal]
		Yes, you'll be quite comfortable up there.
		
		[MINT left sad]
		I'll probably be there for only two seconds.
		
		[OSHIRO right sidehappy]
		{+thought}The presidential suite—marvelous idea, {+ oshiro}!{+endthought}
		
		[OSHIRO right normal]
		What is your name, for our records?
		
		[MINT left normal]
		I'm {+MADELINE}. 
		
		[MINT left sad]
		But again, I'm really not interested in staying.

		{trigger 0 Camera zooms back out}
		
		[OSHIRO right normal]
		Right this way, {+MADELINE}.
		
		[MINT left sad]
		Oh. {0.7}[MINT left normal]Formalities. 

	CH3_GUESTBOOK=
		It appears to be a very old and dusty guestbook.
		Many of the pages are damaged or missing.
		The comments, however, are glowing...
		"We'll never forget our time here."
		"I've never felt more at peace. Thank you."
	
	CH3_OSHIRO_HALLWAY_A=
		[OSHIRO right normal]
		Please follow me closely, {+MADELINE}.
		The elevator is just down the hall.
		
		[MINT left sad]
		You're moving {~}pretty{/~} fast.
		
		[MINT left distracted]
		I'm not exactly a ghost like you.
		
		[OSHIRO right worried]
		Well, a hotel must treat its guests{n}with utmost expedience and care!

		[MINT left sad]
		Hey, is this hotel really open for business?
		Seems like it's in real rough shape.
		
		[OSHIRO right nervous]
		Of course we're open!

		[OSHIRO right worried]
		The Celestial Resort Hotel would never{n}close during prime tourism season!

		[OSHIRO right sideworried]
		{+thought}Rough shape? What did they mean by that?{+endthought}

		[OSHIRO right normal]
		Oh! Please allow me to carry your luggage.
		
		[MINT left sad]
		My bag?

		[MINT left normal]
		Oh, don't worry. I got it.
		
		[OSHIRO right normal]
		Hmm. Very well.
		
		[OSHIRO right sidesuspicious]
		{+thought}What a peculiar guest.{+endthought}

	CH3_OSHIRO_HALLWAY_B=
		[OSHIRO right normal]
		{+MADELINE}, I really must implore you to keep up.

		[OSHIRO right worried]
		I'm running a world-class establishment here.{n}I don't have time to wait around for meandering guests.
		
		[MINT left upset]
		Like I said. I'm not exactly a—
		
		[MINT left sad]
		Wait... "world-class"?
		
		[OSHIRO right worried]
		Why, of course! We—
		
		[MINT left sad]
		{+MROSHIRO}, are you... sure?
		It looks more like...{0.4}[MINT left distracted]{1.0}[MINT left sad] "sad" {0.5}and "forgotten".
		
		[OSHIRO right worried]
		I-I...
		
		[OSHIRO right sideworried]
		{+thought}{+oshiro} you idiot, the customer is always right!{+endthought}
		{+thought}Business is finally picking up{n}and you lose your temper!?{+endthought}
		
		[MINT left sad]
		Seriously. All I'm looking for is an exit.
		
		[MINT left distracted]
		I don't {~}need{/~} a room.{0.3}{n}Or guidance, if it meant... {0.5}this level of stress.
		
		[OSHIRO right worried]
		Oh... of course, {+MADELINE}!
		
		[OSHIRO right nervous]
		My sincere apologies; I was out of line.

		[OSHIRO right normal]
		Please, feel free to explore at your leisure.
		
		[MINT left sad]
		I'll be out in three minutes.

	CH3_MEMO_OPENING=
		An old paper sticks out from amid the clutter...

	CH3_MEMO=
		{big}Attention hotel staff:{/big}{n}{n}
		It is my sad duty to inform you that the Celestial Resort Hotel will close indefinitely following this season, due to circumstances beyond our control.{n}{n}
		It was an honor to have served alongside you all, as we worked tirelessly to ensure that our guests enjoyed the most hospitable and memorable experience possible.{n}{n}
		I write this with a heavy heart. This hotel has become my home, its staff and patrons my family. I will miss you all dearly.{n}{n}
		-Mr\. Oshiro

	CH3_OSHIRO_CLUTTER0=
		[OSHIRO left worried]
		Argh! This clutter is out of control!

		{trigger 1 Oshiro paces to the left}

		[OSHIRO left worried flip]
		When did this happen!?

		{trigger 2 Oshiro paces back to the right}

		[OSHIRO left worried]
		I don't even know where to begin...
		
		[MINT right distracted]
		{0.3}Woah. 
		
		[MINT right sad]
		{+MROSHIRO}, do you {0.3}run this whole place by yourself?
		
		[OSHIRO left nervous]
		You're right {+MADELINE},{n}I'll never sort this mess out alone.

		{trigger 0 Oshiro Collapses}
		
		[OSHIRO left drama]
		It's hopeless.

		[MINT right distracted]
		I didn't mean... that.

		[MINT right sad]
		Just chill, {+MROSHIRO}. Calm down.
		
		[MINT right distracted]
		It doesn't look like {0.3}THAT{0.3} big of a mess.
		
		[MINT right normal]
		I could probably help with it.
		
		[OSHIRO left normal]
		You're too kind.
		
		[OSHIRO left drama]
		But I wouldn't even bother.
		It's a lost cause.

	CH3_OSHIRO_CLUTTER0_B=
		[MINT right sad]
		Um... how long has this place been running for?

		[OSHIRO left normal]
		Oh, quite some time now.

		[OSHIRO left sideworried]
		{+thought}Business has been... slow.{+endthought}

		[MINT right sad]
		I can see that.
		
		[MINT right distracted]
		It's really empty... {0.6}and old.
		
		[MINT right sad]
		You must be pretty sentimental about this place.

		[OSHIRO left normal]
		Oh yes, {+MADELINE}.

		{trigger 0 Oshiro gets back up}

		[OSHIRO left normal]
		In the hotel business, our passion is{n}perfecting the delicate art of hospitality.

		[OSHIRO left worried]
		A truly great hotel lives{.2} {~}eternally{/~} in the{n}cherished memories of its satisfied guests.

		[MINT right sad]
		Poetic.

	CH3_OSHIRO_CLUTTER1=
		[OSHIRO right normal]
		I haven't even begun cleaning and already{n}I feel a renewed lightness of spirit!
		That's the power of positive thinking!
		
		[MINT left distracted]
		Right... {0.5}yeah.
		
		[OSHIRO right normal]
		As for you, {+MADELINE}, I'll be with you shortly.
		I must quickly attend to this mess first.
		
		[MINT left sad]
		Take your time.
		
		[OSHIRO right sidesuspicious]
		{+thought}{+oshiro}, you fool. You're losing them.{+endthought}

		[OSHIRO right sideworried]
		{+thought}Guests don't want to spend their time waiting!{+endthought}
		
		[MINT left sad]
		{+MROSHIRO}? Are you-
		
		[OSHIRO right nervous]
		Yes, of course.

		[OSHIRO right worried]
		This is the finest hotel you'll ever visit, you'll see!
		
		[OSHIRO right sideworried]
		{+thought}How could I let my problems pile up like this?{+endthought}

	CH3_OSHIRO_CLUTTER1_B=
		[MINT left sad]
		{+mroshiro}, it's okay if the{n}mess is making you anxious.

		[MINT left normal]
		I still don't plan on sticking around,{n}but I can help before I leave.

		[OSHIRO right sideworried]
		{+thought}They pity you, {+oshiro}. You're pathetic.{+endthought}
		
		[MINT left sad]
		...

		[MINT left distracted]
		"Pity" and "worry" are two different things...

	CH3_OSHIRO_CLUTTER2=
		[MINT left sad]
		...Well, on the bright side...
	
		[MINT left normal]
		It's looking a lot nicer in here!
		
		[MINT left upset]
		Can I leave now?

		[OSHIRO right worried]
		But {+MADELINE}, you've barely enjoyed the{n}myriad luxuries that our hotel has to offer!
		
		[OSHIRO right normal]
		Now please, we can talk more once I finish cleaning.

		[OSHIRO right worried]
		I'm very busy!

		[OSHIRO right sidesuspicious]
		{+thought}Yes... young people have no respect these days.{+endthought}
		
		[MINT left upset]
		...

	CH3_OSHIRO_CLUTTER2_B=
		[MINT left upset]
		...Alright, {+MROSHIRO}.{n}Let's stop lying to ourselves.
	
		[MINT left angry]
		It's been {0.2}{!}SEVERAL{/!}{0.2} minutes, and I haven't seen {n}you move a single box, {0.2}book, {0.2}or towel!
		What {*}really{/*} makes you think{n}you're getting anything done here?

		[OSHIRO right worried]
		Erm...
		
		[OSHIRO right sideworried]
		{+thought}It's over, {+oshiro}. They hate you.{+endthought}

		[MINT left sad]
		I...

		[MINT left distracted]
		...

		[MINT left sad]
		Sorry about that.

		[MINT left distracted]
		I didn't mean to get that mad...

		[MINT left sad]
		Your hotel is... amazing. Best I've ever seen.{n}Truly world class.
		
		[MINT left sadder]
		I really do wish I could stay, but...

		[OSHIRO right serious]
		No need to humor me, {+MADELINE}.
		I understand.

	CH3_OSHIRO_CLUTTER_ENDING=
		{anchor bottom}
		[OSHIRO left normal]
		There you are!
		You certainly have a knack for wandering off.
		
		[MINT right sad]
		Uh-huh.
		
		[MINT right normal]
		Anyways, I sorted out all the mess.{0.5}{n}Everything looks way better now.
		
		[OSHIRO left normal]
		The Celestial Resort Hotel extends its{n}gratitude for your assistance, {+MADELINE}.
		Of course, the staff had the mess under control.
		
		[MINT right normal]
		Yep. {0.8}You {~}totally{/~} did.
		
		[OSHIRO left sideworried]
		{+thought}How humiliating.{+endthought}
		
		[OSHIRO left worried]
		Y-You must be eager to see your room!

		[OSHIRO left normal]
		Please, follow me.
		It's just up the elevator and down the hall.
		
		[MINT right distracted]
		If I really have to...
		
		[MINT right distracted]
		...{1.0}[MINT right sad]Show me the presidential suite.
		
		[OSHIRO left sideworried]
		{+thought}Now's your last chance, {+oshiro}. Don't lose them now.{+endthought}

	CH3_THEO_NEVER_MET=
		[MINT left distracted]
		{+thought}...This place has a guest still?{+endthought}
		
		{0.5}
		
		[MINT left sad]
		Hey, uh...{0.4}{n}Are you...?

		{trigger 0 Theo stops trying to pry off the vent cover}
		
		[THEO right worried]
		Wow, I am {~}{!}so{/!}{/~} happy to see... another... 
		
		[MINT left distracted]
		Yeah, I wouldn't think about it too much right now.
		
		[THEO right worried]
		You're right.
		This place seriously gives me the creeps.
		
		[MINT left distracted]
		You're not the only one.

		[MINT left normal]
		Name's {+MADELINE}, by the way.
		
		[THEO right normal]
		Oh, I'm {+theo}.
		
		[MINT left sad]
		What a time to introduce ourselves, huh?
		
		[THEO right thinking]
		You're telling me.
		I'm all about spooky mysteries,{n}but this is getting too real.

		{+CH3_THEO_ESCAPING}

	CH3_THEO_NEVER_INTRODUCED=
		[MINT left normal]
		Oh, {+theo}!
		
		[MINT left normal]
		I'm surprised you made it here!
		
		[MADELINE left sad]
		You're not a guest, are you?

		{trigger 0 Theo stops trying to pry off the vent cover}
		
		[THEO right worried]
		Definitely not.
		But I am {~}{!}so{/!}{/~} happy to see another person right now.
		I'm all about spooky mysteries,{n}but this is getting too real.
		
		[MINT left distracted]
		There's definitely something strange about it.

		[MINT left sad]
		Oh—sorry.{n}I'm {+MADELINE}, by the way.
		
		[MINT left distracted]
		Sorry about being antisocial earlier.{n}I was kinda in a rush.

		{+CH3_THEO_ESCAPING}

	CH3_THEO_INTRO=
		[MINT left normal]
		Oh, hey {+theo}!
		
		[MINT left sad]
		You're not a guest here, are you?

		{trigger 0 Theo stops trying to pry off the vent cover}
		
		[THEO right worried]
		{+MADELINE}! I am {~}{!}so{/!}{/~} happy to see you right now.
		I'm all about spooky mysteries,{n}but this is getting too real.

		[MINT left distracted]
		Tell me about it.

		{+CH3_THEO_ESCAPING}

	CH3_THEO_ESCAPING=
		[MINT left sad]
		Have you talked to {+mroshiro}?

		[MINT left distracted]
		Looks like he could really use some help.

		{trigger 0 Theo stops trying to pry off the vent cover}
		
		[THEO right wtf]
		You {~}think?{/~}		
		He's a creepy old weirdo.
		I bet he's cleaning out a nook{n}to hide our bodies as we speak.
		
		[MINT left upset]
		I wouldn't say he's the best at cleaning.

		{trigger 1 Theo goes back to prying off the vent cover}
		
		[THEO right worried]
		Anyways, I'm gonna crawl through this vent.{n}It's blowing cold air from outside.
		Come on!
		
		[MINT left sad]
		I would come along, but...
		I feel morally obligated to help this guy.
		
		[MINT left distracted]
		{+mroshiro}'s troubled, but{n}I don't think he wants to hurt us.
		
		[MINT left sad]
		He just needs to clean up this mess.
		
		[MINT left normal]
		And I'm gonna try and help him.
		
		[THEO right worried flip]
		{+MADELINE}, that's very sweet, but this is dangerous.
		
		{trigger 2 Theo removes vent cover and it flies off. Theo falls down as it comes off, and gets back up}

		[THEO right worried]
		We need to get out of here and call{n}an expert on {0.2}{*}creepy old dudes{/*}.
		We aren't prepared for this.
		
		[MINT left sad]
		You may not be, but I'm gonna try and{n}get through to him.

		[MINT left normal]
		Go on ahead and I'll catch up with you later.
		
		[THEO right wtf]
		Man, you're more stubborn than my sister.
		I thought that was impossible.

		{trigger 3 Theo walks to Maddy}
		
		[THEO right serious]
		Take care of yourself.

		[MINT left normal]
		I got it handled.

	CH3_THEO_VENTS=
		{anchor bottom}
		[THEO right normal upsidedown]
		Man, it's a maze in here.
		
		[THEO right normal upsidedown]
		How's it going with {+elcreepo}?
		
		[MINT left normal]
		Nice nickname.
		
		[MINT left sad]
		Anyways, I helped him clean up that huge mess,{n}despite the fact he didn't do anything.
		
		[MINT left upset]
		And he still thinks he can convince me to stay.
		
		[THEO right wtf upsidedown]
		{+MADELINE}, seriously.
		My bad idea radar is {~}off the charts{/~} on this one. 
		You should get out of here.
		
		[MINT left distracted]
		And let him have a meltdown?
		
		[MINT left sad]
		{+theo}. He looks really unstable.{0.3}{n}This is my chance to help someone out.
		
		[THEO right worried upsidedown]
		Forget your {~}karma{/~}, dude.

		[THEO right wtf upsidedown]
		I think that guy is going to melt down no matter what.
		
		[THEO right thinking upsidedown]
		Get your head out of the {~}clouds{/~}.

		[THEO right worried upsidedown]
		You have to think about your safety.
		
		[MINT left sad]
		Thinking about my safety isn't an option{n}if I'm always doing something stupid.
		
		[THEO right thinking upsidedown]
		Yeah, yeah. I didn't expect you to listen.

		[THEO right wtf upsidedown]
		See you on the outside, jailbird.

	CH3_OSHIRO_BREAKDOWN=
		{anchor top}
		[OSHIRO left sideworried]
		{+thought}This is it {+oshiro}, your last chance.{+endthought}

		{trigger 0 Oshiro paces}
		
		[OSHIRO right sidesuspicious]
		{+thought}You already ruined it.{n}Making a guest clean up your mess?{+endthought}
		{+thought}They'll never stay.{+endthought}

		{trigger 1 Oshiro paces}
		
		[OSHIRO left sideworried]
		{+thought}No, they're still here. There's still a chance!{+endthought}

		{trigger 0 Oshiro paces}
		
		[OSHIRO right sidehappy]
		{+thought}The presidential suite is the key.{n}It will surely impress them!{+endthought}

		{trigger 2 Oshiro falls to ground, spawns dust creatures}
		
		[OSHIRO left sideworried]
		{+thought}Get it together, {+oshiro}!{+endthought}

		{trigger 3 Enter Madeline}
		
		[MINT right sad]
		...{+mroshiro}?
		
		[OSHIRO left nervous]
		Ah, {+MADELINE}! There you are!
		Follow me quickly! We're almost there.
		
		[MINT right sad]
		Welp.
		
		[MINT right deadpan]
		Demodashing is always an option.

	CH3_DIARY=
		{anchor bottom}
		It's {+MROSHIRO}'s diary.
		The final entry appears to be decades old...
		"As of today the hotel is officially closed. Charlotte organized the staff for a farewell hike up the mountain. Most of us have never seen the summit."
		"It seemed like a fitting goodbye, but when the time came, I couldn't bear to leave without looking around one last time. I told them to go on without me."
		"I will catch up with them soon, after{n}I double-check that everything is in order..."
		"I can't believe my time here is over.{n}What am I going to do now?"
		"Perhaps I'll stay one last night, so that{n}the hotel and I can have a proper goodbye..."

	CH3_OSHIRO_SUITE=
		{anchor bottom}
		[OSHIRO left normal]
		Here we are, our award-winning presidential suite!

		[OSHIRO left worried]
		Truly, it is the very definition of rustic luxury.

		[OSHIRO left normal]
		I'll stand back and allow you to soak in the majesty.
		I understand it can be a lot to handle.

		{trigger 3 Madeline walks around the room and looks around}
		
		[OSHIRO right nervous]
		So? What do you think?
		
		[MINT left distracted]
		It's... 
		[MINT left sad]
		Uh, it's beautiful.
		The furniture looks expensive...

		[MINT left distracted]
		It's very... spacious.

		[MINT left sad]
		And the colors match really well.

		[MINT left normal]
		I can tell you put a lot of work into it.

		[OSHIRO right worried]
		{*}I knew it would impress you!{/*}

		[MINT left sad]
		Yeah.

		[MINT left distracted]
		...{n}{0.5}So, where's the exit?
		
		[OSHIRO right sideworried]
		{+thought}You imbecile, you're losing them!{+endthought}
		
		[OSHIRO right nervous]
		Oh err, I almost forgot to mention... 
		Valued guests such as yourself stay in{n}our finest accommodations at 77% off!
		
		[MINT left sad]
		{+MROSHIRO}, I don't know if you caught on yet, but...
		I... {0.3}don't want to stay.

		{trigger 0 Badeline appears in the mirror}
		
		[OSHIRO right serious]
		Please, {+MADELINE}.
		Please stay.
		
		[MINT left upset]
		{+mroshiro}, I've already been sidetracked for too long...

		{trigger 1 Badeline escapes the mirror}
		
		[BADELINE right angry]
		Oh, {0.3}great. {0.5}{n}Of course I run into you and {!}this{/!} {0.2}loser.
		
		[OSHIRO left serious]
		Loser? {silent_trigger 6}
		
		[BADELINE right upset]
		I already told you before, {+elcreepo}. 
		
		[BADELINE right angry]
		This resort is a {*}{!}dump{/!}{/*}{0.3}.

		[BADELINE right yell]
		No one would {*}{!}ever{/!}{/*} want to stay here.
		
		[MINT left angry]
		Hey!

		[BADELINE right scoff]
		{~}Someone{/~} had to say it.
		
		{trigger 4 Madeline steps closer to Oshiro}
		
		[MINT left sad]
		She doesn't mean that.
		
		[OSHIRO right serious]
		I... 

		[OSHIRO right lostcontrol]
		I'm very busy.
		Please leave, {+MADELINE}. {silent_trigger 5 Madeline jumps back}
		
		[BADELINE right upset]
		You know, I'm surprised {# 22FFAA}you{#} even made it this far.
		
		[BADELINE right scoff]
		Maybe you're not as stupid as you look.

		{trigger 2 Badeline blasts a hole in the ceiling}
		
		[BADELINE left normal]
		Here's your exit.
		Have fun.

	CH3_OSHIRO_SUITE_SAD0=
		{anchor bottom}
		[OSHIRO right sideworried]
		{+thought}Why would she come back and{n}say my beautiful hotel is a dump?{+endthought}

	CH3_OSHIRO_SUITE_SAD1=
		{anchor bottom}
		[OSHIRO right sidesuspicious]
		{+thought}How dare they insult you like that.{+endthought}

	CH3_OSHIRO_SUITE_SAD2=
		{anchor bottom}
		[OSHIRO right sideworried]
		{+thought}What if she's right?{+endthought}

	CH3_OSHIRO_SUITE_SAD3=
		{anchor bottom}
		[OSHIRO right sidesuspicious]
		{+thought}Of course she's right.{n}You couldn't even clean up without their help.{+endthought}

	CH3_OSHIRO_SUITE_SAD4=
		{anchor bottom}
		[OSHIRO right lostcontrol]
		{+thought}I tried. I'm doing my best.{+endthought}

	CH3_OSHIRO_SUITE_SAD5=
		{anchor bottom}
		[OSHIRO right serious]
		{+thought}{+MADELINE} only wanted to help!{+endthought}

	CH3_OSHIRO_SUITE_SAD6=
		{anchor bottom}
		[OSHIRO right sideworried]
		{+thought}But why were they... why was she still so cruel?{+endthought}

	CH3_OSHIRO_START_CHASE=
		[BADELINE left angry]
		And that's why I didn't want to look here.
		
		[BADELINE left upset]
		Now you owe me one. 

		[BADELINE left scoff]
		Add it to the list.
		
		[MINT right sad]
		Uh-huh.

		{trigger 0 Maddy walks away}
		
		[BADELINE left upset]
		Not your ordinary climb, huh?

		[BADELINE left scoff]
		Casually scaling a mountain, and now{n}all of a sudden you're {+elcreepo}'s therapist?

		{trigger 1 Maddy turns around}
		
		[MINT right sad]
		You know him?
		
		[BADELINE left upset]
		Remember that person I'm looking for?
		{+SHE}'s been here before.
		
		[BADELINE left scoff]
		Thought she might wanna try and{n}brighten his mood again.
		
		[MINT right distracted]
		Right...
		
		[MINT right sad]
		I've got another question... 
		
		[MINT right distracted]
		...about {+HER}.
		
		[MINT right sad]
		Why are you looking for them?
		
		[BADELINE left scoff]
		Now might not be the best time to explain.

		{trigger 2 Oshiro enters}
		
		[OSHIRO left serious]
		{+MADELINE}, before you go...
		I need to ask one question...
		
		[OSHIRO left serious]
		Why would you be so nice to me, only to run away?
		What did I do wrong?
		
		[BADELINE right scoff]
		Oh, give it a break. You still don't get it?

		[BADELINE right upset]
		No one wants to stay here,{n}especially with you peddling them all the time.
		
		[BADELINE right upset]
		This place probably violates several safety{n}laws for all I know.
		
		[BADELINE right angry]
		They were only looking for a way out.
		
		[MINT right sad]
		I-
		
		[BADELINE right yell]
		They didn't care for you!
		
		[MINT right angry]
		Shut up! 
		
		[MINT right sad]
		I just wanted to help. I swear.
		
		[BADELINE right angry]
		Ugh, this is pointless.
		
		[BADELINE right upset]
		I'm gonna go keep looking.
		
		[BADELINE right scoff]
		You two have fun.

		{trigger 3 Badeline disappears, Oshiro gets angry}

		[OSHIRO left lostcontrol]
		Pointless!?
		You only came here to humiliate me...
		I won't grovel at your feet any longer!
		
		[MINT right surprised]
		I didn't even do anything!

	CH3_OSHIRO_CHASE_END=
		{anchor top}
		[MINT right surprised]
		{+mroshiro}, stop!

		{trigger 0 Oshiro slams the roof below their feet and it begins shaking}
		
		[MINT right surprised]
		I just wanted to help!

	CH3_ENDING=
		[OSHIRO left serious]
		...
		I've decided to close the hotel for repairs.
		The second floor plumbing is leaking...
		...the library is in complete disarray...
		...not to mention the hole in the{n}ceiling of the presidential suite.

		{trigger 0 Turn and pause, turn back}

		[OSHIRO left serious]
		Please, just leave me alone.

# *** Chapter 04 ***

	CH4_GRANNY_1=
		[MINT left upset]
		Oh great, you again.

		{trigger 3 zoom in}
		
		[GRANNY right normal]
		Well well, I didn't expect to see you up here!
		I'm glad you're still in one piece.
		I see you made it through the hotel.{n}Did you meet {+mroshiro}?

		{trigger 4 maddy turns around}
		
		[MINT left upset flip]
		Yeah.
		He chased me out of there.
		After I cleaned up his mess.

		{trigger 0 Start Laughing}
		
		[GRANNY right laugh]
		Oh ho ho, that sounds like a fun morning.

		{trigger 1 Stop Laughing}
		
		[GRANNY right normal]
		{+oshiro} is a lost soul, dear.
		That place is much more than just a hotel to him.
		Don't make him your project.

		{trigger 5 maddy approaches}
		
		[MINT left upset]
		You know what I think?
		
		[MINT left angry]
		I think {0.5}this {+mountain} drove both of you crazy.

		{trigger 2 Wait a beat}
		
		[GRANNY right mock]
		Y'know, you're not the first person to say that.

		{trigger 0 Start Laughing}
		
		[GRANNY right laugh]
		Maybe you're right.
		How would I know if I were crazy?

		{trigger 1 Stop Laughing}
		
		[GRANNY right normal]
		The way I see it, the {+mountain} can't{n}bring out anything that isn't already in you.

		{trigger 0 Start Laughing}
		
		[GRANNY right laugh]
		But you gotta be a few crows short of a murder{n}to live up here in the first place, right?

		{trigger 2 Wait a beat}
		
		[MINT left upset]
		What are you even on about?

		{trigger 1 Stop Laughing}
		
		[GRANNY right mock]
		Oh, I'm just rambling like the old bat I am.

		[GRANNY right normal]
		Are you ready to give up?{n}I know a shortcut back to the bottom.

		{trigger 6 Maddy walks past granny}
		 
		[MINT right upset flip]
		Yeah, right.
		I'm serious about this summit.
		
		[GRANNY left normal flip]
		Sometimes it's hard to tell the difference{n}between stubbornness and determination, isn't it?
		You remind me of someone{n}I knew when I was young.

		{trigger 0 Start Laughing}

		[GRANNY left laugh flip]
		Good luck, and mind the wind!

	CH4_GRANNY_2=
		[MINT left upset]
		You don't get many visitors up here, do you?

		[GRANNY right normal]
		Not many.
		But I don't mind the solitude.

		[MINT left distracted]
		I guess {+mroshiro} could use some of that.
		He seems real troubled.
		
		[GRANNY right normal]
		{+OSHIRO} needs to move on from that hotel.
		But it's not going to happen on your schedule.
		And it doesn't help that you've got something to prove.
		
		[MINT left distracted]
		...

	CH4_GRANNY_3=
		[MINT left sad]
		Don't you get lonely in that little cabin?

		[GRANNY right normal]
		I have friends, dear.

		[GRANNY right mock]
		I may be crazy, but I'm not a hermit.

		[MINT left distracted]
		Uh-huh.

		[GRANNY right normal]
		When I was younger I couldn't imagine{n}staying in one place for this long.
		But then I found this {+MOUNTAIN}.
		I knew right away that it would be my home.

		[MINT left sad]
		What's so special about it?

		[GRANNY right normal]
		The {+MOUNTAIN} shows you who you really are.
		Whether you're ready for it or not.
		It keeps me honest.
		
		[MINT left distracted]
		It hasn't done that for me...
		
		[GRANNY right normal]
		Who knows?
		
		[GRANNY right mock]
		You could be going through the motions right now.

	CH4_GONDOLA=
		{anchor top}
		[UNKNOWN]
		{+MADELINE}! Wait up!

		{trigger 0 Enter Theo from above, he falls and lands on the ground face-down}
		
		[THEO left nailedit]
		{%}{*}N a i l e d    i t .{/*}{/%}

		{trigger 1 Check on Theo}
		
		[MINT right sad]
		{+theo}! Are you alright?
		
		[THEO left nailedit]
		Oof. Yeah. 
		Just give me a sec.

		{trigger 2 Theo gets up}
		
		[THEO left excited]
		A gondola! I've always wanted to ride one of these.
		
		[MINT right sad]
		It looks pretty old, but maybe it still works.
		
		[MINT right distracted]
		I don't see any other way to cross this chasm.
		Unfortunately.
		
		[THEO left excited]
		Let's do it!

		{trigger 3 Look at Lever}
		
		[THEO right normal]
		This lever looks important.

		{trigger 4 Pull Lever}
		
		[THEO right normal]
		Easy every time.

		[THEO right thinking]
		I was probably a gondola operator in a past life.
		
		[MINT left distracted]
		This thing is... {1.0}[MINT left sad]pretty high.

		[MINT left distracted]
		Do you think it's safe?

		[THEO right normal]
		I'm sure it's fine.

		{trigger 5 Wait a bit}

		[THEO right normal]
		How'd it shake out with {+oshiro}?

		[MINT left sad]
		You were right.

		[MINT left distracted]
		I shouldn't have tried to help him.

		[THEO right thinking]
		I hate to say I told you so, but...
		{0.6}[THEO right normal]I told you so.

		[MINT left distracted]
		Yeah, yeah...
		
		[MINT left sad]
		At least I came out alright.

		[THEO right normal]
		And that's what matters.
		
		{trigger 5 Wait a bit}
		
		[MINT left sad]
		This thing is...
		...{~}really{/~} high.
	
		[MINT left distracted]
		And my fear of heights isn't helping.
		
		{trigger 6 Wait for gondola to reach center}
		
		[THEO right excited flip]
		Okay, if we don't get a selfie on{n}this thing we're going to regret it.
		
		[MINT left sad flip]
		The scenery looks perfect, but...
		
		[MINT left distracted flip]
		I don't think... now's a good time for it.
		
		[THEO right normal flip]
		{+MADELINE}. Come on.
		There's never not a good time for a selfie.
		
		{trigger 5 Wait a bit}

		[MINT left distracted flip]
		I'm... serious.
		I can't even see the ground through the mist...
		How high up are we?

		[THEO right thinking flip]
		Less panicking, more posing.

		{trigger 7 Seflie, then gondola stalls out and badeline appears}
		{anchor bottom}
		
		[MINT left surprised]
		What was that?
		
		[THEO right wtf flip]
		Huh. Looks like we stalled out.

		{trigger 8 Madeline moves left}
		
		[MINT left sad]
		Oh no.

		[THEO right wtf]
		Maybe if I...

		{trigger 9 lever snaps off}
		
		[THEO right worried]
		Well, that's not good.

		{trigger 10 tentacles appear}
		
		[MINT left panic]
		No, this really isn't good.

		{trigger 11 tentacles grow}
		
		[THEO right worried]
		{+MADELINE}, you cool?

		[MINT left panic]
		Yeah... I just...

		{trigger 12 Maddy can't breathe}

		[MINT left panic]
		No, I'm not cool.
		Everything is {*}not{/*} cool.
		
		[THEO right serious]
		You're having a panic attack.

		[MINT left angry]
		Why would you think it's a good{n}idea to ride this stupid thing?

		[THEO right thinking]
		Come on, don't take this out on me.

		[THEO right serious]
		Stay with me here.
		My grandpa taught me a trick for this.
		Close your eyes.

		{trigger 13 Play breathing minigame}
		
		[THEO right normal]
		See? Easy every time.

		{trigger 14 Gondola continues to the end station}

		{anchor top}
		
		[THEO left normal]
		Feeling any better?
		
		[MINT right distracted flip]
		I think so. 
		Thanks for helping me calm down.

		{trigger 15 Wait a bit}
		
		[MINT right sad flip]
		How did you know we'd start moving again?
		
		[THEO left normal]
		Oh, I totally thought we were done for.

		{trigger 16 Theo takes out phone}
		
		[THEO left excited]
		Oh. My. God.
		{silent_trigger 17 Maddy faces theo}
		Look at this selfie though!
		
		[MINT right sad]
		...
		
		[MINT right distracted]
		{+thought}Still not me.{+endthought}

	CH4_GONDOLA_FEATHER_1=
		Picture a feather floating in front of you.

	CH4_GONDOLA_FEATHER_2=
		See it?

	CH4_GONDOLA_FEATHER_3=
		Okay.
	
	CH4_GONDOLA_FEATHER_4=	
		Your breathing keeps that feather floating.

	CH4_GONDOLA_FEATHER_5=
		Just breathe slow and steady, in and out.

# *** Chapter 05 ***

	CH5_ENTRANCE=
		[THEO right excited flip]
		Oh man, look at this place!
		Feeling adventurous?

		{trigger 0 Maddy turns right}

		[MINT left sad]
		Uh, I don't know. 
		It looks pretty big.
		
		[MINT left distracted]
		And dark.

		[MINT left sad]
		More like a nightmare than an adventure.

		{trigger 1 Theo turns left}
		
		[THEO right normal]
		I'll just take a quick peek, snap a few photos.

		{trigger 1 Theo turns right}

		[THEO right excited flip]
		This place must be ancient!

		[MINT left sad]
		{+THEO}, wait.
		
		[THEO right excited flip]
		My {# 1DA1F2}Twitter{#} followers are gonna eat this up.

		{trigger 2 Theo leaves}
		
		[MINT left distracted]
		Oh boy.
		
		[MINT left sad]
		Welp. Can't stop him now.

	CH5_PHONE=
		[MINT left sad]
		Uh oh.

		{trigger 0 Maddy walks to phone, ducks to pick it up}

		[MINT left distracted]
		This is {+THEO}'s phone...

		{trigger 1 Maddy stands back up}

		[MINT left determinedclosed]
		{>> 0.3}I swear, if he's dead...{>>}

	CH5_THEO_MIRROR=
		[MINT left normal]
		{+theo}! There you are!
		
		[THEO_MIRROR right excited]
		{+MADELINE}! Hey!
		
		[THEO_MIRROR right wtf]
		...uh, why are you inside a mirror?
		
		[MINT left sad]
		I'm pretty sure you're the one in the mirror.
		What happened?
		
		[THEO_MIRROR right wtf]
		Well, I was taking a nonchalant mirror selfie...
		Y'know, {~}{# aaaaaa}"It's your boy {+THEO} in this{n}ancient temple, no big deal."{/#}{/~}

		[THEO_MIRROR right thinking]
		{# ffff9b}\#blessed{/#}
		
		[MINT left distracted]
		{# d3d3d3}Uh-huh...
		
		[THEO_MIRROR right serious]
		Next thing I know I wake up lying on the ground.
		
		[MINT left sad]
		What does it look like over there?
		
		[MINT left distracted]
		More importantly, how do I get you out?
		
		[THEO_MIRROR right serious]
		It's, uh... it's really dark and weird. There's...
		
		[THEO_MIRROR right wtf]
		Wait, something's coming.
		I'm feeling a strong inclination to run away.
		
		[MINT left sad]
		Probably a good idea.
		
		[THEO_MIRROR right serious]
		Be careful, okay?
		
		[MINT left sad]
		You do the same.

	CH5_SHADOW_MADDY_0=
		[MINT left angry]
		{*}Hey!{/*} Where are we?
		{!}What did you do to {+theo}?{/!}
		
		[BADELINE right scoff]
		You think {~}I'm{/~} doing this?
		That's cute.
		
		[BADELINE right upset]
		Honey, this is exactly what I warned you about.
		
	CH5_SHADOW_MADDY_1=
		[MINT left angry]
		Don't dodge the question!
		{!}Where's {0.5}{+theo}?{/!}
		
		[BADELINE right scoff]
		Probably got himself stuck, or worse.
		
		[MINT left sad]
		Oh no...

		[BADELINE right normal]
		See what I mean?
		This is the REAL power of the {+MOUNTAIN}.

		[BADELINE right upset]
		You're both not even supposed to be here.

	CH5_SHADOW_MADDY_2=
		[MINT left distracted]
		How did we even end up in this place?
		
		[BADELINE right angryAlt]
		You two? I have no idea.
		
		[BADELINE right angry]
		At least it makes sense for {~}me{/~} to be here. 
		I'm {+PART_OF_HER}.
		
		[MINT left sad]
		Wait, part of who?

		[BADELINE right angryAlt]
		Jeez, how long until I can get{n}this through your stupid head?
		
		[BADELINE right upset]
		I'm {0.3}loo{0.3}king {0.3}for {0.3}some{0.3}one.
		And this place is her subconscious.{n}{0.4}At least, a representation of it.
		This is my best chance at trying to reach her.
		
		[MINT left sad]
		Why's everything so... {0.7}[MINT left distracted]messed up?
		
		[BADELINE right upset]
		The temple only magnifies the {+MOUNTAIN}'s power.
		If this place is still here,{n}that means {# F94A4A}she{#} must be around.
		
		[MINT left distracted]
		...
		
		[BADELINE right upset]
		That's why {~}I'm{/~} here.
		I need to set something right.

	CH5_SHADOW_MADDY_3=
		[MINT left sadder]
		That's nice and all, but...
	
		[MINT left panic]
		Can you at least help me outta here..?
		
		[BADELINE right angry]
		You think I'm gonna be your {~}guide{/~} around here?
		
		[BADELINE right angryAlt]
		My plan is to look for someone, not help you.

		[MINT left panic]
		...

		[BADELINE right upset]
		Still think you can {~}climb this {+MOUNTAIN}?{/~}
		
		[BADELINE right scoff]
		I really do doubt you'll make it.
		
		[BADELINE right normal]
		It was fun to watch while it lasted, though.

		[MINT left angry]
		Oh yeah?

		{trigger 0 Badeline Leaves}

		[MINT left angry]
		{*}I don't need your help.{/*}
		
		[MINT left upset]
		I'll do this alone.

	CH5_REFLECTION=
		[MINT right sad]
		Great.
		
		[MINT right distracted]
		No way out...
		The walls are crawling...
		
		[MINT right sadder]
		And now there's giant {0.3}{*}eyeball monsters{/*} chasing me.

		{trigger 0 Madeline falls to knees}
		
		[MINT right panic]
		You have to see this through, {+MADELINE}. Don't... panic.
		You... have to...

		{trigger 1 Madeline stops panicking}

		[MINT_MIRROR left determinedclosed flip]
		...
		
		[MINT_MIRROR left determined flip]
		Get up, {+MADELINE}.
		
		[MINT right panic]
		...

		{trigger 2 Madeline gets up}
		
		[MINT_MIRROR left determinedclosed flip]
		Stressing out only makes things worse.
		Just breathe.
		You can do this.
		
		[MINT right sadder]
		...
		
		[MINT_MIRROR left determined flip]
		Focus. 
		Just save {+theo}. 
		And get the hell out of here.

	CH5_SEE_THEO=
		[MINT left normal]
		{+theo}! Thank God I found you.
		
		[THEO right excited]
		{+MADELINE}! Wow, am I happy to see you.

		{trigger 0 zoom in}

		[MINT left sad]
		Are you alright?
		
		[THEO right serious]
		Yeah, I'm fine. 	

		[THEO right thinking]
		I've just been stuck in this... crystal thing for ages.

		[THEO right wtf]
		Do you get the feeling that this place{n}knows you better than you know yourself?
		
		[MINT left distracted]
		I wish I could agree.

		[MINT left upset]
		Was that selfie really worth it, though?

		[THEO right yolo]
		Selfies are always worth it, dude.

		{trigger 1 Madeline turns around}

		[MINT left sad flip]
		Geez, it's almost like there's no way out of here.
		
		[MINT left distracted flip]
		I already feel lost enough.
		Now I'm in a maze of... {0.4}things that wanna kill me.
		It's making me feel so out of place.

		{trigger 2 wait a bit}

		[THEO right thinking]
		Hey, we're in this together.

		[THEO right wtf]
		Don't act like you're the only one.

		{trigger 3 Madeline turns back, zoom out, room gets brighter}

		[MINT left sad]
		What do you mean?

		[THEO right wtf]
		I know you're probably scared right now,{n}but stressing out isn't the best option.
		
		[THEO right serious]
		Think on the bright side.
		
		[THEO right thinking]
		There's gotta be a way outta here.
		I just know it.
		
		[MINT left determinedclosed]
		...
		
		[MINT left sad]
		Alright.

		{trigger 0 zoom back in}

		[MINT left sad]
		I've got your back.
		
		[MINT left normal]
		I'll bust you out of that thing,{n}then we'll escape together.

		[MINT left sad]
		Just as soon as I find my way around to you...
		
		[THEO right serious]
		{+MADELINE}, you're my only hope right now.
		I believe in you, for real.

		[MINT left distracted]
		I'll try.

	CH5_SEE_THEO_B=
		[MINT left distracted]
		So...

		[MINT left sad]
		Did you... ever get that selfie?

		[THEO right excited]
		I sure did!
		
		[THEO right excited]
		It looks awesome.
		
		[MINT left normal]
		Hey, cool! Can I see it?
		
		[THEO right excited]
		Oh, I totally would!
	
		[THEO right serious]
		But I'm still in this crystal.
		
		[MINT left sad]
		Oh. Yeah.
		
		[THEO right thinking]
		Also, {>> 0.3}pretty sure{>>} I dropped my phone somewhere{n}between now and... {0.5}uh, however long ago.
	
		[MINT left distracted]
		Right, sorry.
		
		[THEO right wtf]
		I wouldn't worry about it too much right now.
		
		[THEO right thinking]
		We'll just find it when we get out.
		
		[THEO right serious]
		But first, we gotta deal with this.
		Clear your head, and lock in.

		[MINT left determined]
		Yeah. 
		
		[MINT left determinedclosed]
		I can do this.

	CH5_FOUND_THEO=
		[MINT left normal]
		{+theo}! I finally found you.
		
		[THEO right excited]
		I knew you'd make it!

		[MINT left sad]
		It wasn't easy...

		[MINT left distracted]
		Those monsters get annoying after a while.
		
		[THEO right thinking]
		You know what else gets annoying?

		[THEO right wtf]
		This crystal.
		
		[MINT left sad]
		Oh, right.

		[MINT left normal]
		Don't worry, I'll break you out!

		{trigger 0 Attempt to break the crystal, but it just falls to the ground}
		
		[THEO right thinking]
		Well, this is a solid start, but...
		
		[THEO right wtf]
		This crystal is, like, an expression of my{n}negative psychic energy... or whatever.

		[MINT left sad]
		Yeah, we've broken you out...
		But how do we {~}actually{/~} break you out?

		[THEO right serious]
		If I knew {~}why{/~} I trapped myself in{n}this thing, maybe I could bust out.

		[THEO right wtf]
		But I don't.

		[THEO right thinking]
		And I don't think I can get to the bottom of it{n}while we're stuck in this nightmare dimension.
		
		[THEO right serious]
		I hate to say it, but you might have to-
		
		[MINT left sad]
		Carry you?
		
		[THEO right thinking]
		That's {0.5}not a problem, right?
		
		[MINT left distracted]
		Um...
		
		[MINT left normal]
		Yeah, I can do that.

	CH5_THEO_SAVING_LIFT=
		[THEO left thinking]
		Dang, you can lift.

	CH5_THEO_SAVING_A=
		[THEO left excited]
		{~}Alright{/~}, you got this!

	CH5_THEO_SAVING_NICE=
		[THEO left thinking]
		Crushing it! That door didn't stand a chance.

	CH5_THEO_SAVING_B=
		[THEO left worried]
		Uh oh... I hope you know how to deal with these things.

	CH5_THEO_SAVING_C=
		[THEO left worried]
		Another one!? Come on...

	CH5_THEO_SAVING_SWITCH=
		[THEO left thinking]
		{+theo} saves the day again.

	CH5_THEO_SAVING_DUNK=
		[THEO left nailedit]
		I'm helping.

	CH5_THEO_SAVING_REALLY=
		[THEO left thinking]
		Now you're just showing off.

	CH5_THEO_SAVING_D=
		[THEO left excited]
		We have to be close, I can feel it.

	CH5_THEO_SAVING_E=
		[THEO left worried]
		Just a bit further. You got this, {+MADELINE}.

	CH5_BSIDE_THEO_A=
		[THEO left excited]
		It's the temple remix, featuring your boy {+MIXMASTER_THEO}!

	CH5_BSIDE_THEO_B=
		[THEO left wtf]
		This isn't canon, is it?

	CH5_BSIDE_THEO_C=
		[THEO left wtf]
		Uhh, this one is clearly impossible.

# *** Chapter 06 ***

	CH6_THEO_INTRO=
		[MINT right normal]
		{+theo}, you're awake!

		[THEO left thinking]
		Am I? I'm skeptical...

		[THEO left wtf]
		I had a {~}messed up{/~} nightmare.
		
		[MINT right distracted]
		Yeah, about that...

		[THEO left wtf]
		Wait...

		[THEO left thinking]
		Oh, yep, it's all coming back to me now.

		[THEO left wtf]
		That actually happened.

		[THEO left serious]
		Thanks for getting us out of there.

		[MINT right distracted]
		No problem.

		[MINT right sad]
		You were a real big help in{n}that whole escape routine.

	CH6_THEO_ASK_OUTFOR=
		[THEO left thinking]
		How long was I out for?
	CH6_THEO_SAY_OUTFOR=
		[THEO left thinking]
		How long was I out for?

		[MINT right sad]
		It must've been a few hours...

		[THEO left serious]
		Man, what a ride.

		[MINT right upset]
		Tell me about it.

		[MINT right sad]
		Are you okay?

		[THEO left thinking]
		I mean, aside from the existential crisis?

		[THEO left wtf]
		Yeah, I'm fine.

	CH6_THEO_ASK_EXPLAIN=
		[THEO left wtf]
		What's really going on here?
	CH6_THEO_SAY_EXPLAIN=
		[THEO left wtf]
		Clearly this isn't a normal {+MOUNTAIN}.
		What's really going on here?

		[MINT right distracted]
		...
		
		[MINT right sad]
		I should've told you sooner.
		This is gonna sound real crazy, but...

		[MINT right sad]
		Apparently, this {+MOUNTAIN}'s{n}got some really strong powers.
		
		[MINT right distracted]
		It's the best explanation as to why{n}everything's so weird.
		
		[MINT right sad]
		Back at the ruins, I saw... someone. I didn't think much of it because it felt like a dream.
		
		[MINT right sad]
		But then they came back,{n}and kept making things worse.

		[MINT right distracted]
		They were probably the reason the gondola stalled...
		They even harassed {+oshiro}.

		[THEO left wtf]
		You mean {+elcreepo}?
		
		[MINT right sad]
		Yeah. Basically, they're like{n}some sort of... chaotic evil.
		
		[MINT right distracted]
		Or neutral.
		
		[MINT right sad]
		Might also be why the temple was so messed up.
		
		[THEO left serious]
		And you think the {+MOUNTAIN} is doing all this?

		[MINT right distracted]
		That's my theory.

		[THEO left worried]
		...
		Why didn't you say something?
		I wouldn't have gone into that temple{n}if I knew what this {+MOUNTAIN} was capable of...

		[MINT right upset]		
		Hey, I tried to stop you.	
		
		[THEO left wtf]
		...
		
		[MINT right sad]
		Come on, {+THEO}.
		You know how crazy this sounds.

		[MINT right distracted]
		I didn't wanna believe it myself.

		[THEO left wtf]
		Okay, okay.
		I understand.

		[THEO left thinking]
		Next time just {0.3}talk to me, though.
		I promise I'll believe you.

		[MINT right distracted]
		Okay.

	CH6_THEO_ASK_THANKYOU=
		[MINT right distracted]
		Thank you, for believing in me back there.
	CH6_THEO_SAY_THANKYOU=
		[MINT right distracted]
		Thanks, {+THEO}.
		...for believing in me back there, I mean.

		[THEO left wtf]
		Believing in you was the easy part.

		[THEO left thinking]
		I wish I could've helped.

		[THEO left wtf]
		I was pretty useless, stuck in that thing.
		
		[MINT right sad]
		What do you mean?

		[MINT right normal]
		You actually helped way more than you think.

		[MINT right distracted]
		I don't think we would've made it{n}outta there without your support.

	CH6_THEO_ASK_TRUST=
		[THEO left wtf] 
		Are you actually a cloud?
	CH6_THEO_SAY_TRUST=
		[THEO left thinking] 
		Alright, I got a question for you.
		
		[MINT right sad]
		Yeah?
		
		[THEO left wtf] 
		Are you actually a cloud?
		
		[MINT right distracted]
		...
		
		[THEO left thinking] 
		You don't have to answer if it's too personal.
		
		[MINT right distracted]
		No, it's not.
		It's just... hard to explain.
		...
		
		[MINT right sad]
		Yeah. I am.
		It's just... 
		
		[MINT right distracted]
		The only part of me that really{n}is a cloud is my head.
		
		[MINT right sad]
		I'm still basically a normal person.{n}I just behave a bit differently overall.
		
		[THEO left normal] 
		I guess you could say...
		
		[THEO left excited] 
		You're an airhead?
		
		[MINT right upset]
		...
		
		[THEO left normal] 
		Sorry.
		
		[THEO left thinking] 
		The joke was there.{n}I had to make it.
		
		[MINT right distracted]
		I can't even be mad at you for it.
		
	CH6_THEO_ASK_WHY=
		[MINT right distracted]
		How are you able to stay so calm about things?
	CH6_THEO_SAY_WHY=
		[MINT right sad]
		Hey, {+theo}?
		
		[THEO left normal] 
		Yeah?
		
		[MINT right distracted]
		How are you able to stay so calm about things?
		
		[MINT right sad]
		Like, have a clear mind and all that?

		[MINT right distracted]
		I've always tried to be chill about things,{n}but I don't exactly have... tenacity.
		
		[THEO left thinking]
		Hmmm...
		
		[THEO left normal]
		I guess it runs in the family, y'know?

		[MINT right normal]
		Really? 

		[THEO left normal]
		Yeah.{n}I think I mostly got it from my sister, though.
		
		[THEO left thinking]
		I always looked up to her.
		
		[THEO left normal]
		She's a pretty cool gal. Her name's {+ALEX}.
		
		[MINT right surprised]
		Woah, you've got a sister?
		
		[MINT right normal]
		What's she like?

		[THEO left excited]
		Oh, you'd love her!

		[THEO left wtf]
		Actually, you might not get along at first...

		[THEO left thinking]
		But you'd eventually love her.

		[THEO left excited]
		She's a {~}literal{/~} rockstar.

		[MINT right sad]
		She's a musician?
		
		[MINT right normal]
		Hey, me too!

		[THEO left thinking]
		Okay, she's not {~}literally{/~} a literal rockstar.

		[THEO left normal]
		{+ALEX} is just... amazing at everything.
		She's studying to be a civil rights lawyer.

		[MINT right sad]
		Woah, sounds intense.
		
		[THEO left thinking]
		Anyway, she's a huge inspiration.

		[THEO left normal]
		It's obvious that she'll get where she needs to be.

		[THEO left wtf]
		I just hope that I'll be able to do the same.
		
		[THEO left normal]
		That's why I try to be positive.
		Something good will come out of it eventually.
		
	CH6_THEO_ASK_DEPRESSION=
		[THEO left wtf] 
		Who exactly is this... "someone"?
	CH6_THEO_SAY_DEPRESSION=
		[THEO left wtf]
		You mentioned this "someone" you keep running into...
		Do you know who they are?
		
		[MINT right distracted]
		...{0.4}I'm not entirely sure.
		I'd give you a solid answer{n}if I could, but I never asked.
		I was too busy trying to get away from them.
		
		[THEO left thinking]
		Sounds like a pushover.
		
		[MINT right distracted]
		...
		
		[MINT right distracted]
		They did refer to themselves as "{+PART_OF_HER}," though.
		
		[THEO left wtf]
		Part of... who?
		
		[MINT right distracted]
		I wish I knew...
		
		[MINT right sad]
		But that's why they're here.
		To... look for whoever {+she} is.
		
		[MINT right distracted]
		They said they wanted to fix something with her.
		
		[THEO left wtf]
		Sounds... kinda personal.
		
		[THEO left thinking]
		I wouldn't get too into their business if I were you.

		[MINT right sad]
		I know, but...
		If I keep running into them like this,{n}it's gotta be for some reason.
		
		[MINT right distracted]
		And something's telling me to go{n}out of my way and help again.
		
		[THEO left serious]
		...
		
	CH6_THEO_ASK_DEFENSE=
		[THEO left wtf]
		What's with you and wanting to help people?
	CH6_THEO_SAY_DEFENSE=
		[THEO left wtf]
		What's with you and wanting to help people?
		We both know what happened last time.
		
		[MINT right upset]
		Hey, {+oshiro} was just crazy in general.
		
		[MINT right sad]
		This person's another story.
		
		[THEO left serious]
		But why are they so important to you?
		You don't even know them.
		
		[MINT right distracted]
		I know, I just...
		
		[MINT right sad]
		I keep bumping into them, and they've got a problem.
		It feels rude to just {0.3}{*}ignore them{/*} and not do anything.
		
		[MINT right distracted]
		Yeah, I should've listened about {+oshiro}.{n}He was kind of a lost cause anyway.
		But this person is just looking for someone.{n}It can't be that hard.
		
		[THEO left normal]
		Well, if it's that important to you, then{n}it wouldn't hurt to offer to help.
		
		[THEO left serious]
		But don't pester them about it. 
		
		[THEO left thinking]
		It might not... you know, help.
		
		[MINT right sad]
		If I see them again, I'll just ask about it.
		
	CH6_THEO_ASK_VACATION=
		[THEO left thinking]
		Why are you climbing the {+MOUNTAIN}?
	CH6_THEO_SAY_VACATION=
		[THEO left normal]
		Hey, that reminds me.
		
		[THEO left thinking]
		Why ARE you climbing the {+MOUNTAIN}?
		
		[MINT right distracted]
		I dunno, actually.
		
		[MINT right sad]
		I read about it somewhere and it sounded like it'd{n}be a challenge. {0.4}[MINT right normal]And challenges are fun.
		
		[THEO left normal]
		I guess, but isn't it hard enough already?
		
		[THEO left thinking]
		You've gone through a lot,{n}from the sounds of it.
		
		[THEO left excited]
		I mean, I've been having fun.
		
		[THEO left thinking]
		Despite the fact I've almost died.
		
		[MINT right distracted]
		I guess, but...
		It's like a grand test of willpower now.
		I feel more conflicted than anything.
		
		[MINT right sad]
		And that's... kinda what I wanted to avoid.
		
		[MINT right distracted]
		I did it just to get away from stuff.{n}{0.3}You know, {0.1}not think about things.
		
		[THEO left thinking]
		Yeah, I get that.
		
		[THEO left normal]
		But don't let it get you too down.
		Things'll sort themselves out eventually.
		
		[THEO left thinking]
		Sometimes it helps to be an optimist.
		
		[MINT right distracted]
		I guess.

	CH6_THEO_ASK_FAMILY=
		[MINT right sad]
		What brought you to the {+MOUNTAIN}?
	CH6_THEO_SAY_FAMILY=
		[MINT right sad]
		Well, what about you?
		What brought you to the {+MOUNTAIN}?

		[THEO left normal]
		I'm just kind of bumming around.
		
		[THEO left thinking]
		As usual.

		[THEO left normal]
		Remember that job I mentioned a while ago?
		I thought I {~}finally{/~} knew what I was{n}supposed to be doing with my life...

		[THEO left wtf]
		But I hated it.

		[THEO left thinking]
		So I quit after a week and hopped a bus to Canada.

		[THEO left wtf]
		I just felt this urge to...{n}get lost in the middle of nowhere.
		...
		Now that I'm saying it out loud,{n}I realize how flakey it sounds.

		[MINT right sad]
		Sounds pretty pressurizing.

		[THEO left thinking]
		Not really.
		Everyone is so patient with me.

		[THEO left serious]
		Though I guess I am putting a{n}lot of pressure on {~}myself.{/~}

		[THEO left wtf]
		People always think I'm comparing myself to{n}{+ALEX}, but I {~}swear{/~} that isn't the problem.
		I'm just worried that I'll never{n}figure out where I'm going.
		
		[MINT right distracted]
		You said you wanted to feel lost...

		[MINT right normal]		
		Guess you should just embrace that for now.

		[THEO left serious]
		Maybe.

	CH6_THEO_ASK_GRANDPA=
		[MINT right normal]
		How's your grandpa doing?
	CH6_THEO_SAY_GRANDPA=
		[MINT right normal]
		How's your grandpa doing?
		
		[THEO left serious]
		I wish I could tell you.

		[MINT right sad]
		Why not?
		You haven't heard from him, or...?
		
		{trigger 0 Wait a bit}
		
		[MINT right distracted]
		No, wait.
		I pieced it together.
		
		[MINT right sad]
		I'm... sorry about that, {+THEO}.

		[THEO left serious]
		It's okay. That's just how it is.

		[MINT right distracted]
		...

		[THEO left wtf]
		All I can do is stay positive.

		[THEO left serious]
		And live a meaningful life,{n}because that's what he would want.

		{trigger 0 Wait a bit}

		[MINT right sadder]
		I'm sure he'd be happy to see you still going.

		[THEO left serious]
		Thanks.

	CH6_THEO_ASK_TIPS=
		[MINT right normal]
		Your grandpa must've been really cool.
	CH6_THEO_SAY_TIPS=
		[MINT right distracted]
		Well...

		[MINT right sad]
		I haven't heard much, but I bet{n}your grandpa must've been really cool.

		[THEO left excited]
		Oh, he was!{n}He taught me a lot of things.

		[THEO left normal]
		Actually, he was the one who{n}told me about {+CELESTE_MOUNTAIN}.
		He always said that this place changed his life.

		[THEO left thinking]
		After I quit my job in Seattle,{n}I realized how close I was to it.
		I felt like he was telling me to come here.

		[THEO left wtf]
		Grandpa said that the {+MOUNTAIN} was {~}"special."{/~}

		[MINT right sad]
		Did he ever talk about what it was like?

		[THEO left thinking]
		Well, he never said anything about what happened here.

		[THEO left thinking]
		The {+MOUNTAIN} was probably different back then.
		
		[MINT right sad]
		I suppose so.

		[MINT right distracted]
		His experience was probably less... confusing.

		[THEO left wtf]
		He found the {+MOUNTAIN} before I was born.
		I don't know what he was like before that.

		[THEO left serious]
		I wonder what he learned about himself here...

	CH6_THEO_ASK_TEMPLE=
		[THEO left wtf]
		Who do you think built that temple?
	CH6_THEO_SAY_TEMPLE=
		[THEO left wtf]
		Hey, who do you think built that temple?

		[MINT right sad]
		...Good question.
		
		[MINT right distracted]
		It looks REALLY old...
		Probably older than everything else on the {+MOUNTAIN}.{n}The resort, the ruins, the city...

		[THEO left serious]
		There's a lot of history here.

		[MINT right distracted]
		Yeah.{n}{0.2}I guess the {+MOUNTAIN} meant a lot to so many people.

		[MINT right normal]
		I'm starting to understand why{n}that old lady lives here.

		[THEO left excited]
		You ran into her too?

		[THEO left thinking]
		What's her deal?

		[MINT right upset]
		I dunno. 
		She just sounds really hard-headed.

		[MINT right distracted]
		...{0.2}but she does seem pretty content living out here.

	CH6_THEO_ASK_SELFIE=
		[MINT right normal]
		I got an idea.
	CH6_THEO_SAY_SELFIE=
		[MINT right sad]
		...
		You know what?
		
		[MINT right normal]
		I got an idea.
		Let's take another selfie.

		[THEO left excited]
		I thought you'd never ask.

		{trigger 1 selfie sequence}

		[MINT right distracted]
		...

		[THEO left wtf]
		Wait a second...

		[THEO left excited]
		You're going to reach the summit tomorrow!

		[MINT right distracted]
		Guess so.
		
		[MINT right sad]
		I think it's better to stop thinking about things.
		
		[MINT right distracted]
		At least, for now.
		
		[MINT right sad]
		And... just keep going.

		[THEO left normal]
		I'll be cheering you on.
		We should get some sleep.

		[MINT right normal]
		Yeah, alright. 
		Goodnight, {+THEO}.

		[MINT right distracted]
		Thanks for... being cool.

		[THEO left thinking]
		What can I say? It comes naturally.

	CH6_THEO_ASK_SLEEP=
		[MINT right distracted]
		I'm gettin' real tired.
	CH6_THEO_SAY_SLEEP=
		[MINT right distracted]
		I'm gettin' real tired.
		Probably gonna go to sleep.

		[THEO left thinking]
		Oh, are you sure you don't want to keep talking?

		[THEO left normal]
		I'm tired too, but we have a lot to talk about.

	CH6_THEO_ASK_SLEEP_CONFIRM=
		[MINT right sad]
		Yeah, sorry. I'm really tired.
	CH6_THEO_SAY_SLEEP_CONFIRM=
		[MINT right distracted]
		I would if I could keep my eyes open, but...
		
		[MINT right sad]
		Yeah, sorry. I'm really tired.

		{+CH6_THEO_SAY_SELFIE}

	CH6_THEO_ASK_SLEEP_CANCEL=
		[MINT right normal]
		I can stay up for a few more minutes.
	CH6_THEO_SAY_SLEEP_CANCEL=
		[MINT right sad]
		You know what?
		
		[MINT right normal]
		I guess can stay up for a few more minutes.

	CH6_DREAMING=
		[MINT left distracted]
		Aurora Borealis?
		So this is where they localized it...

		[BADELINE right worried]
		Why am I here?

		[MINT left sad]
		Oh yeah, right.
		I want to talk.

		[BADELINE right upset]
		...Okay.

		[MINT left distracted]
		I got some... questions to ask.
		It's about whoever you're looking for.
		
		[MINT left sad]
		What's {0.5}going on between you two, exactly?
		You said you wanted to set something right.
		What happened?
		
		[BADELINE right upset]
		This isn't really your business, you know.
		
		[MINT left distracted]
		I figured. But we keep coming across each other.
		
		[MINT left sad]
		We're up here, now.{n}And this time isn't by coincidence.
		
		[MINT left distracted]
		Can't really think of any other reason, other than...
		
		[BADELINE right angryAlt]
		{>> 0.7}You think {0.5}you're dreaming again.{>>}
		
		[BADELINE right angry]
		And I {~}guess{/~} I have to be here for it. {1.0}{>> 0.7}Again.{>>}
		
		[MINT left sad]
		And you thought I wouldn't get this far.
		
		[BADELINE right upset]
		...
		
		[MINT left sad]
		Seriously. I can tell you're having some kind of trouble.
		I won't tell anyone else.
		
		[BADELINE right upset]
		...
		Okay.
		{>> 0.5}...{>>}{0.8}[BADELINE right worried]I messed up.
		Big time.
		
		[MINT left sad]
		What'd you do?
		
		[BADELINE right upset]
		She wanted to climb the {+MOUNTAIN}{n}just as much as you did.
		And then she came across me.
		I treated her the same way I treated you.
		Said she couldn't make it to the top and all that.
		I brought her down.
		
		[BADELINE right worriedAlt]
		And then... {0.3}she ran away.
		
		[BADELINE right worried]
		I didn't think about it too much until{n}I realized {0.4}I couldn't talk to her anymore.
		
		[MINT left sad]
		...
		
		[BADELINE right upset]
		I wanted to apologize.
		Try and make things right.
		So I've been looking for her ever since.
		
		[MINT left sad]
		Maybe she's just taking a break.
		
		[BADELINE right upset]
		From what?
		
		[MINT left sad]
		From you.
		You're like... all the bad parts of her.
		She probably just needs a break from you.
		
		[MINT left distracted]
		She'll learn to come to terms with you someday.
		
		[BADELINE right worriedAlt]
		But she's still here. I know it...
		
		[MINT left sad]
		Just stop looking for now.
		You already piled a lot of stress{n}on yourself by doing that.
		
		[MINT left sad]
		Wait things out.{n}She eventually has to learn to talk with you again.
		
		[BADELINE right worriedAlt]
		But...
		
		[MINT left normal]
		It'll be alright.
		
		[BADELINE right worried]
		But I...

		[BADELINE right sad]
		I...
		
		[BADELINE right freakA pop]
		{silent_trigger 0 Tentacles Appear}
		NO!

		[BADELINE right freakB pop]
		{silent_trigger 0 Tentacles Appear More}
		You think you can just {~}change my mind?{/~}
		{silent_trigger 0 Tentacles Appear moooore}
		You think you can get me{n}to {~}give up{/~}, just like that?
		{silent_trigger 0 Tentacles Appear EVEN MORE}
		You think you can {~}CONTROL{/~} me!?

		[BADELINE right freakC pop]
		{silent_trigger 1 Tentacles grab Madeline}
		{!}{*}ANSWER ME, FOOL!{/*}{/!}

		[MINT left surprised]
		Woah, hold on! Calm down!

		{trigger 4 start circling the player}
		[BADELINE right freakC_cont]
		{!}{*}Calm down!?{/*}{/!}

		[MINT left determinedclosed]
		Okay, {+MADELINE}.
		Breathe.
		Use the feather.

		{trigger 2 Feather minigame}

		[BADELINE right freakBAlt]
		You're going to {~}think about a feather{/~} to stop me?

		{trigger 3 Destroy feather minigame}

		[BADELINE right freakBAlt]
		You are NOT {*}above me.{/*}
		You CANNOT {*}STOP me.{/*}
		You {*}CAN'T{/*} climb this {+MOUNTAIN}.

		[BADELINE right freakCAlt pop]
		{*}And it's time {!}YOU{/!} got out of my way.{/*}

	CH6_THEO_WATCHOUT=
		[THEO left worried]
		{+MADELINE}, what's happening!?

	CH6_REFLECT_AFTER=
		[MINT left sad]
		Great.
		
		[MINT left distracted]
		Starting from the bottom, I guess.
		
		[MINT left sadder]
		All that progress... gone.
		...
		
		[MINT left sad]
		But...
		
		[MINT left distracted]
		I shouldn't have put her down like that.
		That was a mistake.
		
		[MINT left sad]
		On my part.
		
		[MINT left distracted]
		...{0.8}Now I'm just like her.
		
		[MINT left sad]
		I gotta make things right.
		Like she wants to.
		
	CH6_OLDLADY=
		[GRANNY right normal]
		Oh, hello again.

		[MINT left upset]
		Of course you're here.

		{trigger 0 Zoom in}

		[GRANNY right mock]
		Callin' it quits I see.
		
		[MINT left upset]
		No, I fell.
		It's over.

		[GRANNY right normal]
		That's probably for the best.
		The {+MOUNTAIN} doesn't pull any punches.

		[MINT left upset]
		Yeah, I get it. 
		I wasn't strong enough to climb your stupid {+MOUNTAIN}.

		[MINT left distracted]
		You can laugh at me again if you want.

		{trigger 1 Start laughing}
		
		[MINT left upset]
		...

		{trigger 2 Stop laughing}
		
		[GRANNY right normal]
		Sometimes you gotta know when to throw in the towel.
		You'll get over it.

		{trigger 3 Maddy walks right}
		
		[MINT left angry]
		You know what?
		I had a lot of time to think,{n}climbing out of this cave...	
		And I'm already {*}over it.{/*}

		{trigger 4 Maddy walks left}

		[MINT left upset flip]
		That {0.4}{+PART_OF_HER}{0.4} was right, I can't do this.

		[MINT left panic flip]
		I'll just... go home to my sad life{n}and {.4}be miserable forever.

		{trigger 5 Wait a bit}
		
		[GRANNY right normal]
		You clearly aren't over it.

		{trigger 6 Maddy turns right}
		
		[MINT left upset]
		Shut up, I know.

		[MINT left distracted]
		It's just...
		I was so close. I was almost there.
		But no matter where we bump into each other,{n}she sabotages me every step of the way.
		
		[GRANNY right normal]
		A lot of kids come here to climb{n}this {+mountain}, only to give up.
		It's a shame that you fell,{n}I was starting to think you'd make it.

		[MINT left sad]
		What makes me so special?

		[GRANNY right normal]
		I've never met someone so confused about things.

		{trigger 1 Start lauging}

		[GRANNY right laugh]
		Honestly, I thought you'd get lost{n}somewhere on the {+MOUNTAIN}.

		[MINT left upset]
		Gee, thanks.

		{trigger 2 Stop laughing}

		[GRANNY right normal]
		This girl you're talking about,{n}it sounds like she's holding you back.
		Talk to her.
		Figure out why she's so scared.
		
		[MINT left sad]
		You think she's... scared?

		[MINT left distracted]
		I guess I never thought of it that way.
		
		[GRANNY right normal]
		Stop wasting both of our time and {~}ask her.{/~}
		What have you got to lose?

	CH6_OLDLADY_B=
		[MINT left sad]
		I don't know how to find her...

		[GRANNY right normal]
		Sounds like you both tend to{n}bump into each other a lot.
		
		[GRANNY right laugh]
		You're both practically magnets.
		
		[GRANNY right normal]
		If you keep moving forward,{n}she won't take long to find.

		[MINT left upset]
		...so you know about the {+MOUNTAIN}'s power.

		[GRANNY right normal]
		Of course I know. I live here.
		I tried to warn you.

		[MINT left distracted]
		You did?

		[GRANNY right normal]
		A glimpse at the truth is good for people.
		Even if most can't accept what they see.
		There's no shame in running back{n}to your car and driving away.
		Some day you'll be ready,{n}then you'll come back.

		[MINT left distracted]
		...
		No.

		[MINT left sad]
		I'm going to see this through.
		No more running.

		[GRANNY right normal]
		I thought so.
		Good luck.

	CH6_OLDLADY_C=
		[MINT left sad]
		Hey, how can you stand living here?
		Isn't it hard to deal with this all the time?

		[GRANNY right normal]
		It's true, you never really get used to it.
		But it keeps me sharp.
		I like that about it.

		[MINT left sad]
		But the {+MOUNTAIN} is so... confrontational.

		[GRANNY right normal]
		Sure, it doesn't beat around the bush.
		{+CELESTE_MOUNTAIN} is a place of healing, dear.
		The first step of healing{n}is confronting the problem.
		It's never easy.

		[MINT left distracted]
		Tell me about it.

	CH6_BOSS_START=
		[BADELINE right angry flip]
		Looking for me?

		[MINT left sad]
		Yeah.
		
		[BADELINE right angry flip]
		How's your {~}mountain hike{/~} going?
		
		[MINT left distracted]
		That's not important right now.
		
		[MINT left sad]
		I want to talk.{n}{1.0}Again.

		[BADELINE right scoff flip]
		Sounds like you've got it {~}all figured out.{/~}

		[BADELINE right angry flip]
		You gonna try and throw me off again?
		
		[MINT left distracted]
		That's not what I want.
		
		[MINT left sad]
		Listen. I'm sorry.
		We need to move past this.

		{trigger 0 Badeline floats, zooms in}

		[BADELINE right yell]
		You want me to {~}move past{/~} what happened?
		{*}Who do you even take me for?!{/*}

		[MINT left angry]
		Hey, you aren't innocent here either.
		...

		[MINT left determinedclosed]
		But I know you're scared.
		
		{trigger 1 Maddy steps forward}
		
		[MINT left sad]
		Look, there's no point in fighting.
		
		[MINT left distracted]
		I was wrong with what I said.{n}You shouldn't give up.
		
		[BADELINE right angry]
		...
		
		[MINT left distracted]
		It's just...
		
		[MINT left sad]
		The more we ran into each other,{n}the more I got worried.
		You looked so {0.4}{*}stressed{/*} about everything.
		When I told you to stop looking,{n}I was genuinely concerned.

		[BADELINE right scoff]
		Gonna take a lot more to get me to believe that.

		[MINT left sad]
		All I said was that she probably needs a break.
		It's not like you two will be apart forever.{n}She eventually has to come back.
		You've gotta realize that.

		[BADELINE right yell]
		And {!}YOU{/!} being here won't help me find her!
		I'm {*}not gonna sit here{/*} and listen to{n}whatever else you've got to say!
		
		[MINT left sad]
		Well, what else are you gonna do?

		[MINT left together]
		{s 4}You're not gonna get rid of me...{.6}[MINT left togetherZoom] right?
		
		[BADELINE right yell]
		If that's what it takes, {!}I'll be glad to!{/!}

	CH6_BOSS_TIRED_A=
		[BADELINE right angry]
		I can still find her.

	CH6_BOSS_TIRED_B=
		[BADELINE right yell]
		I can make things right!

	CH6_BOSS_TIRED_C=
		[BADELINE right yell]
		{*}And I don't need YOU to help me!{/*}

	CH6_BOSS_MIDDLE=
		[BADELINE right yell]
		Why can't you just {*}leave me alone?!{/*}

	CH6_BOSS_ENDING=
		[BADELINE right sigh flip]
		Fine.
		You win.

		{silent_trigger 0 Music starts}

		[BADELINE right worried flip]
		I guess she doesn't need me after all.

		[BADELINE right worriedAlt flip]
		If she wants me to go away, I'll try.
		
		[MINT left distracted]
		...
		I know I probrably don't sound that trustworthy...
		
		[MINT left sad]
		But I don't think that's what she wants.
		She probably misses you more than ever.
		
		[BADELINE right worriedAlt flip]
		...Really?

		[MINT left sad]
		Just because she needs a break{n}{0.4}doesn't mean she wants you gone.
		
		[MINT left distracted]
		She just needs to learn to get along with you.
		The other side of her thoughts.

		{trigger 1 Madeline puts hand on Badeline}
		
		[MINT left sad]
		Because you're {>> 0.5}{+PART_OF_HER}.{>>}
		She has to accept that.

		{trigger 2 Badeline calms down}
		
		[MINT left sad]
		It's not your fault.
		It's okay to be scared.

		[BADELINE right worried flip]
		...

		[MINT left sad]
		How about this?

		[MINT left normal]
		Try picturing a scenario where things work out.
		That helps me a lot.

		[BADELINE right worriedAlt flip]
		...

	CH6_ENDING=
		[MINT left surprised]
		Woah, what'd you just do?
		
		[BADELINE right upset]
		You still want to climb the {+MOUNTAIN}, right?
		That's why you came here.
		I really owe you one anyway.

		{trigger 0 Old Lady enters right}

		[GRANNY right normal]
		It's good to see you two playing nice.

		[MINT left sad]
		Hey, thanks for the pep talk.
		I needed that.

		[GRANNY right normal]
		Don't mention it.
		I'm glad I can still be useful every now and then.

		{portrait none}
		{*}{+MADELINE}!!!{/*}

		{trigger 1 Theo enters left}
		
		[THEO left worried]
		{+MADELINE}! You're okay!

		[THEO left wtf]
		I ran down to help, but it looks like you're doing fine.
		
		[MINT right normal]
		Thanks, {+THEO}.

		[MINT right distracted]
		Honestly, maybe that fall was what I needed.
		
		{trigger 8 theo stops being tired}
		[THEO left wtf]
		Hey, is this that "someone" you were talking about?

		[THEO left excited]
		She's like an adorable goth GF!

		[BADELINE right angry]
		Don't ever say that again.

		[MINT right sad]
		You were right, {+THEO}.
		All she needed was a little help.

		[MINT right normal]
		If the two of us work together,{n}I think we can still finish the climb.

		[THEO left excited]
		That's so rad!

		[BADELINE right upset]
		It's the least I can do.

		{trigger 2 Madeline turns to the right}

		[MINT left sad]
		You know, you don't have to{n}this if you don't want to.
		You've already been put through a lot.
		
		[BADELINE right worried]
		...
		
		[BADELINE right angry]
		No.
		I want to.
		
		[BADELINE right upset]
		I've gotta set things aside for now.
		
		[BADELINE right worried]
		Even if it's hard.

		{trigger 7 Theo raises fist}

		[THEO left yolo]
		Yeah! You've got this!

		{trigger 3 badeline turns right}

		[GRANNY right normal]
		It'll still be difficult, mind you.
		But I'm amazed you got as far as{n}you did, butting heads like you were.
		I reckon you can make it if you cooperate.

		{trigger 4 badeline turns left}

		[BADELINE right worried]
		I know we're starting from the bottom...

		[BADELINE right upset]
		But it's worth another shot.

		{trigger 5 Wait a bit}

		[THEO left normal]
		Can I help?

		{trigger 6 Madeline turns to the left}
		
		[MINT right sad]
		You sure, {+theo}?

		[MINT right distracted]
		You've already done so much for me.
		
		[THEO left normal]
		{>> 0.3}C'monnnn.{>>}

		[THEO left wtf]
		Let me hold your bag at least.

		[MINT right distracted]
		Alright.

		[MINT right determined]
		{>> 0.2}This shouldn't take long.{>>}

# *** Chapter 07 ***

	CH7_HEIGHT_START=From The Top
	CH7_HEIGHT_0={X} M
 	CH7_HEIGHT_1={X} M
	CH7_HEIGHT_2={X} M
	CH7_HEIGHT_3={X} M
	CH7_HEIGHT_4={X} M
	CH7_HEIGHT_5={X} M

	# Mountain Base -> Forsaken City
	CH7_ASCEND_0=
		[MINT left sad]
		Wow, that was faster than the first time I came here.
	
		[MINT left normal]
		I guess we're getting the hang of that.

		[BADELINE right upset]
		If you say so...

		[MINT left determined]
		This mountain doesn't stand a chance.

		[BADELINE right worriedAlt]
		Don't jinx it.
		
		[BADELINE right worried]
		We just started...

	# Forsaken City -> Old Site
	CH7_ASCEND_1=
		[MINT left sad]
		How are you feeling?

		[BADELINE right upset]
		I'm fine.

		[BADELINE right worried]
		I'm just {0.4}waiting for something to go wrong.
		
		[MINT left distracted]
		Well... {0.5}Even if things go south...
		
		[MINT left sad]
		We can just pick ourselves back up.
		
		[MINT left normal]
		I've got your back this time. Promise.

		[BADELINE right worried]
		...Yeah.
		
		[BADELINE right worriedAlt]
		It's scary, but...
		
		[BADELINE right upset]
		I'm actually starting to believe you.

	# Old Site -> Celestial Resort
	CH7_ASCEND_2=
		[MINT left sad]
		It's still kinda crazy how I ran into you there.
	
		[MINT left distracted]
		I was not expecting to see a...{n}{0.5}{*}creepy mirror ghost{/*}.
	
		[BADELINE right angryAlt]
		{~}You're{/~} one to talk about crazy.
		Aren't you like... {0.5}{>> 0.5}a cloud{>>} or something?{>>}

		[MINT left sad]
		{>> 0.3}...Yeah.{>>}
		
		[MINT left distracted]
		My head is the only part that acts like it though.
		
		[BADELINE right upset]
		So what happens if I punch you in the face?
		Would you feel anything?
		
		[MINT left distracted]
		Probably not.
		
		[MINT left sad]
		I'd just disperse, I guess.

		[BADELINE right normal]
		Wow.

		[BADELINE right scoff]
		I gotta try that sometime.
		
		[MINT left upset]
		...
		
	# Celestial Resort -> Cliffside
	CH7_ASCEND_3=
		[MINT left distracted]
		I hope {0.3}{+MROSHIRO} is okay...
		He was really all over the place.

		[BADELINE right angry]
		Why do you care?{n}He treated you like garbage.

		[MINT left distracted]
		Yeah, I know...
		
		[MINT left sad]
		But I still kinda care about him.
		
		[MINT left distracted]
		He had a really special connection with that hotel.
		
		[MINT left upset]
		And you didn't have to snap at him like you did.

		[BADELINE right angry]
		Whatever.

		[MINT left sad]
		No, seriously. You're way too aggressive.
		That's not something to brush off.

		[BADELINE right angry]
		Sheesh, you're just like her.
		{~}You{/~} put too much energy into bad{n}people who will just end up hurting you.

		[MINT left sad]
		{+MROSHIRO} isn't necessarily a bad guy...
		
		[MINT left distracted]
		He just... needed to get stuff straight.

		[BADELINE right yell]
		{~}"Not a bad guy?!"{/~}
		He transformed into a {*}monster{/*},{n}{0.5}and THEN he tried to {*}hurt{/*} you!

		[BADELINE right worriedAlt]
		And now you're {0.3}defending him?

		[MINT left distracted]
		No, of course not.

		[MINT left sad]
		I'm not gonna defend a guy who{n}can't even clean up for himself.
		Plus, I might still be in that hotel{n}if you hadn't forced the issue.

		[MINT left distracted]
		...I just still hope he's doing alright.

		[BADELINE right worried]
		...

		[BADELINE right worriedAlt]
		Okay...
		...I'm sorry...

		[BADELINE right worried]
		...for snapping at {+MROSHIRO}.

		[MINT left sad]
		It's alright. I understand.
		
		[MINT left distracted]
		Don't be too hard on yourself.
		
	# Cliffside -> Temple
	CH7_ASCEND_4=
		[BADELINE right upset]
		You move {0.3}{>> 0.5}really fast{>>} {0.2}for a mountain climber.
		
		[MINT left sad]
		Yeah, I guess so.
		
		[MINT left normal]
		But it's way easier with you around.
		
		[BADELINE right worriedAlt]
		...Really?

		[MINT left sad]
		I said I got your back, right?
		And I know you've got mine.
		
		[MINT left normal]
		I believe in you.

		[BADELINE right worried]
		...

		[BADELINE right worriedAlt]
		...I {0.5}believe in you too.

		[MINT left normal]
		That's the spirit.
		
	# Temple -> Summit
	CH7_ASCEND_5=
		[MINT left determined]
		This is it, the final rush.

		[MINT left normal]
		We're so close.{n}We're gonna make it!

		[BADELINE right worriedAlt]
		Yeah...

		[BADELINE right worried]
		...

		[MINT left sad]
		What's up?

		[BADELINE right worried]
		...I'm just...
		...

		[BADELINE right worriedAlt]
		...I'm sorry.{n}For holding you back.
		I always was a nuisance.

		[BADELINE right worried]
		I need to learn to trust you.
		
		[MINT left sad]
		Hey, it's alright.

		[MINT left distracted]
		It's not your fault.{n}{0.3}If anything, I should be sorry too.
		I tried telling you to give up on everything.

		[MINT left sad]
		I wish I tried to understand you sooner.

		[BADELINE right worried]
		...

		[BADELINE right worriedAlt]
		At least we're finally talking about it.

		[MINT left distracted]
		Yeah...

		[MINT left sad]
		I'm glad the {+MOUNTAIN} led me to you.
		It's like you're actually {0.4}a {+PART_OF_ME} now.
		
		[MINT left distracted]
		Sort of.
		
		[MINT left sad]
		I may not be whoever you really are...
		
		[BADELINE right upset]
		But you're able to get along with me.
		And I'm starting to understand why.
		
		[MINT left sad]
		Yeah.

		[BADELINE right upset]
		You know...

		[BADELINE right normal]
		Maybe you're not so bad after all.
		
		[MINT left sad]
		{>> 0.5}...Wow.{>>}
		
		[MINT left normal]
		That's a resolution I {~}never{/~} saw coming.
		
		[BADELINE right angry]
		...What does THAT mean?
		
		[MINT left distracted]
		Nothing. Nothing at all, just...
		
		[MINT left normal]
		Thanks for deciding to be positive.
		
		[BADELINE right upset]
		You know, at this point...
		
		[BADELINE right normal]
		I really don't see a reason not to be.

	CH7_ENDING=
		[BADELINE left normal]
		We actually did it.
		I can't believe it!

		[MINT right surprised flip]
		Woah! It's so beautiful!
		
		[MINT right normal flip]
		Look at how far we've come!

		{trigger 1 Madeline sits down}

		[BADELINE left upset]
		You know, I never got to see this with her.

		[BADELINE left worriedAlt]
		...I wish she were here.

		[MINT right distracted flip]
		Oh, right.

		[MINT right sad flip]
		She didn't make it.
		At least, not like this.

		[BADELINE left worried]
		Yeah.

		[BADELINE left worriedAlt]
		I know that she's still out there somewhere.
		
		[BADELINE left worried]
		But I still wish I could've fixed things.

		{trigger 2 Badeline moves beside Maddy as camera begins panning right}

		[MINT left sad]
		You'll get your chance.
		Things'll get settled.{n}It's just gonna take time.

		[BADELINE left upset]
		Yeah, I know.
		But I'm gonna have to rely on you from now on.
		At least, for now.
		
		[BADELINE left worried]
		You're the only one that I can talk to.
		
		[MINT right distracted flip]
		It's gonna be kinda odd having a...{n}mirror ghost follow me around.
		But I'll get used to it.
		
		{trigger 0 Wait a bit}
		
		[BADELINE left upset]
		Not exactly a big ending, huh?
		
		[MINT right distracted flip]
		I mean, for me it was.
		
		[MINT right sad flip]
		I was not expecting any of this, honestly.
		I thought I was gonna be cracking bad jokes{n}to everyone I met on the way up.
		But it was pretty insightful.
		
		[MINT right normal flip]
		And fun.
		
		[BADELINE left upset]
		I guess so.
		
		[BADELINE left scoff]
		One heck of a rollercoaster, am I right?
		
		{trigger 0 Wait a bit}
		
		[BADELINE left normal]
		I guess this makes us even.
		For real this time.
		
		[MINT right sad flip]
		Yeah.
		...
		
		[MINT right distracted flip]
		You know, after all this,{n}I never got to ask you.
		Do {0.3}you have a name?
		Or something?

		[BADELINE left upset]
		...
		
		[BADELINE left normal]
		Just call me {+BADELINE}.

	CH7_BSIDE_ASCEND=
		[BADELINE left freakA]
		THERE {0.3}WAS {0.3}{!}NO{/!} {0.2}WAY WE JUST DID THAT.
		
		[MADELINE right surprised]
		Was that even a challenge?
		
		[MADELINE right normal]
		All of that was REALLY easy!
		
		[BADELINE left scoff]
		I'd imagine it be WAY harder{n}if we had a {# edd500}Golden Strawberry{#}.

	CH7_CSIDE_OLDLADY=
		[GRANNY right normal]
		It's hard to believe that it's over, isn't it?

		[GRANNY right laugh]
		Funny how we get attached to the struggle.

		[GRANNY right normal]
		Promise me that you'll take care of yourself, okay?

	CH7_CSIDE_OLDLADY_B=
		[GRANNY right normal]
		Well?
		What are you waiting for?

# *** Epilogue ***

	EP_CABIN=
		[GRANNY right normal]
		Well, look who's finally back.
		
		[GRANNY right mock]
		Kept us waiting, huh?

		[THEO right excited]
		{+MADELINE}!{n}You're back!
		
		[MINT left normal]
		Heya, heya!
		
		[MINT left distracted]
		Sorry about the wait.{n}I was looking for something.
		
		[THEO right wtf]
		You were gone for like, 3 days.
		
		[THEO right thinking]
		You didn't get yourself hurt, did you?
		
		[MINT left sad]
		{~}Stop worrying{/~}. {0.6}[MINT left normal]It wasn't {~}that{/~} important.
		
		[MINT left distracted]
		Speaking of "important things,"{n}where's {+BADELINE}?
		
		{trigger 0 Badeline emerges}
		
		[BADELINE left normal]
		Probably right here.
		
		{trigger 3 Maddy Turns}
		
		[MINT right normal]
		Oh, hey! You made it!
		
		[BADELINE left scoff]
		I don't tend to forget people.
		
		[MINT right sad]
		How did everything go?

		[BADELINE left normal]
		Just like you said it would.
		
		[BADELINE left upset]
		I eventually got around to looking again.
		It took a while, but{n}I found her around the city.
		
		[MINT right sad]
		And... {0.4}then what happened?
		
		[BADELINE left upset]
		Well...
		
		[BADELINE left angry]
		She was... {0.7}tonally {*}cold{/*} for a bit.
		
		[BADELINE left upset]
		But, after a {>> 0.2}{~}lot{/~} {>>}of talking,{n}we finally came to terms...
		
		[BADELINE left normal]
		{>> 0.4}And then...{>>}
		
		[BADELINE left freakA]
		{big}{!}WE REACHED THE SUMMIT!{/!}{/big}
		
		[MINT right surprised]
		You what?!

		[THEO right excited]
		Yeah, it was awesome!
		
		[THEO right wtf]
		I should've given them my phone so{n}they could take {~}The Ultimate Selfie.{/~}
		
		[MINT right normal]
		I'm just proud of you for getting it done.
		
		{trigger 3 Maddy Turns}
		
		[GRANNY right normal]
		Beautiful, isn't it?

		[BADELINE left upset]
		I didn't think it would {0.2}work out, to be honest...

		[BADELINE left normal]
		But I'm really glad it did.

		{trigger 1 Fade out, hear knock on door, fade in and Oshiro enters}

		[OSHIRO left normal]
		Good evening, everyone.

		[BADELINE right angry]
		Who invited {~}you{/~} here?

		[OSHIRO left normal]
		A little birdie told me there was to be a party.

		[MINT right surprised]
		You mean {0.3}{!}THAT {0.2}BIRD{/!} {0.2}IN THE {!}CORNER?!{/!}
		
		[OSHIRO left worried]
		But of course!

		[OSHIRO left drama]
		But if I am unwelcome, I shall take my leave.

		[MINT right sad]
		No no, wait {+MROSHIRO}. {0.3}It's alright.

		[MINT right normal]
		You can stay.
		
		[MINT right distracted]
		{>> 0.5}Right, {+BADELINE}?{>>}
		
		[BADELINE right angryAlt]
		...
		
		[BADELINE right angryAlt]
		{>> 0.3}Fine.{>>}

		{trigger 2 Oshiro settles in}

		[GRANNY left normal]
		Y'know, I thought you would never{n}leave that hotel of yours again, {+OSHIRO}.
		I'm glad you made it.
		{+MADELINE} here is baking us a pie with all{n}of the strawberries they've been collecting.

		[OSHIRO left normal]
		Ah, another {# F94A4A}strawberry pie{#}?

		[THEO right excited]
		Oh, awesome! {# F94A4A}Strawberry pie{#} is{n}like, my favorite.
		
		[MINT right distracted]
		Wait, you guys have had some before?
		
		[THEO right wtf]
		Hey, you can never have too much.
		
		[BADELINE right upset]
		Wait, hold on.
		
		[BADELINE right normal]
		YOU'RE {0.3}making us a {# F94A4A}strawberry pie{#}?

		{trigger 3 Maddy Turns}

		[MINT left sad]
		Well, yeah.
		That's why I was out for so long.
		
		[MINT left distracted]
		There's strawberries {~}all{/~} over the place.
		I really don't know how some of them{n}got where they were, to be honest.
		
		[BADELINE right scoff]
		Well, I don't mean to be that person,{n}but you do NOT look like a baker.

		{trigger 3 Maddy Turns}

		[MINT right distracted]
		Well, just wait.
		
		[MINT right normal]
		I'll prove you wrong.

	EP_PIE_START=
		[MINT right normal]
		So?
		How's it taste?
		
		[THEO left thinking]
		Hmm...
		
		[THEO left wtf]
		Reminds me of the last one we had.
		
		[MINT right distracted]
		...was it {0.3}good?
		
		[THEO left thinking]
		Hold on, I got a photo from it.
		Lemme pull it up...

	EP_PIE_DISAPPOINTED=
		[THEO left wtf]
		...no.
		No it wasn't.

		[BADELINE right scoff]
		Yeah, she wasn't exactly a baker too.

		[OSHIRO left drama]
		I truly thought it was a joke...

		[GRANNY left mock]
		Did you even put strawberries in here?
		
		[MINT right distracted]
		{>> 0.3}Uhh...{>>}
		
		[GRANNY left normal]
		Strawberry pies are supposed to{n}have strawberries in them, dear.
		
		[MINT right sad]
		Hey, listen.
		I was probably moving too fast.
		
		[MINT right distracted]
		Gotta get that sub-40, y'know?
		
		[THEO left wtf]
		{2.0}What?

	EP_PIE_GROSSED_OUT=
		[THEO left wtf]
		No, not really.

		[GRANNY left normal]
		It's the thought that counts.
		
		[GRANNY left mock]
		I suppose.

		[BADELINE left angry]
		You people just couldn't appreciate good food.
		{# F94A4A}strawberry pie{#} is {# F94A4A}strawberry pie{#}.{n}I'll just eat all of it myself.

		[MINT right distracted]
		You have fun with that.

	EP_PIE_OKAY=
		[THEO left thinking]
		It was alright.
		
		[THEO left normal]
		I mean, it wasn't that bad.
	
		[OSHIRO left normal]
		The important thing is that you{n}tried your best, {+MADELINE}.
		
		[MINT right distracted]
		I guess...

		[BADELINE left angry]
		Who invited this guy?

		[THEO left thinking]
		Come on, it's not even that bad.

		[GRANNY left normal]
		I've certainly had worse.

		[THEO left normal]
		Thanks for the pie, {+MADELINE}.

	EP_PIE_REALLY_GOOD=
		[THEO left excited]
		Oh, it was great!
	
		[GRANNY left normal]
		I'm impressed!
		You could become a certified baker with this.

		[BADELINE left normal]
		Huh. I guess you proved me wrong.
		
		[BADELINE left scoff]
		Not bad.

		[THEO left excited]
		Holy crap!

		[THEO left normal]
		This is so tasty.

		[OSHIRO left normal]
		{+MADELINE}, would you like to cater for the hotel?
		I must know for future reference.
		
		[THEO left excited]
		Can I take a slice home for {+ALEX}?
		She'll die when she tastes this.
		
	EP_PIE_AMAZING=
		[THEO left wtf]
		Now, when I tell you that pie was the best we tasted...
		
		[BADELINE left scoff]
		We aren't lying.
		
		[MINT right surprised]
		Wow, really?!
	
		[THEO left excited]
		You know it!
		This is the best thing I've ever tasted!

		[GRANNY left normal]
		He's right, dear.
		This is as amazing as the last.

		[OSHIRO left normal]
		It's truly magnificent, {+MADELINE}.

		[OSHIRO left worried]
		{~}A symphony for the taste buds!{/~}
		
		[MINT right normal]
		Wow, seriously?
		
		[MINT right distracted]
		Guess I did get a lot of strawberries.

		[BADELINE left scoff]
		Sheesh, I might have to take credit for this one.

# *** Appendix ***

	APP_INTRO=
		About a year later...

	APP_OLDLADY_A=
		[GRANNY right normal]
		Hey there, kiddo!
		Nice to see you again.

		{trigger 0}

		[GRANNY right normal flip]
		Here's the cave I told you about{n}on the phone.
		
		{silent_trigger 1}
		
		Follow me.

	APP_OLDLADY_B=
		[MINT left sad]
		What is this place?

		[GRANNY right normal]
		This passage leads to the center of the {+MOUNTAIN}.
		You said you wanted to come{n}back for a harder challenge...

		{trigger 0 start laughing}

		[GRANNY right laugh]
		Doesn't get any harder than this!

		{trigger 1 stop laughing}

		[GRANNY right normal]
		Be careful, though.
		When you get this close to the heart of the {+MOUNTAIN},{n}its power will start affectin' you differently.

		[MINT left sad]
		Yeah, I already noticed some of that...

		[GRANNY right normal]
		Good luck in there.

	APP_OLDLADY_C=
		[GRANNY right normal]
		Where's that other {+PART_OF_YOU}?

		[MINT left sad]
		She's back getting along with {+SOMEONE}.
		
		[GRANNY right normal]
		I see you finally got her name.

		[MINT left distracted]
		Yeah.
		
		[MINT left normal]
		I got to hang out with her for a bit.{n}She's a really sweet person.
		
		[MINT left sad]
		They're meant to be together, though.
		
		[MINT left distracted]
		She's probably not {0.2}"{+PART_OF_ME}" anymore.

		[GRANNY right normal]
		You two may be far from the same,{n}but you've definitely grown together.
		Maybe it's not so easy for the{n}{+MOUNTAIN} to separate you now.
		I'd wager she's still with you, in some form.
		
		[MINT left distracted]
		Probably.

		[MINT left normal]
		That sounds better, actually.

		[MINT left distracted]
		Maybe I'll get to talk to her again someday...

	APP_OLDLADY_D=
		[GRANNY right normal]
		Do you keep in touch with {+THEO}?

		[MINT left normal]
		Yeah, he spent the summer in Vancouver.
		He sent me a lot of photos about it.{n}It was pretty cool.

		[GRANNY right normal]
		What's he up to these days?

		[MINT left normal]
		He's back in California with his family now.
		He wants to be around while{n}his sister finishes law school.

		[MINT left sad]
		It sounds pretty intense, but he{n}wants to be there to support her.

		[GRANNY right normal]
		He seems like a nice young man.

	APP_OLDLADY_E=
		[MINT left normal]
		It's been a while. How've you been?

		[GRANNY right normal]
		Oh, same old same old.

		{trigger 0 start laughing}

		[GRANNY right laugh]
		And in my case, that's pretty old.

		{trigger 1 end laughing}

		[GRANNY right normal]
		I'm not gettin' any younger, that's for sure.
		Some days, just keeping the{n}lights on can take all my energy.
		The {+MOUNTAIN} still keeps me sharp, though.

		[GRANNY right mock]
		I'm not ready to give up the ghost anytime soon.

		[MINT left normal]
		I'd expect no less from you.

		[MINT left sad]
		Take care of yourself.

	APP_OLDLADY_LOCKED=
		[MINT left sad]
		That door up ahead won't budge.
		Is there another way in?

		[GRANNY right normal]
		I'm afraid not, dear.

		[GRANNY right mock]
		You think the {+MOUNTAIN} is gonna{n}start going easy on you now?

		[GRANNY right normal]
		I guess it doesn't think you're ready yet.

		[MINT left sad]
		Okay, {+CELESTE_MOUNTAIN} might be {~}weird and magical.{/~}

		[MINT left distracted]
		But now you're telling me it can {~}"think",{/~} too?
		
		[MINT left sad]
		It's {0.7}a giant rock. I find that hard to believe.

		[GRANNY right normal]
		It doesn't think like you or me.
		It's like... how a river thinks to flow to the sea.
		You can make it sound crazy if you want.

		[MINT left upset]
		I know better than to doubt you.

		[MINT left sad]
		How do I convince it I'm ready?

		[GRANNY right normal]
		Heck if I know.
		I'd retrace my steps, and really pay attention.
		{+CELESTE_MOUNTAIN} must have more to teach you.
		
		[GRANNY right mock]
		Just follow your {# 55AAFF}heart{#}, and you'll reach the answer.
		
		[MINT left distracted]
		Follow my {# 55AAFF}heart{#}...

	APP_ENDING=
		...is it over?
		I... hated those fireballs. And that lava.
		And yet... I'm not mad.
		At least... Not anymore, I just...
		I feel... calm.

	CH9_GRAVESTONE=
		[MINT left sad]
		{+GRANNY}...
		
		[MINT left sadder]
		I can't believe you're gone, you old bat.

		[MINT left distracted]
		Well,{0.2} I guess I can...

		[MINT left sadder]
		I just... didn't think it'd happen so fast.

		{silent_trigger 0 Step Forward}
		
		[MINT left sadder]
		This isn't fair. I need you.

		[MINT left angry]
		You didn't prepare me for any of this.

		{trigger 1 Badeline Appears}

		[BADELINE left scoff]
		What do you want her to do, apologize?

		[BADELINE left upset]
		She's gone.

		[BADELINE left angry]
		And you didn't even go to the funeral.

		{trigger 2 Sit Down}

		[MINT left distracted]
		I know, I just... couldn't.

		[MINT left sadder]
		I felt so out of place already.
		It just... didn't feel right to go.

		[MINT left sadder]
		I'm so sorry, {+GRANNY}.

		[BADELINE left angry]
		You aren't the first to act like this.

		[MINT left distracted]
		What do you mean?
		
		[BADELINE left upset]
		{+SHE} also came over here to say sorry.
		
		[BADELINE left angry]
		You two just don't realize that{n}"{~}sorry{/~}" won't bring her back.

		[MINT left sad]
		I know, I just...
		
		[MINT left sadder]
		...
		I dunno.
		It was selfish of me to come here.
		
		[BADELINE left upset]
		At least you're handling things better.
		{+SOMEONE} took it way worse.
		
		[BADELINE left worried]
		She... {0.8}fell apart.
		
		[BADELINE left worriedAlt]
		I can't even talk to her right now.
		
		[MINT left sadder]
		...

	CH9_FLYING_TO_THE_MOON=
		[BADELINE right concerned]
		{+MADELINE}...
		Where are we going?

		[MINT left sad]
		You saw that bird, right?
		You know, the one that's ALWAYS in the corner?
		
		[MINT left distracted]
		I don't know for sure yet, but{n}something about it is important.
    
		[BADELINE right worried]
		What are you on about this time...?
		
		[MINT left sad]
		No, like... think about it.
		It's been everywhere {+GRANNY} has. 
		They've got to be connected somehow.

		[BADELINE right concerned]
		{+MADELINE}, I'm pretty sure that's just her {~}pet{/~}.

		[MINT left distracted]
		There {~}has{/~} to be more to it than that.

		[MINT left sad]
		That bird was always in the corner,{n}helping me when I needed it the most.
		
		[MINT left sadder]
		Just like {+GRANNY} did...
		...{0.5}[MINT left sad]Maybe it's {0.5}trying to tell us something.
		There's gotta be a reason.{n}{+GRANNY} doesn't just {*}leave{/*}. Not like this.
		
		[BADELINE right concerned]
		She...
		...{0.8}[BADELINE right worried]{+MADELINE}, I hate to say it, but...

		[BADELINE right worriedAlt]
		You're in denial.

		[BADELINE right worried]
		It's just a bird.
    
		[MINT left upset]
		Just shush and help me for once, okay?

	CH9_LANDING=
		[BADELINE left worried]
		Uh... {+MADELINE}?

		{trigger 0 Badeline turns}

		[BADELINE left worriedAlt flip]
		I don't think it would've flown up here.

		{trigger 0 Badeline turns}

		[BADELINE left concerned]
		{>> 0.3}We're in {!}SPACE{/!}.{>>} 
		You shouldn't even be {~}breathing{/~} right now. 

		[MINT right sad]
		What's stopping me?
		Nothing's impossible for this {+MOUNTAIN}.
		
		[MINT right distracted]
		Didn't you realize that the last time we were here?
		
		[BADELINE left worried]
		{+MADELINE}, that was different than this.

		[MINT right angry]
		What makes THIS so different?!

		[BADELINE left angryAlt]
		You {0.5}really need a reality check.
		{>> 0.3}{+GRANNY} is gone.
		
		[BADELINE left yell]
		And you're chasing {~}a bird!{/~}{>>}
		
		[BADELINE left angry]
		It's like {*}nothing{/*} is clicking for you yet.

		[MINT right angry]
		{>> 0.3}You {*}really{/*} think{>>}{0.3} that's just a regular bird?
		
		[BADELINE left angryAlt]
		...

		[MINT right sad]
		Listen, something about that bird is special.
		Maybe like how you're {+PART_OF_SOMEONE},{n}this bird is probably {+PART_OF_GRANNY}.

		[MINT right distracted]
		Maybe...{0.3} there's a way to bring her back.

		[MINT right sadder]
		I have to do... something.

		[BADELINE left angryAlt]
		...
		I give up.
		I can't help you with this.

		[MINT right angry]
		Then {*}leave!{/*}

		{trigger 1 Badeline Vanishes}

		[MINT left determinedclosed]
		Don't worry, {+GRANNY}.
		
		[MINT left determined]
		I'll figure this bird out.
		I'll get you back.

	CH9_FAKE_HEART=
		[MINT left distracted]
		...

		[MINT left determinedclosed]
		......
		No.
		
		[MINT left determined]
		This isn't it.

	CH9_KEEP_GOING=
		[MINT left distracted]
		That room wasn't long enough...
		And I still haven't gotten to that bird.

		{trigger 0 Step Forward}

		[MINT left determinedclosed]
		Which means...
		
		[MINT left determined]
		I need to keep going.

	CH9_MISS_THE_BIRD=
		[MINT left angry]
		{*}Come on!{/*}
		I was {!}right {0.3}there!{/!}

		[MINT left sadder]
		{>> 0.2}I almost... had it...{>>}

		{trigger 0 stand up, face left }

		[MINT left sad flip]
		What does this mean?

		[MINT left distracted flip]
		Why is it flying away all the time?
		Is it... scared?

		[MINT left sadder flip]
		I don't get it...
		There has to be something important about...
		
		{trigger 1 take a step left}
		
		[MINT left sadder flip]
		...

		{trigger 2 take a step right}
		
		[MINT left sad]
		Unless...

		{trigger 1 take a step left}
		
		[MINT left sadder flip]
		No, that can't be it...
		There's no corner to sit in...
		
		{trigger 1 take a step left}

		[MINT left distracted flip]
		Well, it's {0.3}gotta be {+PART_OF_GRANNY}, so...
		
		[MINT left sad flip]
		Maybe it's just... {0.5}acting like {+BADELINE}?
		
		[MINT left distracted flip]
		...maybe...

		[MINT left sadder flip]
		The bird doesn't want me to just save {+GRANNY}.
		
		{trigger 2 take a step right}
		
		[MINT left distracted flip]
		Maybe it's... trying to save ME from{n}something at the same time.
		
		{trigger 3 black hole flickers }
		
		[MINT left sadder]
		But... from what?
		
		{trigger 4 black hole flickers more, tiles to crack into the sci-fi one}

		[MINT left angry]
		Well, whatever it is won't stop me!
		
		[MINT left together]
		You won't be in a corner for long, you dumb bird!
		
		[MINT left togetherZoom]
		I'll get {+GRANNY} back, no matter what it takes!
		
	CH9_HELPING_HAND=
		[MINT left upset]
		I thought we were done with the favors thing.
		
		[BADELINE right angryAlt]
		{+MADELINE}.
		You're mindlessly chasing a bird through space.

		[BADELINE right angry]
		What's your endgame here?
    
		{trigger 0 Madeline faces away}

		[MINT left determined flip]
		That bird has to be the key to everything.
		It's trying to tell me something. It has to be.
		And I'm gonna catch it...

		[MINT left sadder flip]
		Even if the whole universe is against me.
		
		[BADELINE right worried]
		...
		
		[BADELINE right worriedAlt]
		Is that really your thought process here?

		[BADELINE right worried]
		What if... it doesn't work?

		[MINT left angry flip]
		I'll figure it out.

		[BADELINE right worriedAlt]
		...

		[BADELINE right worried]
		Look, {+MADELINE}...

		[BADELINE right worriedAlt]
		We're in {~}space{/~} chasing a {~}mysterious bird{/~}.

		[BADELINE right upset]
		None of this is real. You know this.

		[BADELINE right concerned]
		It's all {>> 0.5}just a dream{>>}.

		{trigger 1 Madeline faces towards badeline}
		
		[MINT left angry]
		So what, {~}everything else{/~} was {*}"just a dream?"{/*}

		[BADELINE right worried]
		I told you already, that was different.
		
		[BADELINE right worriedAlt]
		I didn't mean it like that...
		
		[BADELINE right upset]
		But you're practically {0.3}grabbing at nothing right now.
		
		[BADELINE right concerned]
		You HAVE {0.3}to wake up.
		
		[MINT left angry]
		I just don't get it!
		Why are you so {0.5}{*}bent{/*} on getting me to {!}stop{/!}?!
		
		[BADELINE right angryAlt]
		...
		First of all, {>> 0.2}it's a {~}bird{/~}{>>}.
		We don't {>> 0.1}{~}know{/~}{>>} what it does.
		
		[BADELINE right yell]
		And {*}second{/*} of all...
		...

		[BADELINE right sigh]
		...the farther you go,{1.0}{n}the more you'll just {0.5}hurt yourself.
		You need to take a step back here.
		
		{trigger 2 Madeline steps towards badeline}

		[MINT left angry]
		No, {!}{*}you{/*}{/!} need to take a step back.
		{*}I'm doing this.{/*}

		[MINT left sad]
		I can't just give up now.

		[BADELINE right simple_sigh]
		...
		
		[MINT left sad]
		You're right, I don't know if it will save her, but...
		Maybe it could.

		[MINT left sadder]
		And I won't {>> 0.1}know{>>} {0.7}until I make it.
		{+GRANNY} needs me.
		
		[BADELINE right simple_sigh]
		{0.7}Okay.
		Good luck.
		
	CH9_CATCH_THE_BIRD=
		[MINT left surprised]
		Got you! Finally!

		[MINT left angry]
		Now what's your deal, huh?!
		Where's {+GRANNY}?

		{trigger 0 bird looks hurt}

		[MINT left angry]
		...

		[MINT left surprised]
		Oh no. 
		D-Did I...

		{trigger 1 bird squaks}
		
		[MINT left sad]
		Oh, it's okay.
		
		[MINT left determinedclosed]
		Thank God.
		...
		
		[MINT left distracted]
		Wait, but that means...
		
		[MINT left sadder]
		I'm... {0.7}still not done, aren't I?
		
		{trigger 5 Wait a beat}
		
		[MINT left sad]
		Geez, I'm so sorry...
		
		{trigger 2 approach bird, it moves away}
		
		[MINT left sad]
		Wait! Please don't leave.
		
		{trigger 3 bird flys out of the camera}
		
		[MINT left sadder]
		I {0.7}just wanted to...
		...

		[MINT left sad]
		There's {0.5}more to this... right?
		
		[MINT left distracted]
		I've gotta be close.
		
		[MINT left sadder]
		If it means {0.5}endlessly chasing this bird, then...
		I'll do it.
		
		{trigger 4 badeline appears}
    
		[BADELINE right yell]
		{+MADELINE}, stop!

		[BADELINE right concerned]
		You can't keep going on with this.
		
		[MINT left angry]
		{!}Shut up!{/!}
		You couldn't force me to give up on the {+MOUNTAIN}.
		And you can't force me to give{n}up on {+GRANNY} OR this bird.
		
		[BADELINE right worriedAlt]
		{+MADELINE}, you know I'm not gonna{n}sit by and let you hurt yourself.
		
		[MINT left angry]
		Just—
		...

		[MINT left sadder]
		I'm fine.
		Just {1.0}{*}go away.{/*}
		
		[BADELINE right concerned]
		...

		[BADELINE right worried]
		I'm not forcing you to stop.

		[BADELINE right concerned]
		I'm {>> 0.2}asking you.{>>}

		{trigger 5 Wait a beat}

		[BADELINE right worriedAlt]
		I miss {+GRANNY} too.
		She meant a lot to all of us.

		[MINT left sad]
		Well, why is it so easy for you to leave her behind?

		[BADELINE right worriedAlt]
		It's {~}not{/~} easy.

		[BADELINE right worried]
		Maybe I {0.3}pushed us to get over it too quickly...

		[BADELINE right concerned]
		But this isn't healthy either.
		
		[BADELINE right worriedAlt]
		You know this.

		{trigger 6 Madeline sits}
		
		[MINT left sadder flip]
		...
		I know she's gone.
		And this bird won't solve anything.
		But it's {0.5}all we have left of her, and...
		
		{trigger 7 badeline hugs madeline}
		
		[BADELINE left concerned]
		I'm so sorry, {+MADELINE}.
		
		[BADELINE left concerned]
		Let's wake up, and we'll face this together.
		All of us.
		
		[MINT right sadder]
		...

		[MINT right distracted]
		No.

		[MINT right sad]
		Not yet.

		{trigger 8 stand up}
    
		[BADELINE left concerned]
		{+MADELINE}—
		
		[MINT right sad]
		No, it's alright.
		
		[MINT right distracted]
		I just... need to help this bird first.
		
		{trigger 9 shift camera over to the bird}
		
		[MINT right sad flip]
		I've already hurt it enough as is.
		{+GRANNY} wouldn't want it to be stuck like this.
		
		[BADELINE left upset]
		Yeah.
		
		[BADELINE left sigh]
		Okay.
		Let's do it.
		{0.3}
		
		[BADELINE left worried]
		This place is so {*}weird{/*}, but...
		
		[BADELINE left upset]
		I can't have you doing this alone.
		We're all getting out of here. {0.7}[BADELINE left normal]Together.

	CH9_LAST_ROOM=
		[MINT left determined]
		This is it.
		The fabled {>> 0.2}"{~}Final Room.{/~}"{>>}
		
		[BADELINE right upset]
		We got this, {+MADELINE}. 
		Just focus.
		
		[MINT left determinedclosed]
		For {+GRANNY}.

	CH9_LAST_ROOM_ALT=
		[BADELINE right concerned]
		Are you alright, {+MADELINE}?

		[MINT left distracted]
		Yeah, I'm okay...
		
		[MINT left sad]
		I just... need to keep trying.
		
		[MINT left sadder]
		It's {0.5}{*}really{/*} difficult.

		[BADELINE right upset]
		Come on, just a few more tries.
		I know you've got this.

		[MINT left sad]
		...
		
		[BADELINE right normal]
		It's not over until it's over.
		That's what you told me before, at least.
		
		[MINT left sad]
		...
		
		[MINT left sad]
		You're right.
		
		[MINT left determined]
		I...
		
		[MINT left determinedclosed]
		{>> 0.3}...We can do this.{>>}

	CH9_LAST_BOOST=
		[BADELINE right normal]
		Say goodbye to her for me.

	CH9_FAREWELL=
		[MINT left normal]
		{+GRANNY}!

		[GRANNY right normal]
		Hey there, kiddo.
		
		[MINT left normal]
		It's so great to see you.
		I didn't know what to do without you.

		[MINT left sad]
		Even if...

		[MINT left sadder]
		This is just a dream.
		
		[GRANNY right normal]
		So what?
		That didn't stop you from coming all this way.
		You finally found me, and {~}now{/~}{n}you care that it's just a dream?
		
		[GRANNY right mock]
		Quit making excuses and{n}say what you want to say.
		
		[MINT left sad]
		...

		[MINT left distracted]
		I guess...
		
		[MINT left sad]
		Thanks for helping me out.
		On the {+MOUNTAIN}.
		
		[MINT left sadder]
		I don't know where I would've been without you.
		
		{silent_trigger 0 laugh}

		[GRANNY right laugh]
		Probably frozen somewhere, I'd wager.
		
		[MINT left upset]
		...

		{silent_trigger 1 stop laughing}
		
		[GRANNY right normal]
		Well, I can't say I didn't do a bad job.
		
		[GRANNY right mock]
		You're a {>> 0.3}very{>>} tenacious bunch.

		{silent_trigger 0 laugh}

		[GRANNY right laugh]
		You aren't exactly one to just give up!

		{silent_trigger 1 stop laughing}
		
		[MINT left sad]
		Yeah, but...
		
		[MINT left sadder]
		I didn't even... go to your funeral.
		I just...

		[GRANNY right normal]
		Bah, who cares?
		
		[GRANNY right mock]
		Funerals are for all you suckers{n}stuck living without me.
		
		{trigger 2 take a step forward}

		[MINT left sad]
		I guess, but...
		
		[MINT left sadder]
		I don't know.
		I still feel {0.3}out of place.

		[GRANNY right normal]
		You know, I always found it strange{n}someone like you came around.
		
		[GRANNY right mock]
		I never said it, but out of all the people I've seen...
		
		{silent_trigger 0 laugh}

		[GRANNY right laugh]
		You're {0.3}probably the {~}weirdest{/~}!

		{silent_trigger 1 stop laughing}
		
		[GRANNY right mock]
		If I were you,{n}I would've just turned face and went home.
		
		[MINT left sad]
		Is... {0.8}that an insult?
		
		[GRANNY right normal]
		Well...
		I guess you did play a part around the others.
		
		[MINT left sadder]
		...
		
		[GRANNY right normal]
		You're a lot stronger than you think, kiddo.{n}You, and the others.
		
		[GRANNY right mock]
		If there's anything I know, it's that{n}it'll take a lot more to wall you bunch.
		
		[GRANNY right normal]
		That's why I want you {0.3}to keep your head up for me.
		All of you.
		It'll get you somewhere.
		
		{silent_trigger 0 laugh}
		
		[GRANNY right laugh]
		More importantly, it'll keep you alive longer.
		
		{silent_trigger 1 stop laughing}
		
		[MINT left sadder]
		I...
		
		[GRANNY right mock]
		I really shouldn't be talking for this long, but...
		
		[GRANNY right normal]
		Keep {0.3}believing in yourself.
		
		[MINT left distracted]
		...
		
		[MINT left normal]
		Thanks, {+GRANNY}.
		
		[MINT left sad]
		I'll try my best, but...

		[MINT left sadder]
		I'll still miss you.

		{trigger 3 granny fades away}
		
		[MINT left sad]
		That's it, huh?
		Just {0.3}keep my head up...

		{silent_trigger 4 fade to white}

		[MINT left sadder]
		Keep on going... {1.0}for her...

	CH9_END_CINEMATIC=
		{anchor bottom}

		[WEBCAM_THEO right excited]
		There she is!

		[WEBCAM_THEO right normal]
		Long time no see, {# F94A4A}Strawberry{#}.

		[MADELINE left sad]
		Hey {+THEO}.
		
		[WEBCAM_THEO right normal]
		It's been forever!

		[WEBCAM_THEO right thinking]
		You went off the grid!{n}What happened to you?
		
		[MADELINE left sad]
		Yeah, sorry for not responding to your messages...

		[MADELINE left distracted]
		...or answering your calls...
		...
		...or replying to your emails.

		[MADELINE left sad]
		I kind of had a breakdown when {+GRANNY} died.

		[MADELINE left distracted]
		And then I felt weird messaging you.
		I thought maybe you were{n}mad at me for disappearing.

		[MADELINE left sad]
		It snowballed from there.
		
		[WEBCAM_THEO right thinking]
		Yeah yeah, I know you.

		[WEBCAM_THEO right normal]
		I figured the funeral might've{n}triggered your anxiety, NBD.

		[WEBCAM_THEO right thinking]
		Next time, {~}at least{/~} just let us know you're still alive.

		[WEBCAM_THEO right normal]
		You feeling any better?
		
		[MADELINE left sad]
		Yeah...

		[MADELINE left distracted]
		I had a {0.5}really {~}weird{/~} dream about it, but...
		I'm finally starting to come to terms with it all.

		[MADELINE left sad]
		When I first met {+GRANNY},{n}I thought she was crazy.

		[MADELINE left distracted]
		But then I got to know her...

		[MADELINE left upset]
		...and I thought she was mean.

		[MADELINE left sad]
		But she knew what I needed to hear,{n}and she really helped me.

		[MADELINE left sadder]
		I miss her a lot.
		
		[WEBCAM_THEO right normal]
		Yeah, me too.

		[WEBCAM_THEO right thinking]
		I honestly thought she'd live forever.

		[WEBCAM_THEO right excited]
		Oh! That reminds me!{n}I have to show you something.
		I showed it to {+MADELINE} a while ago.{n}You're gonna love it.
		
		[MADELINE left normal]
		Oh?
		
		[WEBCAM_THEO right excited]
		Remember how I told you my grandpa went{n}to {+CELESTE_MOUNTAIN} when he was younger?

		[WEBCAM_THEO right normal]
		Well, I was going through{n}some of his old stuff with {+ALEX}...
		And check out this photo I found.
     
 		{trigger 0 Shows the photo of Theo's grandpa with Granny at Celeste Mountain.}
 		
 		[MADELINE left surprised]
		Is that {+GRANNY}!? With your grandpa?

		[MADELINE left normal]
		{+THEO}, that's amazing!
		It looks like they were friends.
		
		[WEBCAM_THEO right excited]
		Just like us!

		[WEBCAM_THEO right thinking]
		It really sucks that they're gone.

		[WEBCAM_THEO right normal]
		But it's nice to know that we{n}shared the {+MOUNTAIN} with them.
		
		[MADELINE left normal]
		Yeah...

		[MADELINE left peaceful]
		{>> 0.3}That {~}is{/~} nice.{>>}

# Crystal Hearts

	POEM_FC=	Pointless machines
	POEM_FCR=	Sever the skyline

	POEM_OS=	Resurrections
	POEM_OSR=	Black moonrise

	POEM_CR=	Scattered and lost
	POEM_CRR=	Good karma

	POEM_CS=	Eye of the storm
	POEM_CSR=	Golden feather

	POEM_T=		Quiet and falling
	POEM_TR=	Mirror magic

	POEM_TF=	Heavy and frail
	POEM_TFR=	Center of the earth

	POEM_TS=	Pink sunrise
	POEM_TSR=	No more running

	POEM_MC=	Heart of the mountain
	POEM_MCR=	Say goodbye

	POEM_FW=	Hollow
	
# Wavedash Tutorial
	
	WAVEDASH_DESKTOP_MYPC=			My Mountain
	WAVEDASH_DESKTOP_POWERPOINT=	wavedash.ppt
	WAVEDASH_DESKTOP_RECYCLEBIN=	Recycle Bin
	WAVEDASH_DESKTOP_STARTBUTTON=	BerryOS

	WAVEDASH_PAGE1_TITLE=			Wavedashing and You
	WAVEDASH_PAGE1_SUBTITLE=		The one tech that will literally carry you for life

	WAVEDASH_PAGE2_TITLE=			Can't|Catch|That|Bird?
	WAVEDASH_PAGE2_LIST=
		-Fact: Birds are hard to catch{n}
		-Wow. It's fast!{n}
		-Also, it can fly{n}
		-And {+PART_OF_HER} won't help{n}
		-(she's too cool for that)

	WAVEDASH_PAGE2_IMPOSSIBLE=		IMPOSSIBLE???
	
	WAVEDASH_PAGE3_TITLE=			Introducing... Wavedashing!!
	WAVEDASH_PAGE3_INFO=			With Wavedashing, you can jump very far{n}and regain your dash {~}at the same time!{/~}
	WAVEDASH_PAGE3_EASY=			It's "easy!"

	WAVEDASH_PAGE4_TITLE=			How To Be Cool
	WAVEDASH_PAGE4_LIST=
		-Jump{n}
		-Dash diagonally down to hit the ground{n}
		-Immediately jump again and hold forward{n}
		-{~}You did it!{/~}{n}
		-(go you)
	
	WAVEDASH_PAGE5_TITLE=			Trouble in Paradise?
	WAVEDASH_PAGE5_INFO1=			{#ff0000}If you don't regain your dash{#}{n}you're doing a... {~}really weird hyper.{/~} Start a bit higher.
	WAVEDASH_PAGE5_INFO2=			{#ff0000}If you don't get much distance{#}{n}you're doing a... {~}really weird jump.{/~} Start a bit lower.

	WAVEDASH_PAGE6_TITLE=			Happy Wavedashing!