﻿﻿# 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=story,Story
	ICON=Icons/story.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=		0%
	OPTIONS_GRAB_MODE=		Grab Mode
	OPTIONS_CROUCH_DASH_MODE=	Crouch Dash 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=	Photosensitive Mode
	OPTIONS_DISABLE_SHAKE=	Screen Shake Effects

	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=				ON
	OPTIONS_OFF=			OFF

# 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=		Artificer
	FILE_CORRUPTED=		Corrupted </3
	FILE_FAILEDTOLOAD=	Failed to Load
	FILE_NEWGAME=		Start New Game!
	FILE_CONTINUE=		Continue
	FILE_DELETE=		Delete
	FILE_BEGIN=			Begin
	FILE_ASSIST_OFF=	Assist Mode : OFF
	FILE_ASSIST_ON=		Assist Mode : ON
	FILE_VARIANT_OFF=	Variant Mode : OFF
	FILE_VARIANT_ON=	Variant Mode : ON
	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=	Continue
	INTRO_VIGNETTE_SKIP=	Skip
	INTRO_VIGNETTE_QUIT=	Quit

# Overworld
	OVERWORLD_START=			Start
	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=		Crossing
	CHECKPOINT_1_1=		Chasm

	CHECKPOINT_2_0=		Intervention
	CHECKPOINT_2_1=		Awake

	CHECKPOINT_3_0=		Huge Mess
	CHECKPOINT_3_1=		Elevator Shaft
	CHECKPOINT_3_2=		Presidential Suite

	CHECKPOINT_4_0=		Shrine
	CHECKPOINT_4_1=		Old Trail
	CHECKPOINT_4_2=		Cliff Face

	CHECKPOINT_5_0=		Depths
	CHECKPOINT_5_1=		Unravelling
	CHECKPOINT_5_2=		Search
	CHECKPOINT_5_3=		Rescue

	CHECKPOINT_6_0=		Lake
	CHECKPOINT_6_1=		Hollows
	CHECKPOINT_6_2=		Reflection
	CHECKPOINT_6_3=		Rock Bottom
	CHECKPOINT_6_4=		Resolution

	CHECKPOINT_7_0=		500 M
	CHECKPOINT_7_1=		1000 M
	CHECKPOINT_7_2=		1500 M
	CHECKPOINT_7_3=		2000 M
	CHECKPOINT_7_4=		2500 M
	CHECKPOINT_7_5=		3000 M

	CHECKPOINT_8_0=		Into the Core
	CHECKPOINT_8_1=		Hot and Cold
	CHECKPOINT_8_2=		Heart of the Mountain

	CHECKPOINT_9_0=		Singular
	CHECKPOINT_9_1=		Power Source
	CHECKPOINT_9_2=		Remembered
	CHECKPOINT_9_3=		Event Horizon
	CHECKPOINT_9_4=		Determination
	CHECKPOINT_9_5=		Stubbornness
	CHECKPOINT_9_6=		Reconciliation
	CHECKPOINT_9_7=		Farewell

# B-Side Checkpoints
	CHECKPOINT_1H_0=	Contraption
	CHECKPOINT_1H_1=	Scrap Pit

	CHECKPOINT_2H_0=	Combination Lock
	CHECKPOINT_2H_1=	Dream Altar

	CHECKPOINT_3H_0=	Staff Quarters
	CHECKPOINT_3H_1=	Library
	CHECKPOINT_3H_2=	Rooftop

	CHECKPOINT_4H_0=	Stepping Stones
	CHECKPOINT_4H_1=	Gusty Canyon
	CHECKPOINT_4H_2=	Eye of the Storm

	CHECKPOINT_5H_0=	Central Chamber
	CHECKPOINT_5H_1=	Through the Mirror
	CHECKPOINT_5H_2=	Mix Master

	CHECKPOINT_6H_0=	Reflection
	CHECKPOINT_6H_1=	Rock Bottom
	CHECKPOINT_6H_2=	Reprieve

	CHECKPOINT_7H_0=	500 M
	CHECKPOINT_7H_1=	1000 M
	CHECKPOINT_7H_2=	1500 M
	CHECKPOINT_7H_3=	2000 M
	CHECKPOINT_7H_4=	2500 M
	CHECKPOINT_7H_5=	3000 M

	CHECKPOINT_8H_0=	Into the Core
	CHECKPOINT_8H_1=	Burning or Freezing
	CHECKPOINT_8H_2=	Heartbeat

# Postcards
	POSTCARD_AREA_1=
		Select {#ff1144}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 want to!

	POSTCARD_AREA_3=
		Be proud of your {#ff1144}Death Count{#}!{n}The more you die, the more you're learning.{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}It is impossible to{n}run from your shadow.

	POSTCARD_CSIDES=
		Ready for a real challenge?{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.

# 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=		CLIMB
	TUTORIAL_HOLD=		HOLD
	TUTORIAL_DASH=		DASH
	TUTORIAL_DREAMJUMP=	JUMP
	TUTORIAL_CARRY=		CARRY

# 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=			PAUSED
	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=			RETURN TO MAP?
	MENU_RETURN_CONTINUE=		Yes
	MENU_RETURN_CANCEL=			Cancel
	MENU_RETURN_INFO=			Returning to Map will save your progress{n}
								but you must restart at the last checkpoint
	MENU_RESTART_TITLE=			RESTART CHAPTER?
	MENU_RESTART_CONTINUE=		Yes
	MENU_RESTART_CANCEL=		Cancel

# Assist UI
	MENU_ASSIST_TITLE=					ASSIST MODE
	MENU_ASSIST_SUBTITLE=				Assists
	MENU_ASSIST_GAMESPEED=				Game Speed
	MENU_ASSIST_INVINCIBLE=				Invincibility
	MENU_ASSIST_AIR_DASHES=				Air Dashes
	MENU_ASSIST_DASH_ASSIST=			Dash Assist
	MENU_ASSIST_AIR_DASHES_NORMAL=		Default
	MENU_ASSIST_AIR_DASHES_TWO=			2
	MENU_ASSIST_AIR_DASHES_INFINITE=	Infinite
	MENU_ASSIST_INFINITE_STAMINA=		Infinite Stamina

# Variant UI
	MENU_VARIANT_TITLE=					VARIANTS
	MENU_VARIANT_SUBTITLE=				Variants
	MENU_VARIANT_MIRROR=				Mirror Mode
	MENU_VARIANT_360DASHING=			360 Dashing
	MENU_VARIANT_INVISMOTION=			Invisible Motion
	MENU_VARIANT_PLAYASBADELINE=		Other Self
	MENU_VARIANT_NOGRABBING=			No Grabbing
	MENU_VARIANT_LOWFRICTION=			Low Friction
	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=			Music 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=	There's more in Core!

# 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=			{# 841b3e}{savedata Name}{#}
	MS_MADELINE=			{# 841b3e}Ms\. {savedata Name}{#}
	RESORT=				{# b864be}Celestial Resort{#}
	THOUGHT=			{# 999a9a}{~}(
	ENDTHOUGHT=			){/~}{#}
	MOUNTAIN=			{# 96EFFF}Mountain{#}
	CELESTE_MOUNTAIN=		{# 96EFFF}Celeste Mountain{#}
	PART_OF_YOU=			{# 780309}{~}Part of You{/~}{#}
	ST_BAD=				{# 780309}{~}
	END_BAD=			{/~}{#}
	GRANNY=				{# 66ea3a}Granny{#}
	PART_OF_HER=			{# 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}{#}

# HACK
	CLOSE=				{trigger 100 textbox close hack}	

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

# *** Prologue ***

	CH0_INTRO=
		{+thought}Okay, {+MADELINE}, calm down.{+endthought}
		{+thought}Just breathe.{+endthought}
		{+thought}Where am I?{+endthought}

	CH0_GRANNY=
		{anchor top}

		{+close}
		{artiboom_textbox madeline}
		{+thought}What in the voids is...{+endthought}

		[MADELINE left normal]
		Wawaa waa wa, wawa?

		[GRANNY left normal]
		Now what would that sound be?

		{trigger 0 Madeline walks forward}

		{+close}
		[MADELINE left normal]
		Waaw wawa {#841b3e}wawa wa{#} waaw wa.

		{trigger 2 Granny laughs}

		[GRANNY right laugh]
		Aww, look at you! What's wrong, little pumpkin?

		{trigger 4 Stop laughing}

		{+close}
		[MADELINE left upset]
		.....

		{trigger 3 Laugh Continues}

		{artiboom_textbox madeline}
		{+thought}{0.2}Why did I think she'd be able to understand me...{+endthought}

		{trigger 1 Madeline walks to the right of the house, turns left}

		{trigger 4 Stop laughing}

		[GRANNY left normal]
		Are you headed up the mountain?

		{trigger 6 pan to Maddy}

		[MADELINE right sad]
		.{0.1}.{0.1}.{1.0}
		
		{artiboom_textbox madeline}
		{+thought}...not worth my time.{+endthought}

		{trigger 3 resume laughing}

	CH0_END=
		Nowhere to go from here but up...

# *** Chapter 01 ***

	CH1_THEO_A=
		[THEO left wtf]
		What in the...
		[THEO left thinking]
		Maybe I was right about the government cover-up.

		{+close}
		{artiboom_textbox madeline}
		{+thought}Oh... {0.1}hi.{+endthought}

		{trigger 0 Madeline approaches}
		
		[THEO left worried]
		Woah! Little close there, buddy.
		[THEO left wtf]
		What even are you? Some kind of mutated rabbit?
		[THEO left excited]
		Ooh, maybe a dimensional amona-
		anomna-
		[THEO left normal]
		anam-
		[THEO left wtf]
		a-{0.3}nom-{0.3}a-{0.3}ly.
		[THEO left nailedit]
		Anomaly.

		{+close}
		[MADELINE right normal]
		{~}Waaw wa.{/~}				

		[THEO left excited]
		Wait, can you understand me?!

		{+close}
		[MADELINE right upset]
		...
		
		[THEO left normal]
		Oh yeah, that's totally a look of understanding.

		[THEO left excited]
		I'm {+ theo}, an adventurer from a {>> 0.3}{~}far off land!{/~}{>>}
		
		{+close}
		{artiboom_textbox madeline}
		{+thought}What{0.15} a{0.05}.{0.05}.{0.05}.{0.15} dumbass.{+endthought}

		[THEO left thinking]
		Not much of a talker, are you?

		[THEO left normal]
		I'll just imagine some dark backstory for you.

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

		[THEO left normal]
		Why would an entire city be abandoned?
		
		{+close}
		{artiboom_textbox madeline}
		{+thought}Oh, I can think of a few reasons...{+endthought}		

		[THEO left thinking]
		What a waste, to build all of this for no reason...

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

	CH1_THEO_C=
		

	CH1_THEO_D=
		

	CH1_THEO_E=
		

	CH1_THEO_F=
		

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

	CH1_END=
		{artiboom_textbox madeline}
		{+thought}Ugh, I'm exhausted.{+endthought}

		{trigger 0 MADELINE sits down to rest. A bird swoops in, lands on her head, and goes to sleep}
		
		{>> 0.4}{+thought}...I probably shouldn't eat that.{+endthought} 

# *** Chapter 02 ***

	CH2_BADELINE_INTRO=
		{anchor top}
		
		{artiboom_textbox badeline}				
		Where do {~}you{/~} think you're going?

		{trigger 0 Madeline turns around}
		
		[MADELINE right surprised]
		{*}Who said that?{/*}
		
		{trigger 1 Badeline is revealed}

		{artiboom_textbox badeline}
		Oh, I'm simply a{0.1}.{0.1}.{0.1}.{0.3} concerned observer.
		
		{+close}
		[MADELINE right surprised]
		Who the{0.4} [MADELINE right angry]fuck{0.2} are you!?
		
		{+close}
		{artiboom_textbox badeline}
		I'm {+PART_OF_YOU}.

		{+close}
		[MADELINE right angry]
		Why do {+ST_BAD}you{+END_BAD} look like...

		[MADELINE right sad]
		...nevermind.
		
		{+close}
		{artiboom_textbox badeline}
		Ah, whatever.
		I couldn't tell you what a relief it is{n}to {~}finally{/~} get out of your head.
		
		But look, I'm confused.
		
		We're in the middle of nowhere, and your first decision is to-
		
		{+close}
		[MADELINE right angry]
		{*}{!}Stop!{/!}{/*}

		I know I'm crazy for it, but I...

		{trigger 2 Badeline starts laughing}
		
		{artiboom_textbox badeline}
		Running away from consequences again?

		{+close}
		[MADELINE right angry]
		...

		{trigger 3 Badeline stops laughing}
		
		{artiboom_textbox badeline}
		I know it's not your {~}strong suit{/~},{n}but be reasonable for once.
		You have no idea what you're getting into.
		
		You can't handle this.
		
		{+close}
		[MADELINE right angry]
		Shut up! Shut the fuck up!

		{+close}
		{artiboom_textbox badeline}
		Ooh, spicy now, {~}aren't you!~{/~}
		
		You're going to {!}pay{/!} for that.

	CH2_DREAM_PHONECALL=
		[MADELINE right distracted]
		Hello?
		
		{portrait none}
		{#97aedf}{*}Help!{0.2} Help me!{/*}{#}
		
		{+close}
		[MADELINE right surprised]
		?!

		[MADELINE right angry]
		{!}{#97aedf}Storm{#}!{/!} Where are you!?

		{portrait none}
		{#97aedf}{*}Help!{0.2} Help me!{/*}{#}

		{+close}
		[MADELINE right normal]
		...
		
		{portrait none}
		{#97aedf}{*}Help!{0.2} Help me!{/*}{#}
		
		{+close}
		[MADELINE right sad]
		...that's not...

		{portrait none}
		{#97aedf}{*}Help!{0.2} Hel-{/*}{#}

		{# 999a9a}*click*{#}

		{+close}
		[MADELINE right sadder]
		{*}...fuck.{/*}

		[MADELINE right distracted]
		Just another one of {~}those{/~} dreams, then...

		{trigger 0 Badeline appears}
		
		{artiboom_textbox badeline}
		Look at you{~}{0.2} go!{/~} You finally figured it out.
		
		You could have {~}saved{/~} {#97aedf}her{#}, you know.

		{+close}
		[MADELINE right angry]
		Don't you [MADELINE right determined]fucking dare.

		{+close}
		{artiboom_textbox badeline}
		Well,{0.3} {~}toodles!~{/~}

	# if the MADELINE has never met Theo before
	CH2_THEO_INTRO_NEVER_MET=
		[THEO left wtf]
		What is...

		{+close}
		{artiboom_textbox madeline}

		{+thought}...great.{+endthought}

		{trigger 0 Madeline approaches}

		[THEO left thinking]
		Maybe this {~}was{/~} a government cover-up after all.
		
		{+close}{2}
		
		[THEO left excited]
		Oh, can you understand me?

		{+close}
		{artiboom_textbox madeline}
		
		{+thought}Oh, fuck off.{+endthought}
		
		[THEO left normal]
		{>> 0.3}Yeah{/>>}, that's a look of understanding if I've ever seen it.
		
		{+close}
		[MADELINE right normal]
		...wawa wa?{0.2}
		
		[THEO left thinking]
		Ah, can't speak. Classic.
		
		[THEO left normal]
		I'll just imagine some dark backstory for you.

	# if the MADELINE has met Theo, but never introduced herself
	CH2_THEO_INTRO_NEVER_INTRODUCED=
		{+ CH2_THEO_A}

	# 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!{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?
		
		{trigger 0 Maddy walks to Theo}

		{+close}
		{artiboom_textbox madeline}
		{+thought}{>>}Huh!{/>>}{0.3} Those actually do look pretty nice.{+endthought}
		
		[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!
		
		{+close}
		[MADELINE right angry]
		{!}{*}Khhhh!{/*}{/!}
		
		[THEO left worried]
		...or not.

	CH2_THEO_B=
		[THEO left serious]
		Sorry about that.

		{+close}
		[MADELINE right upset]
		...
		
		{artiboom_textbox madeline}
		{+thought}...whatever.{+endthought}

	CH2_THEO_C= 
		[THEO left wtf]
		Are you getting any data up here?
		
		{+close}
		{artiboom_textbox madeline}
		???
		
		[THEO left nailedit]
		...right, you wouldn't have a phone.

		[THEO left thinking]
		Just talking on reflex, don't mind me.

	CH2_THEO_D=

	CH2_THEO_E=
		
	CH2_END_PHONECALL=
		[MOM_PHONE right normal]
		Hello?
		
		{+close}
		{artiboom_textbox madeline}
		{+thought}Wait, what?{+endthought}
		
		{+thought}{0.3}.{0.3}.{0.3}.{0.5}right,{0.5} {#cc6fc3}Pebbles{#} wouldn't be...{+endthought}

		[MOM_PHONE right normal]
		Is anyone there?

		{+close}
		[MADELINE left sad]
		Waaaw wa.
		
		[MOM_PHONE right concerned]
		Oh, drat. The phone's acting up again.

		[MOM_PHONE right normal]
		Sorry, dearie, I'll have to call you back.
		
		# Done to avoid transition
		{artiboom_textbox default}
		{# 999a9a}*click*{#}

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

	CH2_POEM=
		An apparition{n}
		Not of this world{n}
		But because of it{n}
		Lurking out of frame{n}{n}
		Awake, my heart is a fortress{n}
		In dreams I am vulnerable

# *** Chapter 03 ***

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

		{+close}
		[MADELINE left surprised]
		Wawa... waaw wa?
		
		[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.

		{+close}
		[MADELINE left surprised]
		Wa, waww wa waaw waa?

		[OSHIRO right nervous]
		Well, of course I can understand you!

		{portrait none}
		{# 999a9a}Note:{n}From now on, text speaking with{n}{+ oshiro} will be translated.{#}
		
		[OSHIRO right sidehappy]
		{+thought}Two guests in one day!{n}Business is finally picking up!{+endthought}
		
		[OSHIRO right normal]
		How long will you be staying with us?
		
		{+close}
		[MADELINE left sad]
		Uh... what do you mean?
		
		[OSHIRO right worried]
		...staying with us?
		
		[OSHIRO right sideworried]
		{+thought}Do they not know what a hotel is?{+endthought}
		
		{+close}
		[MADELINE left upset]
		You know I can still hear you, right?
		
		[OSHIRO right nervous]
		...
		
		[OSHIRO right normal]
		In any case, 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.
		
		{+close}
		[MADELINE left sad]
		That... sounds nice.
		
		[OSHIRO right sidehappy]
		{+thought}The presidential suite, marvelous idea {+ oshiro}!{+endthought}
		
		[OSHIRO right normal]
		What is your name, for our records?
		
		{+close}
		[MADELINE left sad]
		Well, I don't...

		{+close}
		[MADELINE left normal]
		{+MADELINE}. You can just call me {+MADELINE}. 

		{trigger 0 Camera zooms back out}
		
		[OSHIRO right normal]
		Right this way, {+MS_MADELINE}.

	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, {+MS_MADELINE}.
		The elevator is just down the hall.
		
		{+close}
		[MADELINE left sad]
		This place is in pretty rough shape...

		You sure this is safe?
		
		[OSHIRO right nervous]
		Of course it is!

		[OSHIRO right worried]
		The Celestial Resort Hotel would never{n}endanger a patron!

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

		[OSHIRO right normal]
		Oh! Please allow me to carry your belongings.
		
		{+close}
		[MADELINE left normal]
		...?

		Oh, do you mean the drone?

		[MADELINE left determined]
		No way. I'm keeping it.
		
		[OSHIRO right normal]
		Hmm. Very well.
		
		[OSHIRO right sidesuspicious]
		{+thought}What a peculiar guest.{+endthought}

	CH3_OSHIRO_HALLWAY_B=
		[OSHIRO right normal]
		{+MS_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.
		
		{+close}
		[MADELINE left angry]
		Hey! It's not my fault this damned place is collapsing!
		
		[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}
		
		[OSHIRO right nervous]
		Oh... of course {+MS_MADELINE}!
		My sincere apologies, I was out of line.

		[OSHIRO right normal]
		Please, feel free to explore at your leisure.

	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...
		
		{+close}
		[MADELINE left angry]
		I {0.3}{>>}told{/>>} you this was unsafe.
		
		[OSHIRO left nervous]
		You're right {+MS_MADELINE},{n}I'll never sort this mess out alone.

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

		{+close}
		[MADELINE left sad]
		That's not what I meant...

		[MADELINE left distracted]
		...		
		
		maybe... {0.2}I could help out?
		
		[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=
		{trigger 0 Oshiro gets back up}

		{+close}
		[MADELINE left sad]
		{+thought}This better not be a mistake...{+endthought}

	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!
		
		{+close}
		[MADELINE left upset]
		...really?
		
		[MADELINE left determined]
		{!}I{/!}{0.3} cleared out some of the clutter for you.
		
		[OSHIRO right normal]
		Oh yes, thank you, {+MS_MADELINE}.
		But please, relax, and let the hotel staff handle it!
		
		[OSHIRO right sidesuspicious]
		{+thought}{+oshiro}, you fool. You're losing her.{+endthought}

		[OSHIRO right sideworried]
		{+thought}Guests don't want to spend their time cleaning!{+endthought}
		
		{+close}
		[MADELINE left upset]
		...yeah.

		[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=

	CH3_OSHIRO_CLUTTER2=
		{+close}
		[MADELINE left upset]
		{+thought}Voids, I'm tired...{+endthought}

		Are you going to help me, or...

		[OSHIRO right worried]
		Yes, of course!
		
		[OSHIRO right normal]
		We can talk more once I finish cleaning.

		[OSHIRO right worried]
		I'm very busy!

		[OSHIRO right sidesuspicious]
		{+thought}Yes... people have no respect these days.{+endthought}
		
		{+close}
		[MADELINE left determined]
		{+thought}...fucking prick.{+endthought}

	CH3_OSHIRO_CLUTTER2_B=

	CH3_OSHIRO_CLUTTER_ENDING=
		{anchor bottom}
		[OSHIRO left normal]
		There you are!
		You certainly have a knack for wandering off.
		
		{+close}
		[MADELINE left upset]
		...
		
		[OSHIRO left normal]
		The Celestial Resort Hotel extends its{n}gratitude for your assistance, {+MS_MADELINE}.
		Of course, the staff had the mess under control.
		
		{+close}
		[MADELINE left upset]
		Oh, sure. Yeah.
		
		[OSHIRO left sideworried]
		{+thought}How humiliating.{+endthought}
		
		[OSHIRO left worried]
		You must be eager to see your room!

		[OSHIRO left normal]
		It's just up the elevator and down the hall.
		
		{+close}
		[MADELINE left upset]
		Sure, what the hell. 
		Show me the presidential suite.
		It sounds lovely.
		
		[OSHIRO left sideworried]
		{+thought}Now's your last chance, {+oshiro}. Don't lose her now.{+endthought}

	CH3_THEO_NEVER_MET=
		{+close}
		[MADELINE left distracted]
		Waaw, wawa wa?

		{trigger 0 Theo stops trying to pry off the vent cover}
		
		[THEO right worried]
		{!}What the!?{/!}

		[THEO right wtf]
		Just when I thought today couldn't get any weirder.
		
		{+close}
		{artiboom_textbox madeline}
		{+thought}Fuck, right, can't understand me.{+endthought}

		{+close}
		[MADELINE left normal]
		Wawa waw!
		
		[THEO right wtf]
		A{0.2}a{0.2}nd it can understand me. Great.

		[THEO right nailedit]
		Well, I'm {+theo}.
		
		{trigger 1 Theo goes back to prying off the vent cover}

		[THEO left thinking]
		And I'm also{0.2} getting the hell out of here.
		
		{trigger 2 Theo removes vent cover and it flies off. Theo falls down as it comes off, and gets back up}

	CH3_THEO_NEVER_INTRODUCED=
		{+CH3_THEO_INTRO}

	CH3_THEO_INTRO=
		{+close}
		{artiboom_textbox madeline}
		{+thought}{+theo}!{+endthought}

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

		{+CH3_THEO_ESCAPING}

	CH3_THEO_ESCAPING=
		{trigger 0 Theo stops trying to pry off the vent cover}
		
		[THEO right wtf]
		You {~}see{/~} that {+oshiro} dude? 
		He's a creepy old weirdo.
		I bet he's cleaning out a nook{n}to hide our bodies as we speak.

		{trigger 1 Theo goes back to prying off the vent cover}
		
		[THEO right worried]
		I'm gonna crawl through this vent,{n}it's blowing cold air in from outside.
		Come on!
		
		{+close}
		[MADELINE left angry]
		Wawa {!}wa{/!}! Waaw wawa.
				
		{trigger 2 Theo removes vent cover and it flies off. Theo falls down as it comes off, and gets back up}

		[THEO right worried flip]
		...are you coming?
		{+close}
		{2}

		[THEO right nailedit flip]
		I guess not.

	CH3_THEO_VENTS=
		{anchor bottom}
		[THEO right normal upsidedown]
		Man, it's a maze in here.
		{+elcreepo} treating you well?
		
		{+close}
		{artiboom_textbox madeline}
		{+thought}Well, I wanted to stay, but then he started being a bitch about it.{+endthought}
		
		{+thought}...ugh, that suite sounds nice, though...{+endthought}

		[THEO right wtf upsidedown]
		Seriously. My bad idea radar is {~}off the charts{/~} on this one. 
		You should get out of here.
		
		{+close}
		{artiboom_textbox madeline}
		{+thought}{+theo}. I'll be okay.{+endthought}
		
		[THEO right thinking upsidedown]
		...
		Yeah yeah, I didn't expect you to listen.

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

	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}She'll never stay.{+endthought}

		{trigger 1 Oshiro paces}
		
		[OSHIRO left sideworried]
		{+thought}No, she's 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 her!{+endthought}

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

		{trigger 3 Enter Madeline}
		
		[OSHIRO left nervous]
		There you are, {+MS_MADELINE}!
		Follow me quickly! We're almost there.

	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?
		
		{+close}
		[MADELINE left sad]
		Well, alright.
		[MADELINE left distracted]
		This is pretty spacious, all things considered.
		That bed looks comfy too.
		[MADELINE left normal]
		Little rough around the edges, but I like it.

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

		{+close}
		[MADELINE left normal]
		Yeah.

		[MADELINE left distracted]
		...

		[OSHIRO right nervous]
		Oh err, I almost forgot to mention... 
		Valued guests such as yourself stay in{n}our finest accommodations at half price!
		
		{+close}
		[MADELINE left sad]
		...oh, shit. I don't have...

		{trigger 0 Badeline appears in the mirror}
		
		[OSHIRO right serious]
		Please, {+MS_MADELINE}.
		Please stay. I can accomodate.
		
		{trigger 1 Badeline escapes the mirror}
		
		{+close}
		{artiboom_textbox badeline}
		{+MADELINE}, sweetie, forget this loser.
		
		[OSHIRO left serious]
		Loser? {silent_trigger 6}
		
		{+close}
		{artiboom_textbox badeline}
		You're in denial, old man. 
		This place is a dump.
		No one would {~}ever{/~} want to stay here.
		
		{0.4}{~}Someone had to say it.{/~}

		{trigger 4 Madeline steps closer to Oshiro}
		
		{+close}
		[MADELINE left angry]
		Oh, you again. Great.
		[MADELINE left determined]
		{+oshiro}, don't pay attention to her.
		
		[OSHIRO right serious]
		I... 

		[OSHIRO right lostcontrol]
		I'm very busy.
		Please leave, {+MS_MADELINE}. {silent_trigger 5 Madeline jumps back}
		
		{+close}
		{artiboom_textbox badeline}
		Come on {~}{+MS_MADELINE}{/~}, you heard the man.

		{trigger 2 Badeline blasts a hole in the ceiling}
		
		{+close}
		[MADELINE right angry]
		Hey, no!

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

	CH3_OSHIRO_SUITE_SAD1=
		{anchor bottom}
		[OSHIRO right sidesuspicious]
		{+thought}How dare she 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 her 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}{+MS_MADELINE} only wanted to help!{+endthought}

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

	CH3_OSHIRO_START_CHASE=
		{+close}
		{artiboom_textbox badeline}
		That was adorable.
		I thought we'd {~}never{/~} get rid of him.{n}You owe me one.

		{+close}
		[MADELINE right angry]
		{!}Owe you one!?{/!}
		I nearly just got an actual rest and you ruined it!
		How is that a favor!?

		{trigger 0 Maddy walks away}
		
		{+close}
		{artiboom_textbox badeline}
		{~}Aww, look at you~{/~}
		Trying out therapy for a change?
		Maybe you need some yourself~

		{trigger 1 Maddy turns around}
		
		{+close}
		[MADELINE right angry]
		Why won't you just fuck off?

		{trigger 2 Oshiro enters}
		
		[OSHIRO left serious]
		{+MS_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?
		
		{+close}
		{artiboom_textbox badeline}
		{~}Oh{/~}, do you not understand?
		She only helped you because she pitied you.
		She {~}never{/~} cared about you.
		
		{+close}
		[MADELINE right angry]
		Shut the fuck up! 
		[MADELINE right determined]
		I just wanted to help.
		
		{+close}
		{artiboom_textbox badeline}
		You're both useless.

		{trigger 3 Badeline disappears, Oshiro gets angry}

		[OSHIRO left lostcontrol]
		Useless!?
		You only came here to humiliate me...
		I won't grovel at your feet any longer!

	CH3_OSHIRO_CHASE_END=
		{anchor top}
		[MADELINE right angry]
		{+mroshiro}, stop!

		{trigger 0 Oshiro slams the roof below their feet and it begins shaking}
		
		[MADELINE right angry]
		You're going to get both of us killed!

	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=
		{artiboom_textbox madeline}
		{+thought}Oh great, you again.{+endthought}

		{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}

		{+close}
		[MADELINE right angry]
		...
		{*}Waaw waw wa!{/*}{n}Waaw, wawa, awaw awaw wa!

		{trigger 0 Start Laughing}
		
		[GRANNY right laugh]
		Ah, there it is. 

		{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}
		
		{+close}
		{artiboom_textbox madeline}
		{+thought}{*}This {+mountain} must've drove both of you crazy.{/*}{+endthought}

		{trigger 2 Wait a beat}
		
		[GRANNY right normal]
		What, do you think I'm crazy for being up here?

		{+close}
		{artiboom_textbox madeline}
		{+thought}Oh, don't tell me you can read minds.{+endthought}

		{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.
		
		{+close}
		{artiboom_textbox madeline}
		{+thought}...{+endthought}
		
		{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}
		
		{+close}
		{artiboom_textbox madeline}
		{+thought}...okay, I think I'm in the clear.{+endthought}

		{trigger 1 Stop Laughing}
		{trigger 6 Maddy walks past granny}
		
		[GRANNY left normal flip]
		Sometimes it's hard to tell the difference{n}between stubbornness and determination, isn't it?
		You remind me of myself when I was young.

		{trigger 0 Start Laughing}

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

	CH4_GRANNY_2=
		[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.

		{+close}
		[MADELINE left sad]
		..?

		[GRANNY right normal]
		The {+MOUNTAIN} shows you who you really are.
		Whether you're ready for it or not.
		It keeps me honest.

	CH4_GRANNY_3=

	CH4_GONDOLA=
		{anchor top}
		{artiboom_textbox theo}
		Hey! 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}
		
		{+close}
		[MADELINE right surprised]
		Wa! Waaw wawa?
		
		[THEO left nailedit]
		Oof. Don't worry, I'm fine. 
		Just give me a sec.

		{trigger 2 Theo gets up}
		
		[THEO left excited]
		A gondola! I've always wanted to ride one of these.
		
		{+close}
		[MADELINE right sad]
		...{0.3}{*}wwrrrrr{/*}...
		
		[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.

		{+close}
		{artiboom_textbox madeline}
		{+thought}I don't think this thing is safe...{+endthought}

		{trigger 5 Wait a bit}

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

		{+close}
		[MADELINE left sadder]
		{*}...{/*}

		[THEO right normal]
		That look tells me everything.
		
		[THEO right thinking]
		I hate to say I told you so, but...

		{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.

		{+close}
		{artiboom_textbox madeline}
		{+thought}...ugh, fine.{+endthought}

		{trigger 7 Seflie, then gondola stalls out and badeline appears}
		{anchor bottom}
		
		{+close}
		[MADELINE left surprised]
		Wwawaa!?
		
		[THEO right wtf flip]
		Huh. Looks like we stalled out.

		{trigger 8 Madeline moves left}
		
		{+close}
		{artiboom_textbox madeline}
		{+thought}Fuck, this is really bad...{+endthought}

		[THEO right wtf]
		Maybe if I...

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

		{trigger 10 tentacles appear}
		
		{+close}
		[MADELINE left sadder]
		{*}...{/*}

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

		{trigger 12 Maddy can't breathe}

		{2.0}
		
		[THEO right serious]
		Hey. It's okay.

		{+close}
		[MADELINE left angry]
		{*}{!}Waawa wa kkrawa?!{/!}{/*}

		[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?
		
		{+close}
		[MADELINE left panic]
		{*}...{/*}

		{trigger 15 Wait a bit}

		{trigger 16 Theo takes out phone}
		
		[THEO left excited]
		Oh. My. God.
		{silent_trigger 17 Maddy faces theo}
		Look at this selfie though!

	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}

		{+close}
		{artiboom_textbox madeline}
		{+thought}It looks pretty dark in there...)
		(...does he have a light?{+endthought}

		{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!
		
		[THEO right excited flip]
		My {# FFFF4C}InstaPix{#} followers are gonna eat this up.

		{trigger 2 Theo leaves}
		
		{+close}
		{artiboom_textbox madeline}
		{+thought}...)
		(...something feels off...{+endthought}

	CH5_PHONE=
		{+close}
		{artiboom_textbox madeline}
		{+thought}Oh,{0.3} shit.{+endthought}

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

		{+thought}This is {+THEO}'s phone...{+endthought}

		{trigger 1 Maddy stands back up}

		{+thought}Okay, okay, it's alright. Don't panic.)
		(Maybe it just.{0.1}.{0.1}.{0.3} fell out of his pocket.)
		(I'll give it back to him when I find him.{+endthought}

	CH5_THEO_MIRROR=
		{+close}
		{artiboom_textbox madeline}
		{>>}{+thought}Wait...{+endthought}
		
		[THEO_MIRROR right excited]
		Hey!
		
		[THEO_MIRROR right wtf]
		...uh, why are you inside a mirror?
		
		{+close}
		[MADELINE left determined]
		Wawa, {~}waawa{/} wa?

		[THEO_MIRROR right thinking]
		Okay, let me start from the beginning.
		
		[THEO_MIRROR right wtf]
		I was taking a nonchalant mirror selfie...
		Y'know, {~}{# aaaaaa}"It's your boy {+THEO}{# aaaaaa} in this{n}ancient temple, no big deal."{#}{/~}

		[THEO_MIRROR right thinking]
		{# ffff9b}\#blessed{#}
		
		[THEO_MIRROR right serious]
		Next thing I know I wake up lying on the ground.
		
		[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.
		
		[THEO_MIRROR right serious]
		Be careful, okay?

	CH5_SHADOW_MADDY_0=
		{+close}
		[MADELINE left angry]
		{*}You!{/*}
		Where the fuck are we?
		What did you do?
		
		{+close}
		{artiboom_textbox badeline}
		Oh, do you think {~}I'm{/~} doing this?
		That's precious.
		
		This is {~}exactly{/~} what I warned you about.
		
	CH5_SHADOW_MADDY_1=
		{+close}
		[MADELINE left angry]
		Stop fucking running away from me!
		[MADELINE left angry]
		Explain what's going on. {!}Now!{/!}

		{+close}
		{artiboom_textbox badeline}
		You still don't get it?

		The {+mountain} gave me this body.

		But I'm not the only thing living{n}in that fucked up head of yours.

		Don't like what you see?

		{~}What a surprise.{/~}
		
		{+close}
		[MADELINE left angry]
		{0.3}{!}Shut up!{/!}

		{+close}
		{artiboom_textbox badeline}
		I {~}tried{/~} to stop you.

		Look into the mirror, what do you see?
		All of this is yours.
		This temple only magnifies it.

	CH5_SHADOW_MADDY_2=
		{+close}
		[MADELINE left angry]
		Why are you {!}doing{/!} this?!

		{+close}
		{artiboom_textbox badeline}
		Aw, poor {+MADELINE}, {~}always the victim.{/~}
		You know why this is happening.
		It's not me.

	CH5_SHADOW_MADDY_3=
		{+close}
		[MADELINE left panic]
		Why won't you just fucking {*}help{/*} me?

		{+close}
		{artiboom_textbox badeline}
		Now you want me to {~}save{/~} you?

		{+close}
		[MADELINE left panic]
		Just be on my side here for once.

		{+close}
		{artiboom_textbox badeline}
		Stop trying to make me feel like a monster.
		You {~}really{/~} want to know why I won't help?
		{0.3}
		You {!}deserve{/!} this.

		{+close}
		{1}

		{+close}
		{artiboom_textbox badeline}
		Still think you can {~}climb this {+MOUNTAIN}?{/~}

		{trigger 0 Badeline Leaves}
		[MADELINE left angry]
		{*}SHUT UP!{/*}

		{*}I don't need your help.{/*}
		[MADELINE left determined]
		I'll do this alone.

	CH5_REFLECTION=
		{trigger 0 Madeline falls to knees}

		[MADELINE left sad]
		Those {*}things{/*} are hunting me.
		[MADELINE left sadder]
		{+theo} is trapped somewhere in here because of me.
		[MADELINE left panic]
		{+theo}, damn you...

		{trigger 1 Madeline stops panicking}

		{portrait none}
		{#999a9a}...
		Breathe.
		
		{trigger 2 Madeline gets up}

		Get up, {+MADELINE}{#999a9a}.
		You can save {+theo}{#999a9a}.
		Think of the feather.

	CH5_SEE_THEO=
		{+close}
		[MADELINE left normal]
		{+theo}!
		
		[THEO right worried]
		What-

		[THEO right excited]
		Oh my God!{0.3} You can talk!?

		{+close}
		[MADELINE left surprised]
		{!}You can hear me?!{/!}
		
		[THEO right excited]
		Yeah! I{0.3}.{0.3}[THEO right normal].{0.3}.
		[THEO right serious]
		...what's wrong?

		{trigger 0 zoom in}

		{+close}
		[MADELINE left sad]
		What do you mean?
		
		[THEO right serious]
		You look.{0.1}.{0.1}.{0.1} awful.

		{+close}
		[MADELINE left angry]
		{*}What!?{/*}	

		[THEO right worried]
		No, not like that!
		{+close}

		{3.8}

		{+close}
		[MADELINE left distracted]
		Are you okay?

		[THEO right normal]
		Yeah.

		[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?
		
		{+close}
		[MADELINE left sad]
		...
		[MADELINE left sadder]
		Yeah...
		{trigger 1 Madeline turns around}

		[MADELINE right sadder]
		I didn't want you to{n}have to see this side of me.

		You're trapped because of me.

		And now this{0.4} temple is showing{n}you what I'm {~}really{/~} like.
		[MADELINE right panic]
		I'm...

		{trigger 2 wait a bit}

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

		[THEO right wtf]
		Don't act like this is all on you.

		{+close}
		[MADELINE right angry]
		...what?

		[THEO right wtf]
		You didn't trap me in this crystal.

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

		Sure, those monsters are coming from you,{n}but the temple is shaping itself around me too.

		[THEO right worried]
		I can {*}feel{/*} it.
		These {~}eyes{/~} are staring at me...

		[THEO right wtf]
		And this crystal is coming from me, I know it.

		[THEO right serious]
		I hate to ask, but I really need your help right now.

		{trigger 0 zoom back in}

		{+close}
		[MADELINE left upset]
		...
		Fine.
		[MADELINE left determined]
		I'll bust you out of that thing,{n}then we'll escape together.
		[MADELINE left distracted]
		Just as soon as I find my way around to you...
		
		[THEO right serious]
		You're my only hope right now.
		I believe in you, for real.

		{+close}
		[MADELINE left sad]
		I...
		I-{0.3} I hope that's not a mistake.

	CH5_SEE_THEO_B=
		[MADELINE left sadder]
		I deserve this, don't I?

		[THEO right wtf]
		{+ALEX}, you have to stop being so hard on yourself.

		{+close}
		[MADELINE left sad]
		...
		Who's {+ALEX}?

		[THEO right thinking]
		Sorry, someone else.

		[THEO right wtf]
		But my comment still stands.
		No one deserves this, least of all you.

		{+close}
		[MADELINE left sad]
		...

	CH5_FOUND_THEO=
		{+close}
		[MADELINE left normal]
		{+theo}!
		Oh, thank the voids.
		
		[THEO right excited]
		{!}Buddy!{/!} There you are.

		[THEO right wtf]
		...wait, what?

		{+close}
		[MADELINE left distracted]
		Uh...

		{+close}
		{0.3}

		[THEO right nailedit]
		Nevermind.

		[THEO right thinking]
		Those monsters are {!}vicious!{/!}
		
		{+close}
		[MADELINE left normal]
		Makes me wish I had a spear.
		[MADELINE left distracted]
		...or any bombs left.

		[THEO right worried]
		...
		[THEO right wtf]
		You're quite a fighter, huh?
		[THEO right normal]
		Think you could break me out of this crystal?
		
		{+close}
		[MADELINE left sad]
		Fuck, right.
		[MADELINE left normal]
		Let me try...

		{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.

		{+close}
		[MADELINE left upset]
		Oh, isn't that just {~}lovely.{/~}

		[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-
		
		{+close}
		[MADELINE left angry]
		{+theo}, don't even think about that!
		[MADELINE left angry]
		I'm not leaving {#97aedf}you{#}...
		[MADELINE left sadder]
		...
		[MADELINE left determined]
		I'm {!}not{/!}{0.2} leaving {#FF9523}you{#} behind.
		
		[THEO right worried]
		{~}Hell no{/~}, you better not leave me in this place!

		[THEO right thinking]
		I was gonna say you might have to carry me.
		
		{+close}
		[MADELINE left distracted]
		Oh.
		[MADELINE 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 can do this.

	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=
		{+close}
		[MADELINE right normal]
		{+theo}, you're awake!

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

		[THEO left wtf]
		I had a {~}messed up{/~} nightmare.
		
		{+close}
		[MADELINE right distracted]
		Oh, no, that wasn't a nightmare.

		[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.

		{+close}
		[MADELINE right distracted]
		Not like I had a choice.
		[MADELINE right sad]
		...
		[MADELINE right sad]
		{#999a9a}...no problem.{#}

	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?

		{+close}
		[MADELINE right normal]
		Hmm..
		[MADELINE right distracted]
		maybe about half a cycle?

		[THEO left wtf]
		...
		What?
		{+close}
		
		{3}		

		[MADELINE right sad]
		You good?

		[THEO left wtf]
		...

		[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 something's up with you.
		What's really going on here?

		{+close}
		[MADELINE right distracted]
		I should've told you sooner.
		I'm not from this, uhh...
		[MADELINE right sad]
		whatever this is.

		[THEO left normal]
		Yeah, that sounds about right.
		[THEO left thinking]
		What was your place like?

		{+close}
		{3.4}

		[MADELINE right sad]
		Where I'm from, I had to fight every day to stay alive.
		Hunting, hiding, all of it.
		There wasn't really anyone else around.
		I've grown strong enough to hold my own,{n}but some days, it's just too much. 

		[THEO left serious]
		You must've been pretty lonely.

		{+close}
		{3.4}
		
		[MADELINE right distracted]
		Back at the ruins...{n}a {+ST_BAD}part of me{+END_BAD} escaped from a mirror.
		A part I'm not very...{0.8} proud{0.5} of.

		[MADELINE right upset]
		I {>>}swear{/>>}{0.5} I dreamt it.

		[THEO left serious]
		You think the {+MOUNTAIN} made it real?

		{+close}
		[MADELINE right upset]
		Yeah.
		She's been haunting me the whole time.
		[MADELINE right angry]
		She lashed out at {+MROSHIRO}.
		I think she was the reason the gondola stalled out.
		And she was there, in the temple.

		[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...

		{+close}
		[MADELINE right determined]
		I {!}couldn't{/!}, remember?
		
		[THEO left thinking]
		Right.
			
		{+close}
		[MADELINE right upset]
		She's just a bitch.

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

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

	CH6_THEO_ASK_THANKYOU=
		[MADELINE right distracted]
		How did you know we were going to escape?
	CH6_THEO_SAY_THANKYOU=
		{+close}
		[MADELINE right distracted]
		How did you know we were going to escape?

		[THEO left nailedit]
		Oh, I thought we were screwed.

		[MADELINE right upset]
		...

	CH6_THEO_ASK_TRUST=
		[MADELINE right distracted] 
		Why do you trust me?
	CH6_THEO_SAY_TRUST=
		[MADELINE right distracted] 
		Why do you trust me?
		Seriously, you barely even know me.

		[THEO left normal]
		Honestly?
		You remind me of my sister.

		{+close}
		[MADELINE right distracted]
		Huh.
		[MADELINE 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.

		[MADELINE right distracted] 
		She's...{0.4} a musician?

		[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.

		{+close}
		[MADELINE right determined]
		A...{0.6} what?
		[MADELINE right distracted] 
		Actually, nevermind.
		[MADELINE right normal] 
		How do I remind you of her?

		[THEO left wtf]
		You both live so deep inside your own heads.

		{+close}
		[MADELINE right angry] 
		{!}Hey!{/!}

		[THEO left thinking]
		{+ALEX} has this amazing internal compass.

		[THEO left normal]
		It's obvious that she'll get where she needs to be.
		I can see that in you too.

		[THEO left wtf]
		I wish I could say the same for myself.
		
	CH6_THEO_ASK_WHY=
		[MADELINE right sad]
		Your sister sounds nice. How do I remind you of her?
	CH6_THEO_SAY_WHY=
		{+close}
		[MADELINE right sad] 
		Your sister sounds nice.
		Again, how do {~}I{/~} remind you of her?

		[THEO left thinking]
		Are you kidding me?

		[THEO left excited]
		You're the one who's {~}dead set{/~}{n}on climbing this {+MOUNTAIN}.

		[THEO left thinking]
		And you {~}{>> .3}don't even know why.{>>}{/~}

		[THEO left excited]
		That's classic {+ALEX}.

		{+close}
		[MADELINE right upset] 
		...

		[THEO left thinking]
		I'm just teasing you.

		[THEO left normal]
		Why {~}are{/~} you climbing the {+MOUNTAIN}, anyways?

		{+close}
		[MADELINE right distracted] 
		...You're right,{0.5} I don't know.
		I just feel {>>}drawn{/>>}{0.2} to it.

		[THEO left normal]
		...

		{trigger 0 Wait a bit}

		[THEO left thinking]
		What {~}is{/~} your name, anyways?

		{+close}
		[MADELINE right distracted] 
		I never really...
		[MADELINE right normal] 
		{1}{+MADELINE}. You can call me {+MADELINE}.
	
		{trigger 0 Wait a bit}

		{+close}
		[MADELINE right distracted] 
		Are you sure I remind you of {+ALEX}?

		[THEO left wtf]
		What do you mean?

		{trigger 0 Wait a bit}

		{+close}
		[MADELINE right sad] 
		I...
		It's a long story.

		[THEO left serious]
		Hm.

	CH6_THEO_ASK_DEPRESSION=
		[THEO left serious]
		Would you mind talking about what happened?
	CH6_THEO_SAY_DEPRESSION=
		[THEO left serious]
		Would you mind talking about what happened?

		{+close}
		[MADELINE right sadder] 
		...

		{+close}
		{5}
		
		[THEO left normal]
		We can talk about something else if you want.

		[MADELINE right panic] 
		...no.
		[MADELINE right sad]
		No, you should know.

		[MADELINE right sadder] 
		I used to have two pups.

		[MADELINE right sad] 
		One was {#97aedf}Storm{#}, and the other...
		[MADELINE right sadder] 
		...died before I could name him.

		[MADELINE right sad] 
		They were the lights of my life.
		
		{+close}
		{2}
		[MADELINE right distracted]
		Do you know what scavengers are?
		
		[THEO left thinking]
		...Not to you, I don't.
		
		{+close}
		[MADELINE right normal] 
		They're these little buggers, about as tall as I am.
		They usually group up in outposts, and...
		they are {~}obsessed{/~} with pearls.

		[MADELINE right distracted]
		One day, while we were crossing through one of their outposts,
		{#97aedf}Storm{#} took one of their pearls, and...
		[MADELINE right sad]
		they attacked.
		{+close}
		{3}
		[MADELINE right sad]
		I tried to escape, but she...
		[MADELINE right sadder]
		...she fell behind.

		[THEO left worried]
		That's {1.0}[THEO left serious]{0.5}really hard.
		
		[THEO left serious]
		Is that why?

		[MADELINE right distracted]
		No...
		[MADELINE right sad]
		No, it wasn't.

		{+close}
		[MADELINE right sad]
		When that happened, I fell apart.
		I swore revenge on that outpost.
		[MADELINE right distracted]
		They killed my child, so {~}it's only fair{/~}, right?

		{+close}
		{2}

		[MADELINE right distracted]
		Well, one turned to two...
		...which turned to five...
		[MADELINE right sad]
		...and by now, it wouldn't be wrong to call it genocide.
		I couldn't tell you how many.
		I can't go back from that.
		[MADELINE right upset]
		...well, I literally can't go back now, but...
		[MADELINE right distracted]
		you get what I mean.

		[THEO left worried]
		...
		{+close}
		{3}

		[THEO left serious]
		I see.
		[THEO left thinking]
		...{0.6}you know, you're in a new world now.
		Even if that's past forgiving,
		[THEO left normal]
		maybe this could be a fresh start.

		[MADELINE right distracted]
		I guess.

	CH6_THEO_ASK_DEFENSE=
		[THEO left wtf]
		I think I saw that {+PART_OF_YOU}.
	CH6_THEO_SAY_DEFENSE=
		[THEO left wtf]
		I think I saw that {+PART_OF_YOU} you were talking about.
		Back in the temple, I mean.

		{+close}
		[MADELINE right upset]
		Oh, yeah, that fucker.
		She's so demeaning to me. I hate it.
		[MADELINE right angry]
		And she keeps just {~}running away{/~}.

		[THEO left normal]
		Maybe she could be some kind of...{n}twisted defense mechanism.
		
		{+close}
		[MADELINE right upset]
		Honestly, who cares?
		She has so much control over me.
		I hate it.

		[THEO left wtf]
		Maybe you can learn to control her instead.

		{+close}
		[MADELINE right distracted]
		...
		The feather helps a lot.
		[MADELINE right normal]
		Thanks. {0.8}For teaching me that, I mean.

		[THEO left thinking]
		Just one of my grandpa's many nuggets of wisdom.

	CH6_THEO_ASK_VACATION=
		[THEO left thinking]
		How did you get here?
	CH6_THEO_SAY_VACATION=
		[THEO left thinking]
		How did you get here?

		[MADELINE right distracted]
		What do you mean?

		[THEO left normal]
		Dude, you're from a {~}completely{n}different dimension{/~} or something.

		[THEO left thinking]
		How are you here?

		[MADELINE right distracted]
		...
		I don't really remember it well.
		[MADELINE right normal]
		Last thing I remember was jumping{n}into some {#ffdb6d}golden sea{#},
		seeing some fucking colossal worms,
		then I blacked out and woke up somewhere near here.

		[THEO left wtf]
		...
		[THEO left thinking]
		Trippy.	
		[THEO left normal]
		How big are we talking?

		[MADELINE right distracted]
		...
		[MADELINE right normal]
		Their head's about as large as that ridge behind you,
		and by length, I have no fucking idea.
		Maybe about three or four hundred times as long{n}as this {+MOUNTAIN} is tall?

		[THEO left worried]
		Dang. No kidding.

	CH6_THEO_ASK_FAMILY=
		[MADELINE right upset]
		Dying sucks.

	CH6_THEO_SAY_FAMILY=
		[MADELINE right upset]
		Dying fucking sucks.
		Were you counting how many times I died back there?

		[THEO left wtf]
		Yeah, what was that about?
		You just come back like nothing happened?
		[THEO left thinking]
		It's the {+MOUNTAIN}, I'm calling it now.

		[MADELINE right distracted]
		What? That's normal.

		[THEO left wtf]
		...No?
		[THEO left thinking]
		People don't usually just{0.8} {~}come back from the dead{/~} like that.

		{+close}
		{1}
		[MADELINE right surprised]
		{!}Oh shit!{/!}
		[MADELINE right normal]
		Do you guys not have {#ffdb6d}the cycle{#} here?

		[THEO left wtf]
		...the what?

		[MADELINE right distracted]
		Fuck, okay.
		Let me explain.
		[MADELINE right normal]
		{#ffdb6d}The cycle{#} is some kind of force or something.
		It affects everything around us,
		from you to me to that fly behind you,

		[THEO right worried]
		{!}Ah!{/!}
		{+close}
		{0.8}
		[THEO right nailedit]
		Okay, it's dead.
		[THEO left normal]
		What were you saying?

		[MADELINE right upset]
		...
		[MADELINE right distracted]
		...{#ffdb6d}the cycle{#} makes people come back.
		[MADELINE right normal]
		No matter what, as long as you aren't too young or old,
		you wake up the next day.
		And even then, if you are, your soul doesn't leave either.

		[THEO left excited]
		Oh, I get it!
		[THEO left normal]
		Samsara and all, right?

		[MADELINE right determined]
		...you think I know what that is?

		[THEO left normal]
		Right.
		[UNKNOWN]
		Director's note: {#999a9a}{+theo} only has a surface level understanding of Buddhism.{n}This is 100% in character for him.{#}
		
		[MADELINE right normal]
		Are you alright?
		

		[THEO left thinking]
		Yeah, I'm just remembering something.

		[THEO left thinking]
		My grandpa taught me about this {+MOUNTAIN}.
		He always said to live life like you'd die tomorrow.
		[THEO left normal]
		It felt like he was telling me to come here.

	CH6_THEO_ASK_GRANDPA=
		[MADELINE right distracted]
		Are you close to your grandpa?
	CH6_THEO_SAY_GRANDPA=
		[MADELINE right distracted]
		Are you close to your grandpa?

		[THEO left serious]
		Yeah... I was.

		[MADELINE right sad]
		Ah. I see.

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

		[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}

		[MADELINE right sad]
		I...
		I'm sorry, {+THEO}.

		[THEO left serious]
		Thanks.

	CH6_THEO_ASK_TIPS=
		[MADELINE right distracted]
		What else did you learn from your grandpa?
	CH6_THEO_SAY_TIPS=
		[MADELINE right distracted]
		So, what else did you learn from your grandpa?

		[THEO left excited]
		So much stuff!

		[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."{/~}

		[MADELINE right distracted]
		Huh.
		[MADELINE right normal]
		You think he went through the temple?
		Saw what we saw, and all?
		
		[THEO left thinking]
		He never talked about what happened here.

		[MADELINE right sad]
		His experience was probably less, uh... violent.

		[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 the temple?
	CH6_THEO_SAY_TEMPLE=
		[THEO left wtf]
		Who do you think built the temple?

		[MADELINE right distracted]
		Fuck if I know, I just got here.

		[THEO left thinking]
		It looks ancient...
		It must predate everything else on the {+MOUNTAIN}.{n}The resort, the ruins, the city...

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

		[MADELINE right distracted]
		Eh, I'm used to it.
		[MADELINE right normal]
		Back where I was from, everything was like that.
		Giant fucking supercomputers tall as a {+MOUNTAIN},{n}walled with tapestries...
		[MADELINE right determined]
		...and graffiti.
		[MADELINE right distracted]
		The people who made them are all long gone by now.

		{+close}
		{3}
		[THEO left serious]
		This {+MOUNTAIN} has meant so{n}many things to so many people.

		[THEO left thinking]
		I'm starting to understand why{n}that crazy old lady lives here.

		[MADELINE right distracted]
		You ran into her too?
		[MADELINE right normal]
		What's her deal?

		[THEO left thinking]
		I think she's just off in the head.

		[THEO left normal]
		...but she does seem pretty content living out here.

	CH6_THEO_ASK_SELFIE=
		[MADELINE right upset]
		I'm gonna head to sleep.
	CH6_THEO_SAY_SELFIE=
		[THEO left normal]
		You know what, actually?
		I want to remember this night.
		Selfie?

		[MADELINE right distracted]
		...
		Nah.
		[MADELINE right normal]
		Don't really like pictures.

		[THEO left thinking]
		Fair enough.
		{+close}
		{3}

		[THEO left wtf]
		Wait a second...

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

		[MADELINE right surprised]
		Wait, really?
		[MADELINE right normal]
		Oh shit, yeah. Neat.

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

		[MADELINE right normal]
		Alright.
		Night, {+THEO}.

	CH6_THEO_ASK_SLEEP=
		[MADELINE right distracted]
		I should get some sleep.
	CH6_THEO_SAY_SLEEP=
		{+close}
		[MADELINE right distracted]
		Fuck, I'm exhausted.
		I'm gonna head 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=
		[MADELINE right sad]
		Yeah, nah. Sorry.
	CH6_THEO_SAY_SLEEP_CONFIRM=
		[MADELINE right sad]
		Yeah, nah. Sorry, {+Theo}.
		{+CH6_THEO_SAY_SELFIE}

	CH6_THEO_ASK_SLEEP_CANCEL=
		[MADELINE right upset]
		...fine.
	CH6_THEO_SAY_SLEEP_CANCEL=
		[MADELINE right upset]
		...fine.

	CH6_DREAMING=
		[MADELINE right normal]
		These lights are so pretty...

		{+close}
		{artiboom_textbox badeline}
		Yeah... they are...
		...
		Where{0.5} are we?

		[MADELINE right normal]
		We need to talk.

		{+close}
		{artiboom_textbox badeline}
		...about?

		[MADELINE right normal]
		I finally understand what you are.
		[MADELINE right distracted]
		You're not my real reflection.

		{+close}
		{artiboom_textbox badeline}
		You-
		I'm not?

		{+close}
		[MADELINE right normal]
		You're everything I need to leave behind.
		[MADELINE right distracted]
		You're cruel, sadistic, controlling...

		{+close}
		{artiboom_textbox badeline}
		{*}Excuse me!?{/*}

		{+close}
		[MADELINE right normal]
		No, you don't get it.
		I don't need you anymore.
		[MADELINE right determined]
		So you{0.8} can go ahead and leave now.

		{+close}
		{artiboom_textbox badeline}
		So you're just... {!}abandoning{/!} me?

		{+close}
		[MADELINE right normal]
		Yeah!
		Do what you want, we're dreaming.
		[MADELINE right determined]
		You can't touch me.

		{+close}
		{artiboom_textbox badeline}
		You...

		{silent_trigger 0 Tentacles Appear}
		...{!}fucking {*}IMBECILE!{/*}{/!}

		{silent_trigger 0 Tentacles Appear More}
		You think you can just {~}leave me behind?{/~}
		{silent_trigger 0 Tentacles Appear moooore}
		You think you can blame everything on me?
		{silent_trigger 0 Tentacles Appear EVEN MORE}
		You think you're {~}above{/~} me!?

		{silent_trigger 1 Tentacles grab Madeline}
		{!}{*}ANSWER ME!{/*}{/!}

		{+close}
		[MADELINE right normal]
		Nope! Can't touch this.

		{trigger 4 start circling the player}

		[MADELINE right determined]
		Alright, this is it.
		Use the feather.

		{trigger 2 Feather minigame}

		{artiboom_textbox badeline}
		You're going to {~}think about a feather{/~} to stop me?

		{trigger 3 Destroy feather minigame}

		You are not {*}above me.{/*}
		And you {*}can't{/*} climb this {+MOUNTAIN}.
		It's time to accept that.

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

	CH6_REFLECT_AFTER=
		[MADELINE right sad]
		Fuck...
		That {*}bitch{/*}...
		Now what?

	CH6_OLDLADY=
		[GRANNY right normal]
		Oh, hello again.

		[MADELINE right upset]
		Of fucking course you're here.

		{trigger 0 Zoom in}

		[GRANNY right mock]
		Callin' it quits I see.
		
		[MADELINE right angry]
		Why do {*}you{/*} care?
		Why are you even here?
		
		[GRANNY right normal]
		The {+MOUNTAIN} doesn't pull any punches.
		[GRANNY right laughing]
		Just wanted to make sure you made it.

		[MADELINE right upset]
		Yeah, well I'm fine.
		Just had a hard fall.
		Leave it.

		{trigger 1 Start laughing}
		
		[MADELINE right 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}
		
		[MADELINE right angry]
		You know what?
		No.
		I'm tired of fucking things up.

		{trigger 4 Maddy walks left}

		[MADELINE left angry]
		I can do this.
		[MADELINE left determined]
		I just gotta get through {+ST_BAD}her{+END_BAD} first.

		{trigger 5 Wait a bit}
		
		[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.

		[MADELINE right upset]
		Yeah, well, what makes {~}me{/~} so special?

		[GRANNY right normal]
		I've never met someone so angry at themself.

		{trigger 1 Start lauging}

		[GRANNY right laugh]
		Honestly, I thought you'd reach{n}the summit just to spite yourself.

		{trigger 2 Stop laughing}

		[GRANNY right normal]
		This girl you're talking about.
		She's {+ST_BAD}Part of You{+END_BAD}, isn't she?
		You can't get rid of her without hurting you too.
		It sounds like she's scared.
		Talk to her.
		What have you got to lose?

	CH6_OLDLADY_B=
		[MADELINE left normal]
		Hold on.
		Why are you not like...
		[MADELINE left distracted]
		surprised to see me talk?

		[GRANNY right laugh]
		Well, that {#96EFFF}temple{#} always does something.

		[MADELINE 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.

		[MADELINE left angry]
		You...
		[MADELINE left upset]
		You really need to work on your messaging.

		[GRANNY right normal]
		A glimpse at the truth is good for people.
		Even if most can't accept what they see.

	CH6_OLDLADY_C=
		[MADELINE left upset]
		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.


		[MADELINE left distracted]
		But the {+MOUNTAIN} is so...
		[MADELINE left sad]
		...angry.

		[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.

	CH6_BOSS_START=
		{+close}
		{artiboom_textbox badeline}
		Looking for me?
		I thought you were {*}done{/*} with me.

		[MADELINE left distracted]
		I...
		[MADELINE left sad]
		I'm sorry.
		[MADELINE left sadder]
		I made a mistake.

		{+close}
		{artiboom_textbox badeline}
		Oh, you think you've got it {~}all figured out.{/~}
		You think you don't need me.
		
		[MADELINE left sadder]
		I...
		[MADELINE left sad]
		We need to move past this.

		{trigger 0 Badeline floats, zooms in}

		{+close}
		{artiboom_textbox badeline}
		You expect me to trust you?
		You know what you did.

		[MADELINE left angry]
		You aren't innocent here either.
		...
		[MADELINE left determined]
		I know you're hurting.
		
		{trigger 1 Maddy steps forward}
		
		[MADELINE left sad]
		Look, we're at rock bottom.
		There's really no point in fighting.
		I can't hurt you without hurting{n}myself, and same with you.

		{+close}
		{artiboom_textbox badeline}
		I can keep digging.
		I could pull us down to the center of the earth again.

		{+close}
		[MADELINE left sad]
		Why? What would be the point?
		[MADELINE left sadder]
		Just to run away again?
		[MADELINE left distracted]
		...
		[MADELINE left together]
		Let's climb out of here. {.6}[MADELINE left togetherZoom]Together.
		
		{+close}
		{artiboom_textbox badeline}
		Come close to me and I'll make you {!}regret{/!} it.

	CH6_BOSS_TIRED_A=
		{+close}
		{artiboom_textbox badeline}
		I did you a favor.

	CH6_BOSS_TIRED_B=
		{+close}
		{artiboom_textbox badeline}
		You aren't a {*}mountain climber.{/*}

	CH6_BOSS_TIRED_C=
		{+close}
		{artiboom_textbox badeline}
		{*}I'm just trying to help you!{/*}

	CH6_BOSS_MIDDLE=
		{+close}
		{artiboom_textbox badeline}
		None of this would have {*}happened{/*}{n}if you had {*}listened to me!{/*}

	CH6_BOSS_ENDING=
		{+close}
		{artiboom_textbox badeline}
		Fine.
		You win.

		{silent_trigger 0 Music starts}

		I guess you don't need me after all.
		If...
		If you want me to go away, I'll try.
		
		[MADELINE left sad]
		That's not what I want.
		We have a fresh start here, and...
		I want that with you, too.
		[MADELINE left determined]
		I need your help now more than ever.

		{+close}
		{artiboom_textbox badeline}
		You want to work together?
		You're joking, right?

		{trigger 1 Madeline puts hand on Badeline}

		[MADELINE left sad]
		Look.
		There's nowhere else to go from here but up.
		We {!}can{/!} be better than this.
		You just have to trust me.

		{trigger 2 Badeline calms down}

		[MADELINE left sad]
		We can break this cycle.
		Believe me, we can.
		[MADELINE left determined]
		I just need your help.

		{+close}
		{artiboom_textbox badeline}
		...


	CH6_ENDING=
		[MADELINE left surprised]
		Woah!
		What was that?
		[MADELINE left normal]
		If we can climb like that, maybe{n}we can still reach the summit!
		
		{+close}
		{artiboom_textbox badeline}
		You still want to climb the {+MOUNTAIN}?
		Why?
		What do you want to do up there?

		[MADELINE left distracted]
		Well, we've came all this way.
		Might as well see it through.

		{trigger 0 Old Lady enters right}

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

		[MADELINE left normal]
		Oh, hey!
		Glad to see you.

		[GRANNY right normal]
		Good to see you too.

		{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.
		
		[MADELINE left normal]
		Oh!
		Thanks, {+THEO}. I'm alright.
		[MADELINE left distracted]
		I've had harder falls.
		
		{trigger 8 theo stops being tired}
		[THEO left wtf]
		And here {+ST_BAD}you{+END_BAD} are again.
		[THEO left thinking]
		Not any less scary than the first time I saw you.

		{+close}
		{artiboom_textbox badeline}
		Hi.

		[MADELINE left distracted]
		Wait, have you two met?

		{+close}
		{artiboom_textbox badeline}
		We saw each other back in the temple.
		I nearly scared him to death!

		[THEO left wtf]
		Yeah, sure.

		[THEO left excited]
		Are you two going to climb the summit?
		
		[MADELINE left distracted]
		...
		[MADELINE left normal]
		Yeah, why not.

		{+close}
		{artiboom_textbox badeline}
		Wait, {0.4}{*}no{/*}.
		...I didn't agree to this.

		{trigger 2 Madeline turns to the right}

		I get the view will look great, but after that...

		{+close}
		{artiboom_textbox madeline}
		Hey.
		We both know that this is something we want to do.
		I know it sounds pointless, but we have to try.

		{trigger 7 Theo raises fist}

		[THEO left yolo]
		Yeah! You've got this!
		
		{+close}
		{artiboom_textbox badeline}
		...
		I still don't really understand.

		[MADELINE left distracted]
		Why'd we scale up {#cc6fc3}Pebbles{#}?
		You know we like the heights.
		[MADELINE left normal]
		It's a whole new view up there!
		{trigger 5 Wait a bit}

		{+close}
		{artiboom_textbox badeline}
		This isn't just about the {+MOUNTAIN}, isn't it?

		[MADELINE left distracted]
		...

		[GRANNY right normal]
		It's not a bad idea.

		{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.

		{+close}
		{artiboom_textbox badeline}
		...

		{trigger 4 badeline turns left}

		{+close}
		{artiboom_textbox badeline}
		Fine.
		I'll see how I can help.

		{trigger 5 Wait a bit}

		[THEO left normal]
		Can I help?

		{trigger 6 Madeline turns to the left}
		
		[MADELINE right distracted]
		You've already done a lot.

		[THEO left wtf]
		Let me hold...
		...what is that thing, anyways?
		
		[MADELINE right distracted]
		Oh, the drone?
		[MADELINE right normal]
		Nah. It stays with us.

# *** Chapter 07 ***

	CH7_HEIGHT_START=Ground Level
	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=
		[MADELINE right normal]
		Heh, we're getting the hang of that.

		{+close}
		{artiboom_textbox badeline}
		If you say so.

		[MADELINE right determined]
		This mountain doesn't stand a chance.

	# Forsaken City -> Old Site
	CH7_ASCEND_1=
		[MADELINE right sad]
		You alright?

		{+close}
		{artiboom_textbox badeline}
		Yeah.
		Just kinda worried.
		Are you sure we'll be okay?

		[MADELINE right sad]
		We'll figure that out later.
		[MADELINE right distracted]
		For now, let's just enjoy the climb.

	# Old Site -> Celestial Resort
	CH7_ASCEND_2=
		{+close}
		{artiboom_textbox badeline}
		Nice job back there.

		[MADELINE right surprised]
		Look at you!
		[MADELINE right normal]
		{+ST_BAD}Ms\. Positivity{+END_BAD} over here.

		{+close}
		{artiboom_textbox badeline}
		Okay, okay.
		I get it.
		
	# Celestial Resort -> Cliffside
	CH7_ASCEND_3=
		[MADELINE right distracted]
		...
		I hope {+MROSHIRO} is okay.

		{+close}
		{artiboom_textbox badeline}
		What? Why?{n}He treated you like garbage.

		[MADELINE right distracted]
		Eh, not really.
		He was willing to accomodate me for free.
		[MADELINE right determined]
		And you didn't have to snap at him like you did.

		{+close}
		{artiboom_textbox badeline}
		Whatever.

		[MADELINE right determined]
		I mean it. You're way too aggressive.

		{+close}
		{artiboom_textbox badeline}
		Well {~}you{/~} put too much energy into bad{n}people who will just end up hurting you.

		[MADELINE right angry]
		{+MROSHIRO} isn't...
		[MADELINE right sad]
		...whatever.
		He's just hurting in some way.
		I don't blame him. 

		{+close}
		{artiboom_textbox badeline}
		He transformed into a {*}monster!{/*}
		He tried to fucking {*}kill{/*} you!

		[MADELINE right determined]
		Yeah. I'm on your side here.{n}I'm mad at him too.
		I might still be in that hotel{n}if you hadn't forced the issue.
		[MADELINE right sad]
		...but, I still kinda hope he's okay.

		{+close}
		{artiboom_textbox badeline}
		...whatever.
		
	# Cliffside -> Temple
	CH7_ASCEND_4=
		[MADELINE right distracted]
		Fuck, that wind.
		Never gets easier.

		{+close}
		{artiboom_textbox badeline}
		Yeah, I wasn't sure if we'd make it.

		[MADELINE right normal]
		???

		{+close}
		{artiboom_textbox badeline}
		Kidding!
		We got this.
		
		[MADELINE right distracted]
		Thanks.
		
	# Temple -> Summit
	CH7_ASCEND_5=
		[MADELINE right normal]
		Alright, this is it.
		Home stretch.

		{+close}
		{artiboom_textbox badeline}
		Yeah.
		...

		[MADELINE right sad]
		What's up?

		{+close}
		{artiboom_textbox badeline}
		I'm just...
		...
		I'm sorry. 
		I was hurting you.
		I need to learn to trust you.

		[MADELINE right upset]
		Dude.
		It's not your fault you don't trust me.
		[MADELINE right determined]
		I tried to {~}abandon{/~} you.
		[MADELINE right sad]
		{~}I'm{/~} sorry.

		{+close}
		{artiboom_textbox badeline}
		...
		At least we're finally talking about it.

		[MADELINE right sad]
		Yeah...
		I'm glad the {+MOUNTAIN} brought you out.

		{+close}
		{1}
		
	CH7_ENDING=
		{+close}
		{artiboom_textbox badeline}
		Oh voids, this view...
		
		[MADELINE left surprised]
		Holy fuck...

		{trigger 1 Madeline sits down}

		{10}

		{+close}
		{artiboom_textbox badeline}
		I'm glad I got to see this before I...
		{*}I...{/*}

		[MADELINE left distracted]
		What?

		{+close}
		{artiboom_textbox badeline}
		When we leave the {+MOUNTAIN}, I don't think I'll...
		...be there with you.

		[MADELINE left distracted]
		Yeah.
		
		{+close}
		{3}
		
		You'll still exist, though.
		You were {+ST_BAD}part of me{+END_BAD} before we came here.

		{+close}
		{artiboom_textbox badeline}
		Yeah, I know.
		But I'm not gonna have a {~}body{/~} anymore.
		I just... can't go back to how it was.
		Before the {+MOUNTAIN}.

		[MADELINE left sad]
		Don't worry, I can't go back to that either.
		[MADELINE left distracted]
		But, look.
		We need to head back down eventualy.
		We'll freeze out here.

		{+close}
		{artiboom_textbox badeline}
		I get it.
		...but I'm still nervous.

		{trigger 0 Wait a bit}
		
		{+close}
		{artiboom_textbox badeline}
		So... now what?

		[MADELINE left distracted]
		...
		[MADELINE left normal]
		Let's just enjoy this for now.

	CH7_BSIDE_ASCEND=
		{+close}
		{artiboom_textbox badeline}
		That was awesome!

		[MADELINE left surprised]
		Holy shit! We're unstoppable!

	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]
		Welcome back.

		[THEO right excited]
		{+MADELINE}!
		Did you make it to the summit?
		
		{trigger 0 Badeline emerges}

		[MADELINE right normal]
		Yeah. We did.
		It was incredible.

		[GRANNY right normal]
		Beautiful, isn't it?

		{+close}
		{artiboom_textbox badeline}
		Yeah.
		Worth the climb and then some.
		
		[THEO right thinking]
		I should've given you my phone so{n}you could take {~}The Ultimate Selfie.{/~}

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

		[OSHIRO left normal]
		Good evening, everyone.

		{+close}
		{artiboom_textbox badeline}
		What are {*}you{/*} doing here?

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

		[OSHIRO left sidehappy]
		{+thought}RSVP-by-bird, positively magical!{+endthought}

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


		[MADELINE right distracted]
		...
		[MADELINE right normal]
		No. Please stay, {+MROSHIRO}.
		I'm glad to see you.

		{trigger 2 Oshiro settles in}

		[GRANNY left normal]
		Y'know, this is the first time I've seen{n}you outside that hotel of yours, {+OSHIRO}.
		I'm glad you made it.
		I'm baking us a pie with all{n}of the strawberries {+MADELINE}'s been collecting.

		[OSHIRO left normal]
		Oh, that's wonderful.

		[THEO right normal]
		I haven't had {# F94A4A}strawberry pie{#} since I was a kid.

		[THEO right excited]
		This is gonna be amazing!

	EP_PIE_START=
		[GRANNY left normal]
		So?
		How's it taste?

	EP_PIE_DISAPPOINTED=
		[THEO left wtf]
		I guess this is technically a pie...

		[OSHIRO left worried]
		Is this some kind of joke?

		[MADELINE right normal]
		Not that I would know, but...
		Strawberry pies are supposed to{n}have strawberries in them.
		What is this, just a void pie?

		[MADELINE right distracted]
		{#999a9a}...I mean, I'll still eat it...{#}
		
		{+close}
		{artiboom_textbox badeline}
		Ooh! Can I have some?

		[MADELINE right normal]
		Sure.

		[THEO left wtf]
		You two are {~}actually{/~} eating that.
		...

		[THEO left nailedit]
		Not surprised.

	EP_PIE_GROSSED_OUT=
		[THEO left wtf]
		I super appreciate you baking for us...
		But I don't think I can eat this.

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

		{+close}
		{artiboom_textbox badeline}
		You people just can't appreciate good food.
		I'll eat all of it myself.

		[MADELINE right angry]
		Hey, no, share!
		I get some!

	EP_PIE_OKAY=
		[OSHIRO left normal]
		The important thing is that you{n}tried your best.

		{+close}
		{artiboom_textbox badeline}
		Oh, come on.
		Who invited this guy?

		[THEO left thinking]
		Come on, it's really good.

		[MADELINE right normal]
		This is incredible!

		[THEO left normal]
		Thanks for the pie.

	EP_PIE_REALLY_GOOD=
		[MADELINE right surprised]
		Holy shit!
		[MADELINE right normal]
		This is amazing!

		[THEO left wtf]
		Hey! Language!
		[THEO left thinking]
		It is good, though.

		[OSHIRO left normal]
		Are you available to{n}cater our re-opening banquet?
		
		[THEO left excited]
		Can I take a slice home for {+ALEX}?
		She'll die when she tastes this.
		
	EP_PIE_AMAZING=
		[THEO left excited]
		This is the best thing I've ever tasted!

		[GRANNY left mock]
		Come on. Be honest.

		[MADELINE right normal]
		No, he's right.
		This is...
		[MADELINE right distracted]
		Oh voids, how do I even describe this?

		[OSHIRO left normal]
		It's truly magnificent.

		[OSHIRO left worried]
		{~}A symphony for the taste buds!{/~}

		[GRANNY left normal]
		Thanks, everyone.
		
# *** Appendix ***

	APP_INTRO=
		About a year later...

	APP_OLDLADY_A=
		[GRANNY right normal]
		Hey there!
		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=
		[MADELINE right distracted]
		What is this place?

		[GRANNY right normal]
		This passage leads to the center of the {+MOUNTAIN}.
		You said you wanted to explore deeper...

		{trigger 0 start laughing}

		[GRANNY right laugh]
		This is as deep as it gets!
		
		{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.

		[MADELINE right upset]
		Yeah, I already saw some of that...

		[GRANNY right normal]
		Good luck in there.

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

		[MADELINE right distracted]
		Fuck if I know.
		Expected her to show up by now.

		[GRANNY right normal]
		Maybe you've 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.

	APP_OLDLADY_D=

	APP_OLDLADY_E=

	APP_OLDLADY_LOCKED=
		[MADELINE left distracted]
		Uh, there's a door up ahead.
		Looks locked.
		[MADELINE left normal]
		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.

		[MADELINE left upset]
		Oh, {~}great.{/~}
		...
		[MADELINE left distracted]
		I know better than to doubt you.
		[MADELINE left normal]
		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.

	APP_ENDING=
		Artiboom - Rain World x Celeste
		Original Slugcat design by @lush_nyaa
		Spritework by @allinluck
		Dialogue and programming by @baltdev
		See Farewell for an epilogue!

	CH9_GRAVESTONE=
		[UNKNOWN]
		Director's Note
		This chapter is not included within the story of Artiboom.
		After Chapter 7, {+MADELINE} goes to live with {+THEO}, and never really meets {+GRANNY} that well.
		She does get pretty torn up about her passing, but doesn't shut down. Farewell doesn't happen.
		{+MADELINE} actually ends up comforting {+THEO} about it, since she's went through loss like this before.
		Epilogue being said, the dialogue in this chapter is unchanged.
		Thank you for playing this silly little mod.{n}<3

		{5.0}

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

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

		[MADELINE left sadder]
		It sounded like you were saying goodbye{n}in the last letter you sent me.

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

		[MADELINE 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}

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

		[MADELINE left sadder]
		I fell apart.

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

		[BADELINE left angry]
		{~}Sorry{/~} won't bring her back.

		[MADELINE left sadder]
		You're right.

		[MADELINE left sad]
		It was selfish of me to come here.

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

		[MADELINE left sad]
		We have to follow that bird.
		It's {+PART_OF_GRANNY}, just like you're {+PART_OF_ME}.
    
		[BADELINE right worried]
		I thought it was just her pet or something...

		[MADELINE left distracted]
		It {~}has{/~} to be more than that.

		[MADELINE left sad]
		That bird was always looking out for me{n}on the {+MOUNTAIN}, just like {+GRANNY} did.

		[BADELINE right concerned]
		{+MADELINE}... I hate to say it, but...

		[BADELINE right worriedAlt]
		You're in denial.

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

	CH9_LANDING=
		[BADELINE left worried]
		Uh... we're really high up.

		{trigger 0 Badeline turns}

		[BADELINE left worriedAlt flip]
		The mountain looks like a molehill from here.

		{trigger 0 Badeline turns}

		[BADELINE left worried]
		We should really turn back.

		[MADELINE right upset]
		We don't have time to argue about this.

		[BADELINE left concerned]
		How are you even breathing up here?

		[MADELINE right sad]
		{+GRANNY} wants us to follow her.

		[MADELINE right distracted]
		We can't let her down again.

		[BADELINE left angryAlt]
		{~}...it's a bird,{/~} {+MADELINE}.

		[BADELINE left angry]
		{+GRANNY} is gone.

		[MADELINE right angry]
		You {*}really{/*} think that's just a regular bird?

		[MADELINE right sad]
		It's {+PART_OF_HER}, and it's still here somehow.

		[MADELINE right distracted]
		Maybe there's a way to bring her back.

		[MADELINE right sad]
		I have to do... something.

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

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

		{trigger 1 Badeline Vanishes}

		[MADELINE left determined]
		Don't worry, {+GRANNY}.
		I won't lose you.

	CH9_FAKE_HEART=
		[MADELINE left distracted]
		Wait, no...

		[MADELINE left sad]
		This can't be the end.

	CH9_KEEP_GOING=
		[MADELINE left sadder]
		{+GRANNY} is still out there somewhere.

		{trigger 0 Step Forward}

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

	CH9_MISS_THE_BIRD=
		[MADELINE left angry]
		{~}Hey!{/~}
		Don't you want me to help you?

		[MADELINE left sadder]
		...don't you want to see me again, {+GRANNY}?

		{trigger 0 stand up, face left }

		[MADELINE left sad flip]
		I don't understand.

		[MADELINE left distracted flip]
		Are you testing me?
		Are you just afraid to ask for help?

		[MADELINE left sadder flip]
		Maybe {+PART_OF_ME} was right.{n}Maybe it {~}is{/~} just a bird.
		...

		{trigger 1 take a step left}

		[MADELINE left sad flip]
		Unless...

		{trigger 2 take a step right}

		[MADELINE left surprised]
		The bird doesn't want me to save {+GRANNY}.
		
		{trigger 3 black hole flickers }

		[MADELINE left sadder]
		It's trying to stop me, just like {+PART_OF_ME}.
		I'm alone up here.

		{trigger 4 black hole flickers more, tiles to crack into the sci-fi one}

		[MADELINE left angry]
		Well, we don't need their help, right {+GRANNY}?

		[MADELINE left together]
		Don't worry, I won't give up on you!
		I'll catch that stupid bird and set you free.

	CH9_HELPING_HAND=
		[MADELINE left upset]
		I didn't ask for your help.
		
		[BADELINE right angryAlt]
		I know, but come on {+MADELINE}...
		Think this through.

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

		[MADELINE left determined flip]
		All that matters is finding {+GRANNY}.
		Then maybe I can bring her home...

		[MADELINE left sadder flip]
		Even if the whole universe is against me.
		
		[BADELINE right worriedAlt]
		...

		[BADELINE right worried]
		Aren't you worried about getting lost up here?

		[MADELINE 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.

		[BADELINE right concerned]
		You're dreaming.

		[MADELINE left sadder flip]
		...

		[BADELINE right concerned]
		...she's gone.

		[BADELINE right upset]
		It's time to wake up now.
		
		[MADELINE left sadder flip]
		But if we wake up, we'll never see {+GRANNY} again...

		{trigger 1 Madeline faces towards badeline}
		
		[MADELINE left angry]
		I can't believe you want her to disappear forever!
		You're always so {*}selfish{/*}.    

		[BADELINE right angry]
		...
		
		[BADELINE right angryAlt]
		First of all, it's a {~}bird{/~}.
		We don't {~}know{/~} that it's her.
		
		[BADELINE right yell]
		And {*}second{/*} of all...
		...

		[BADELINE right sigh]
		...we need to take a step back here.
		
		{trigger 2 Madeline steps towards badeline}

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

		[MADELINE left sad]
		With or without you. 
		I'm done letting you hold me back.

		[MADELINE left sadder]
		{+GRANNY} needs me.
		
		[BADELINE right simple_sigh]
		Okay.
		Good luck.
		
	CH9_CATCH_THE_BIRD=
		[MADELINE left surprised]
		Got you! Finally!

		[MADELINE left angry]
		Now where's {+GRANNY}!?

		{trigger 0 bird looks hurt}

		[MADELINE left angry]
		...

		[MADELINE left surprised]
		Oh no. 
		Are you okay?

		{trigger 1 bird squaks}
		
		[MADELINE left sad]
		I'm sorry, I didn't mean to hurt you.
		
		{trigger 2 approach bird, it moves away}
		
		[MADELINE left sad]
		Wait! Please don't leave.
		
		{trigger 3 bird flys out of the camera}
		
		[MADELINE left sadder]
		At least tell me...
		You're {+PART_OF_GRANNY}, right?
		If you have to go, then...

		[MADELINE left sad]
		Take me with you.
		
		{trigger 4 badeline appears}
    
		[BADELINE right yell]
		{+MADELINE}, stop!

		[BADELINE right concerned]
		You can't go with her.
		
		[MADELINE left angry]
		Shut up!
		You couldn't force me to give up on the {+MOUNTAIN}.
		And you can't force me to give up on {+GRANNY}.

		[MADELINE left sadder]
		{*}Go away.{/*}
		
		[BADELINE right concerned]
		...

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

		[BADELINE right concerned]
		I'm asking you.

		{trigger 5 Wait a beat}

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

		[MADELINE left sad]
		Then why is it so easy for you to leave her behind?

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

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

		[BADELINE right concerned]
		But this isn't healthy either.
		I just want us to survive this.

		{trigger 6 Madeline sits}
		
		[MADELINE left sadder flip]
		...
		I know she's gone.
		And this is just a dream.
		Catching this bird won't bring her back.
		
		{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.
		
		[MADELINE right sadder]
		...

		[MADELINE right distracted]
		No.

		[MADELINE right sad]
		Not yet.

		{trigger 8 stand up}

		[MADELINE right sad]
		I want to set things right first.
    
		[BADELINE left upset]
		What do you mean?
		
		[MADELINE right sad]
		The bird, it's trapped here because of me.
		
		{trigger 9 shift camera over to the bird}
		
		[MADELINE right sad flip]
		We need to help it escape before we leave.
		{+GRANNY} wouldn't want it to be stuck like this.
		
		[BADELINE left concerned]
		You're right. 

		[BADELINE left normal]
		Let's do it.

		[BADELINE left upset]
		But as soon as we’re done,{n}we need to wake up.

		[BADELINE left worried]
		This place is so {*}weird{/*}.{n}I want to go home.

	CH9_LAST_ROOM=
		[BADELINE right normal]
		This is it! We're almost out of here.

		[MADELINE left determined]
		Let's do this, for {+GRANNY}.

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

		[MADELINE left sad]
		We're so close, but it feels impossible...

		[BADELINE right upset]
		Come on, just a few more tries.

		[BADELINE right normal]
		We can do this.

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

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

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

		[MADELINE left sad]
		...
		But you aren't real...

		[MADELINE 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 need to say.
		
		[MADELINE left sad]
		...

		[MADELINE left distracted]
		I'm sorry that I didn't come to your funeral.

		[MADELINE left sadder]
		I couldn't do it... I just shut down.
		
		{silent_trigger 0 laugh}

		[GRANNY right laugh]
		Heh, that sounds familiar.
		
		[MADELINE left upset]
		...

		{silent_trigger 1 stop laughing}
		
		[GRANNY right normal]
		Hey, what do I care who showed up to that thing?

		{silent_trigger 0 laugh}

		[GRANNY right laugh]
		I'm dead!

		{silent_trigger 1 stop laughing}

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

		[MADELINE left normal]
		Thank you for looking out for me on the {+MOUNTAIN}.

		[MADELINE left distracted]
		You helped me so much, and...

		[MADELINE left sadder]
		I really miss you.

		{trigger 3 granny fades away}
		
		[MADELINE left sadder]
		What am I supposed to do now?
		Just keep going, like nothing happened?

		{silent_trigger 4 fade to white}

		[MADELINE left panic]
		Like you aren't... gone forever?

	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 me know you're still alive.

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

		[MADELINE left distracted]
		I'm finally starting to come to terms with it.

		[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.
		
		[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=	Going home
	POEM_MCR=	Say goodbye

	POEM_FW=	Empty Space
	
# 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=		A practical solution for catching birds in space

	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_YOU} won't help{n}
		-(she's the worst)

	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 It's Done
	WAVEDASH_PAGE4_LIST=
		-Jump{n}
		-Dash diagonally down to 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 starting {~}too low{/~} to the ground.
	WAVEDASH_PAGE5_INFO2=			{#ff0000}If you don't get much distance{#}{n}you're starting {~}too far{/~} from the ground.

	WAVEDASH_PAGE6_TITLE=			Happy Wavedashing!




# ------ D-Sides compatibility below ------

monikadsidespack_prologuedside_text1=So,{.} here's that "forsaken trail" you so desperately wanted to know about...
monikadsidespack_prologuedside_text2=Are you sure you really want to climb it,{n} after everything I told you?
monikadsidespack_prologuedside_text3=You've always been so stubborn.. {0.4}but this is new, even for you.{n}{0.15}Just.. be careful out there, alright?


monikadsidespack_mirrortempledarkside_intro=
[MADELINE left sad] ...I feel kind of tired.{n}Or maybe just weak.
[MADELINE left sad] Just kind of... out of it.
[MADELINE left distracted] Plus, you know how much this place fucks with me.
[MADELINE left sad] Do we really need to go through this again? 

{+close}
{artiboom_textbox badeline}
Well, shit, sorry.
It IS important though. We need to go through it all, the entire trail, from start to end.
[MADELINE left distracted] Do we..?

{+close}
{artiboom_textbox badeline}
...
You do want to do this, right?
We can always take ten and return later.

[MADELINE left distracted] ...
[MADELINE left sad] ...no. We've got to do this all in one go.
[MADELINE left sad] I'll survive. I've been through worse.

monikadsidespack_mirrortempledarkside_secretdialogue=
{+close}
{artiboom_textbox badeline}
Wait.
There's a little notebook here.
Uh, shit, can you read this for me? My English is worse than yours.
[MADELINE left upset] ...alright, fine.

[] - Log Entry #1 -
[] I've decided to document my little expedition through the temple.
[] I heard what this place can do with people.
[] It shapes itself around your feelings, the walls twisting and turning to reflect your mindscape.
[] It is for this reason that i've mentally prepared myself.
[] I {#ff6161}will {#D3D3D3}find it. I just have to.



monikadsidespack_mirrortempledarkside_secretdialogue_e=
[MADELINE left sad] Huh. There's a little paper on the ground here.
[] Hey you! If you read this, check out my new blog!
[] I'm TheoAmongStars on BlueSky
[MADELINE left surprised] Oh, it's {+THEO}'s!
{+close}
{artiboom_textbox badeline}
Uh huh.


monikadsidespack_reflectiondside_text1=Stop!
monikadsidespack_reflectiondside_text2=If you keep going like this...
monikadsidespack_reflectiondside_text3=You're going to pull us down to the {# ff4242}actual{#d3d3d3} Center of the Earth!
monikadsidespack_reflectiondside_text4=Ahhh!!



# --- 9D ---


### Trust - Intro
monikadsidespackfarewelldsidedarknesshelp=
	[MADELINE left sadder]{>> 0.15}...{>>}
	[]...
	[]Hey.
	[]Are you doing alright?
	[MADELINE left surprised] {>>}Who is-{>>}
	[MADELINE left sad] ...{0.3}no.
	[]It's alright. {0.1}Come here. {0.1}
	[]Let's work through this together.
	[MADELINE left sad]...{0.05}alright.
	[]I know you're in a very dark place right now.{n}	But, I'll try my best to help you.
	[]So, uh. {0.1}Try going right.

### Trust - Bubble Room A
monikadsidespackfarewelldsidedarknesshelpBubblesIntro=
	[]Alright. {0.1}Just stay calm.{n} {0.05}We can do this together.
monikadsidespackfarewelldsidedarknesshelpBubbles=
	[]There's a few {#00ff66}bubbles{#d3d3d3} just in front of you.
	[]You have to go {#ff8f93}right{#d3d3d3} until you hit the fourth one, which you'll need to take {#b3fcff}upward{#d3d3d3}. Then just {#ff8f93}right{#d3d3d3} again.
monikadsidespackfarewelldsidedarknesshelpBubblesEnd=
	[]There. We totally got this!
	[MADELINE left normal] ...sure.
	[MADELINE left sad]I'm still kinda scared though...
	[MADELINE left distracted]Wish I had a lantern.
	[]You don't need one. {0.1}I'm here for you.
	[]Now just go right and don't trip.{0.4}{n}There's a little ledge there.

### Trust - Bubble Room B
monikadsidespackfarewelldsidedarknesshelpMoreBubblesIntro=
	[]Alright so, looks like more {#00ff66}bubble{#d3d3d3} stuff.
monikadsidespackfarewelldsidedarknesshelpMoreBubbles=
	[]The first one is right {#b3fcff}above{#d3d3d3} you.
	[]Then it's {#ff8f93}right{#d3d3d3}, {#b3fcff}up twice{#d3d3d3}, {#ff8f93}right{#d3d3d3}, {#db99ff}down{#d3d3d3}, and {#ff8f93}right{#d3d3d3} again.
	[]There's a wall {#ff8f93}further to the right{#d3d3d3}.{0.1}{n} If you climb {#b3fcff}up{#d3d3d3} and jump, there should be some more bubbles up there which you can just take {#ff8f93}right{#d3d3d3}.
monikadsidespackfarewelldsidedarknesshelpMoreBubblesAppendix=
	[MADELINE left sad]This seems like a nightmare.
	[]Haha{0.07} I probably made it sound really bad,{n} but trust me it's pretty simple.
monikadsidespackfarewelldsidedarknesshelpMoreBubblesEnd=
	[]See? Told you it's not so bad.
	[MADELINE left upset]No. {0.1}I don't see. {0.22}I can't see anything, actually.

### Trust - Move Blocks Timing Room
monikadsidespackfarewelldsidedarknesshelpMoveBlocks=
	[]Okay so, if you keep walking for a bit{n} there should be one of those {#a386d1}moving blocks{#d3d3d3} there. 
	[]Just stand on that for, like, about {#c7ff45}1{#d3d3d3} to {#c7ff45}2{#d3d3d3} seconds.
	[]Then there should be {#a386d1}another one{#d3d3d3} {#ddff9e}above you to the left{#d3d3d3}. If you dash up and move left, you should be able to grab it.
	[]Seems like the distance is about the same, so wait {n}another {#c7ff45}1{#d3d3d3} to {#c7ff45}2{#d3d3d3} seconds. Then just {#db99ff}fall down{#d3d3d3}.
monikadsidespackfarewelldsidedarknesshelpMoveBlocksEnd=
	[]Nice! {0.1}Now just walk right.

### Trust - Core Block Room
monikadsidespackfarewelldsidedarknesshelpCoreBlocksIntro=
	[]Aight. This one doesn't look too bad.
monikadsidespackfarewelldsidedarknesshelpCoreBlocks=
	[]So, there's two of those weird {#ff3d4d}magma blocks{#d3d3d3} here.{n}One {#ede9e6}right in front of you{#d3d3d3}, the other one {#ede9e6}further on the right{#d3d3d3}.
	[]There's safe ground {#ffbdbf}further to the right{#d3d3d3}, with a big wall you just need to {#b3fcff}climb up on{#d3d3d3}.

### Trust - Refill / Swap Block Room
monikadsidespackfarewelldsidedarknesshelpOverWhen=
	[]Good job hun. You're doing great!	
	[MADELINE left angry]Ugh, this is taking forever!
	[]It's fine.{n}I'll stay with you as long as you need me.
monikadsidespackfarewelldsidedarknesshelpPinkRefill=
	[]There's a {#eb7cdd}dash crystal{#d3d3d3} pretty far {n}to the right of where you are. 
	[]Use that to get up to the ledge {n}that's {#ffee80}above it on the right{#d3d3d3}.
monikadsidespackfarewelldsidedarknesshelpSwapBlock=
	[]Go just a little further and dash {#db99ff}down{#d3d3d3}. {n}{0.1}That should move that {#87bbff}block{#d3d3d3} and get you{n} to the other side.
	[]Then just quickly walk right to get from the block to the ledge.
	
### Trust - Countdown Room
## Translator Note: You'll have to test the timed "Jump!" texts in-game to see if they actually line up with when you have to jump.
monikadsidespackfarewelldsidedarknesshelpMoveBlockTimingIntro=
	[]More of those {#a386d1}moving blocks{#d3d3d3}.
	[]This time they're really far apart it seems.
	[]Uh so, move {#ff8f93}right{#d3d3d3} until you're on the {#a386d1}block{#d3d3d3},{n}and then wait about... {n}{#c7ff45}8{#d3d3d3} seconds or somethi-
	[MADELINE left upset]This is never gonna work.{n}{0.6}How would I know when to jump?
	[]...You're {#ff8f93}right.{#d3d3d3}
	[MADELINE left upset]...
	[]{>>0.5}Hmmm...{>>}
	[]Alright. I have an idea.
	[MADELINE left sad] ...oh no.
	[]Just bear with me here. {0.1}We got this.
monikadsidespackfarewelldsidedarknesshelpMoveBlockTiming=
	[]Alright, so, {0.2}Step on the {#a386d1}block{#d3d3d3}. {n}When I tell you to, just jump in place.

monikadsidespackfarewelldsidedarknesshelpMoveBlockTimingCountdownIntro=Okay, so..
monikadsidespackfarewelldsidedarknesshelpMoveBlockTimingCountdownThree=3...
monikadsidespackfarewelldsidedarknesshelpMoveBlockTimingCountdownTwo=2..
monikadsidespackfarewelldsidedarknesshelpMoveBlockTimingCountdownOne=1..
monikadsidespackfarewelldsidedarknesshelpMoveBlockTimingCountdownZero=0..
monikadsidespackfarewelldsidedarknesshelpMoveBlockTimingCountdownMinusOne=-0..
monikadsidespackfarewelldsidedarknesshelpMoveBlockTimingCountdownJump=Jump!!
monikadsidespackfarewelldsidedarknesshelpMoveBlockTimingCountdownGo=Go!!
monikadsidespackfarewelldsidedarknesshelpMoveBlockTimingFirstJumpDone=Yay! Good job. So anyway uh JUMP
monikadsidespackfarewelldsidedarknesshelpMoveBlockTimingSecondJumpDone=Also DUCK
monikadsidespackfarewelldsidedarknesshelpMoveBlockTimingAfterDuck=Sorry about that. Anyway so,{n} when I say go, you wanna jump and dash up, alright?

monikadsidespackfarewelldsidedarknesshelpMoveBlockTimingEnd=
	[MADELINE left upset]Okay, now you're just fucking with me.
	[]Ahaha I'm sorry.
	
### Trust - Outro Room
monikadsidespackfarewelldsidedarknesshelpDarknessFadeOutWalkRight=
	[]Hm. Carefully walk a bit more to the right.
	
monikadsidespackfarewelldsidedarknesshelpDarknessFadeOutStop=Alright, now stop.{n} I think if you just dash from here you'll make it over.

monikadsidespackfarewelldsidedarknesshelpDarknessFadeOutDashNGrab=
	[]Cool.{n}There's a wall to the right. {n}Just dash into it and climb up.
	
monikadsidespackfarewelldsidedarknesshelpDarknessFadeOutGrabJumpOverToTheRight=Now jump over to the right!

monikadsidespackfarewelldsidedarknesshelpDarknessFadeOutStopAgain=Stop. Now... {0.1}uhh.{0.05}{n}Do that {#00d5ff}wide jump thing that goes really fast{#d3d3d3}.

monikadsidespackfarewelldsidedarknesshelpDarknessFadeOutICanDoThisAloneNow=
	[]Okay, now jus-
	[MADELINE left normal]Thanks, but I think {n}I got it from now on.
	[]Oh, nice! Alright.
	
	
	
### Serenity - Intro
monikadsidespackfarewelldsidedarknesshelpAfterwards=
	[MADELINE left sad]Ugh. That sucked.
	[MADELINE left normal]Thanks for helping me through that... whoever you are.{n}
	[]No problem.{0.3} Anytime.

monikadsidespackfarewelldsidedarknesshelpAfterwards2=

### Serenity - End
monikadsidespackfarewelldsideCloudAscentIntro=
	{+close}
	{artiboom_textbox badeline}
	Hey. Why are we still here, even?
	[MADELINE left distracted]I don't know. Kind of just waiting for the map to end.
	{+close}
	{artiboom_textbox badeline}
	{!}HEY!{/!} We're not supposed to talk about that!
	[MADELINE left angry]I don't give a fuck! I'm tired!{n}We've been here for hours!
	{+close}
	{artiboom_textbox badeline}
	...just work with me here, okay?
	[MADELINE left sad]...alright, fine.
	[MADELINE left distracted]I'll... try to stay on track.
	
monikadsidespackfarewelldsideItsSummitTime=
	{+close}
	{artiboom_textbox badeline}
	Mountain time!
	[MADELINE left surprised]Mountain time!?
	{+close}
	{artiboom_textbox badeline}
	Yep. Mountain time.
	[MADELINE left normal]Mountain time!!!

### Cassette CPs
## Translator Note: HB1 to HB11 need to be kept concise, as they may be partly off-screen or look weird if they are too long. Should be tested in-game if they are longer than the original text.
monikadsidespackfarewelldsideHB1=
monikadsidespackfarewelldsideHB2=
monikadsidespackfarewelldsideHB3=
monikadsidespackfarewelldsideHB4=
monikadsidespackfarewelldsideHB5=
monikadsidespackfarewelldsideHB6=
monikadsidespackfarewelldsideHB7=
monikadsidespackfarewelldsideHB8=
monikadsidespackfarewelldsideHB9=
monikadsidespackfarewelldsideHB10=
monikadsidespackfarewelldsideHB11=

monikadsidespackfarewelldsideHB_End=
{anchor bottom}
	{artiboom_textbox badeline} Okay, final stretch! We got this!
	[MADELINE left normal]Let's go!


##### Post-Epilogue ~ The Ending of the D-Sides #####

monikadsidespack_0_11_SecondEpilogue=Post-Epilogue



monikadsidespackfarewelldside_thesecondepilogue_comfspot_a=[MADELINE left normal] wawa
monikadsidespackfarewelldside_thesecondepilogue_comfspot_b=[MADELINE left normal] wawa
monikadsidespackfarewelldside_thesecondepilogue_comfspot_c=[MADELINE left normal] wawa
monikadsidespackfarewelldside_thesecondepilogue_comfspot_d=[MADELINE left normal] wawa


monikadsidespackfarewelldside_thesecondepilogue_slideshow_a=
		Director's note: {#999a9a}Yeah no I couldn't be assed to write this cutscene.{n}Consider it non-canon to D-Sides Arti.{#}

