From a9c6a7bbacac9a42d30cc9a438fbd57969ed2618 Mon Sep 17 00:00:00 2001 From: Joyce Chen Date: Sun, 12 Apr 2020 04:50:34 -0400 Subject: [PATCH] Improved the toggle and site details --- .gitignore | 4 +- README.md | 1 + _config.yml | 2 +- _includes/header.html | 2 +- assets/css/style.scss | 4 + index.md | 1821 ++++++++++++++++++++-------------------- royal.md | 1846 +++++++++++++++++++++-------------------- 7 files changed, 1853 insertions(+), 1827 deletions(-) diff --git a/.gitignore b/.gitignore index d846867..ab22df8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ _site/ -data/ \ No newline at end of file +data/ +data/tableConverter.py +data/input.html diff --git a/README.md b/README.md index 3cd8056..e215747 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ If you want to contribute any changes, please use the [open issue](https://githu - New copy of questions on Royal page - Added Royal personality on Shadows page +- Improved toggle to change to a more compact table for smaller mobile screens - Added [a Google Forms link for negotiation submissions for non-Github users](https://forms.gle/JtH9YUekRKVEkYgc6) --- diff --git a/_config.yml b/_config.yml index 0537789..59be899 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ theme: jekyll-theme-minimal title: Persona 5 Negotiation Guide -description: Persona 5 Negotiation Guide +description: Persona 5 & Royal Negotiation Guide. List of questions, answers, and results from shadows. baseurl: /persona5-negotiation plugins: diff --git a/_includes/header.html b/_includes/header.html index 6de0001..119eb87 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -20,5 +20,5 @@

{{ site.title | default: site.github.repository_name }}

View this joyce-chen Project on GitHub {{ github_name }}

-

If you want to help, use this Google Form. Thank you!

+

If you want to help by reporting errors or adding something, fill out this form. Thank you!

\ No newline at end of file diff --git a/assets/css/style.scss b/assets/css/style.scss index e37dfc5..916ff94 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -61,6 +61,10 @@ table { font-weight: bold; } + .extra { + display: inline; + } + .result { text-align: center; } diff --git a/index.md b/index.md index 0fa5859..bd6aaa5 100644 --- a/index.md +++ b/index.md @@ -11,7 +11,7 @@
@@ -38,7 +38,7 @@ function filterQuestions() { } } -function toggleSymbols() { +function toggleCompact() { var text = document.getElementsByClassName("text"); var symbol = document.getElementsByClassName("symbol"); for (var i = 0; i < text.length; i++) { @@ -50,6 +50,15 @@ function toggleSymbols() { text[i].style.display = "none"; } } + + var extra = document.getElementsByClassName("extra"); + for (var i = 0; i < extra.length; i++) { + if (extra[i].style.display === "none") { + extra[i].style.display = "inline"; + } else { + extra[i].style.display = "none"; + } + } } @@ -60,10 +69,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You're right. @@ -93,10 +102,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Then get serious now. @@ -126,10 +135,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat That's not true. @@ -159,10 +168,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You have a point there... @@ -192,10 +201,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Yeah, we sure are. @@ -225,10 +234,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat A thrift shop. @@ -258,10 +267,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Yes, I'm bored. @@ -291,10 +300,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat That?s right. @@ -324,10 +333,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Right after this, kid. @@ -357,10 +366,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat My rival. @@ -390,10 +399,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat All right, I suppose. @@ -423,10 +432,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I think it's fine. @@ -456,10 +465,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I'm acting on a whim. @@ -489,10 +498,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Hee-ho! @@ -522,10 +531,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Red. @@ -555,10 +564,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I can. @@ -588,10 +597,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat It'd take a while to explain. @@ -621,10 +630,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I apologize. @@ -654,10 +663,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I don't have any. @@ -687,10 +696,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I'm a bit chilly, but... @@ -720,10 +729,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I suppose so... @@ -753,10 +762,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Being a kid is easy. @@ -786,10 +795,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Fried rice. @@ -819,10 +828,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Sometimes. @@ -852,10 +861,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Sin...? @@ -885,10 +894,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You're a beloved neighbor. @@ -918,10 +927,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Yes. @@ -951,10 +960,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Now that you mention it... @@ -984,10 +993,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I want to be a kid forever. @@ -1017,10 +1026,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I do. @@ -1050,10 +1059,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat That is sad. @@ -1083,10 +1092,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I'm not your dad. @@ -1116,10 +1125,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I have. @@ -1149,10 +1158,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You're right. @@ -1182,10 +1191,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Really? @@ -1215,10 +1224,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat What do you want to eat? @@ -1248,10 +1257,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Not a bad idea. @@ -1281,10 +1290,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Are you OK? @@ -1314,10 +1323,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat It looks cute. @@ -1347,10 +1356,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Hamburgers. @@ -1380,10 +1389,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat A fashionable older woman. @@ -1413,10 +1422,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Later. @@ -1446,10 +1455,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat An average level of happiness. @@ -1479,10 +1488,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat My relationships... @@ -1512,10 +1521,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat An expensive French restaurant. @@ -1545,10 +1554,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat It's a school holiday. @@ -1578,10 +1587,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You're more unique. @@ -1611,10 +1620,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I feel great. @@ -1644,10 +1653,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I do. @@ -1677,10 +1686,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat A luxury cruise. @@ -1710,10 +1719,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I'm sorry. @@ -1743,10 +1752,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Some flyers. @@ -1776,10 +1785,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I want an autograph. @@ -1809,10 +1818,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Quit messing around. @@ -1842,10 +1851,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I just realized that. @@ -1875,10 +1884,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat A star? @@ -1908,10 +1917,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I don't really train. @@ -1941,10 +1950,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat This is a misunderstanding. @@ -1974,10 +1983,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Like a disco ball. @@ -2007,10 +2016,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Give me something. @@ -2040,10 +2049,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat It's not bad. @@ -2073,10 +2082,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Yeah, sometimes. @@ -2106,10 +2115,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Relax at home. @@ -2139,10 +2148,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Because you resisted. @@ -2172,10 +2181,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat It's really boring. @@ -2205,10 +2214,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I don't think so. @@ -2238,10 +2247,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat We are friends. @@ -2271,10 +2280,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat That's too bad. @@ -2304,10 +2313,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I can't show you now. @@ -2337,10 +2346,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I agree. @@ -2370,10 +2379,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Eh, could be. @@ -2403,10 +2412,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat We would have dated. @@ -2436,10 +2445,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat What a pity... @@ -2469,10 +2478,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Too late for regrets. @@ -2502,10 +2511,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat All right. @@ -2535,10 +2544,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Don't toy with me. @@ -2568,10 +2577,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Of course, there's a point. @@ -2601,10 +2610,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Aren't you scared? @@ -2634,10 +2643,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat This is true. @@ -2667,10 +2676,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Eat you in a hot pot. @@ -2700,10 +2709,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Sure. @@ -2733,10 +2742,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You might be right... @@ -2766,10 +2775,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat If it pleases you. @@ -2799,10 +2808,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I want to meet them. @@ -2832,10 +2841,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Please forgive me. @@ -2865,10 +2874,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You do sound busy. @@ -2898,10 +2907,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You have nothing I want. @@ -2931,10 +2940,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat That's not it at all. @@ -2964,10 +2973,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I'm sorry. @@ -2997,10 +3006,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You've got a point there... @@ -3030,10 +3039,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Miracles don't exist. @@ -3063,10 +3072,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Older people trying to look young. @@ -3096,10 +3105,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Sure did. @@ -3129,10 +3138,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat When you put it that way... @@ -3162,10 +3171,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I'm telling you to die. @@ -3195,10 +3204,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Being old enough to drink. @@ -3228,10 +3237,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Yes. @@ -3261,10 +3270,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Fair enough. @@ -3294,10 +3303,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I cry like a baby. @@ -3327,10 +3336,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I'm younger, that's all. @@ -3360,10 +3369,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I think there is. @@ -3393,10 +3402,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat That's right. @@ -3426,10 +3435,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat What are you talking about? @@ -3459,10 +3468,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat It doesn't change the facts. @@ -3492,10 +3501,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Happy birthday. @@ -3525,10 +3534,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I like older women. @@ -3558,10 +3567,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Give me everything you got. @@ -3591,10 +3600,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat How did you know? @@ -3624,10 +3633,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Parents are annoying. @@ -3657,10 +3666,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Nope. @@ -3690,10 +3699,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I noticed. @@ -3723,10 +3732,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Can it? @@ -3756,10 +3765,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You're right, Senpai. @@ -3789,10 +3798,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Someone did once. @@ -3822,10 +3831,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You should have stayed home. @@ -3855,10 +3864,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Call them. I dare you. @@ -3888,10 +3897,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat It does. @@ -3921,10 +3930,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You're fine as is. @@ -3954,10 +3963,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I didn't know that. @@ -3987,10 +3996,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat OK, I'll make you into soup. @@ -4020,10 +4029,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat It's my intelligence. @@ -4053,10 +4062,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat This was my choice. @@ -4086,10 +4095,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I'm younger than you. @@ -4119,10 +4128,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Don't joke around. @@ -4152,10 +4161,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Bread dipped in coffee. @@ -4185,10 +4194,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Die in peace. @@ -4218,10 +4227,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Are you alright? @@ -4251,10 +4260,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Looks like it came true. @@ -4284,10 +4293,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat That's too far. @@ -4317,10 +4326,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat That's not true. @@ -4350,10 +4359,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat That's right. @@ -4383,10 +4392,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Sorry... @@ -4416,10 +4425,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I am. @@ -4449,10 +4458,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat It's unfair. @@ -4482,10 +4491,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Quit joking around. @@ -4515,10 +4524,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat That would be troublesome. @@ -4548,10 +4557,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Yup. @@ -4581,10 +4590,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You'll be killed. @@ -4614,10 +4623,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Nobody. @@ -4647,10 +4656,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Times have changed. @@ -4680,10 +4689,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I had no intention. @@ -4713,10 +4722,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat It's not like that. @@ -4746,10 +4755,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I use those tips. @@ -4779,10 +4788,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Fine. @@ -4812,10 +4821,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat That's right. @@ -4845,10 +4854,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Not talking down to people. @@ -4878,10 +4887,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat It's not meaningless. @@ -4911,10 +4920,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I didn't know... @@ -4944,10 +4953,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat It is a difficult topic. @@ -4977,10 +4986,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I probably should. @@ -5010,10 +5019,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I get that a lot. @@ -5043,10 +5052,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You're beautiful. @@ -5076,10 +5085,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Don't scratch the furniture. @@ -5109,10 +5118,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat What are you talking about? @@ -5142,10 +5151,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Katsudon, coming right up. @@ -5175,10 +5184,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I like it. @@ -5208,10 +5217,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Wow, you got me. @@ -5241,10 +5250,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat That's "domestic violence." @@ -5274,10 +5283,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Quit messing with me. @@ -5307,10 +5316,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat It's just you. @@ -5340,10 +5349,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Slow walkers. @@ -5373,10 +5382,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Why can't we end war? @@ -5406,10 +5415,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I feel bad. @@ -5439,10 +5448,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Just go home. @@ -5472,10 +5481,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Life isn't like fairy tales. @@ -5505,10 +5514,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat A place with no wait. @@ -5538,10 +5547,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Let's play tag. @@ -5571,10 +5580,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You're kind of evil. @@ -5604,10 +5613,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Curry. @@ -5637,10 +5646,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat More sleep. @@ -5670,10 +5679,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat It's cute. @@ -5703,10 +5712,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat A thrilling adventure. @@ -5736,10 +5745,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat That's true. @@ -5769,10 +5778,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Slow-ass cashiers. @@ -5802,10 +5811,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Fate brought us together. @@ -5835,10 +5844,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat A homemade dinner. @@ -5868,10 +5877,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat A Hight School Outfit. @@ -5901,10 +5910,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat A love letter. @@ -5934,10 +5943,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Your lack of resolve. @@ -5967,10 +5976,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I have homework tonight. @@ -6000,10 +6009,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat It was a hard-fought battle. @@ -6033,10 +6042,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I'll make mincemeat of you. @@ -6066,10 +6075,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You tempt people. @@ -6099,10 +6108,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Fights are just luck. @@ -6132,10 +6141,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Soy sauce. @@ -6165,10 +6174,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat A pro athlete. @@ -6198,10 +6207,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Storks deliver them. @@ -6231,10 +6240,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I feel bad about that. @@ -6264,10 +6273,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat How should I know? @@ -6297,10 +6306,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Your looks. @@ -6330,10 +6339,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I'm here for the food. @@ -6363,10 +6372,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I want to get stronger. @@ -6396,10 +6405,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Sorry about that. @@ -6429,10 +6438,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You look terrifying. @@ -6462,10 +6471,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I care about my looks. @@ -6495,10 +6504,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I don't want to die. @@ -6528,10 +6537,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Are you busy? @@ -6561,10 +6570,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I sure would. @@ -6594,10 +6603,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat No need to worry. @@ -6627,10 +6636,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Sorry. @@ -6660,10 +6669,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I'll just keep winning. @@ -6693,10 +6702,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat That's right. @@ -6726,10 +6735,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I downloaded an app. @@ -6759,10 +6768,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I never thought of that. @@ -6792,10 +6801,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I've thought about it. @@ -6825,10 +6834,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I'm not that young. @@ -6858,10 +6867,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat My pal who switched schools. @@ -6891,10 +6900,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat For real!? @@ -6924,10 +6933,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Yes, I want world peace. @@ -6957,10 +6966,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I'm not special. @@ -6990,10 +6999,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Sorry... @@ -7023,10 +7032,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I'm ready for it. @@ -7056,10 +7065,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Meat and potatoes. @@ -7089,10 +7098,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Worth my while...? @@ -7122,10 +7131,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Nope. @@ -7155,10 +7164,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat No. @@ -7188,10 +7197,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You're right. @@ -7221,10 +7230,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat The world is almighty? @@ -7254,10 +7263,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat That's scary... @@ -7287,10 +7296,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Now that you mention it... @@ -7320,10 +7329,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat Nothing wrong about it. @@ -7353,10 +7362,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat That's right. @@ -7386,10 +7395,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You're misunderstanding. @@ -7419,10 +7428,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I'm smart. @@ -7452,10 +7461,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat I didn't know. @@ -7485,10 +7494,10 @@ function toggleSymbols() { - gloomy - irritable - timid - upbeat + gloomy + irritable + timid + upbeat You got me. diff --git a/royal.md b/royal.md index 5b8bb79..bb56fe8 100644 --- a/royal.md +++ b/royal.md @@ -11,7 +11,7 @@
@@ -38,7 +38,7 @@ function filterQuestions() { } } -function toggleSymbols() { +function toggleCompact() { var text = document.getElementsByClassName("text"); var symbol = document.getElementsByClassName("symbol"); for (var i = 0; i < text.length; i++) { @@ -50,8 +50,18 @@ function toggleSymbols() { text[i].style.display = "none"; } } + + var extra = document.getElementsByClassName("extra"); + for (var i = 0; i < extra.length; i++) { + if (extra[i].style.display === "none") { + extra[i].style.display = "inline"; + } else { + extra[i].style.display = "none"; + } + } } +
@@ -59,10 +69,10 @@ function toggleSymbols() { - - - - + + + + @@ -92,10 +102,10 @@ function toggleSymbols() { - - - - + + + + @@ -125,10 +135,10 @@ function toggleSymbols() { - - - - + + + + @@ -158,10 +168,10 @@ function toggleSymbols() { - - - - + + + + @@ -191,10 +201,10 @@ function toggleSymbols() { - - - - + + + + @@ -224,10 +234,10 @@ function toggleSymbols() { - - - - + + + + @@ -257,10 +267,10 @@ function toggleSymbols() { - - - - + + + + @@ -290,10 +300,10 @@ function toggleSymbols() { - - - - + + + + @@ -323,10 +333,10 @@ function toggleSymbols() { - - - - + + + + @@ -356,10 +366,10 @@ function toggleSymbols() { - - - - + + + + @@ -389,10 +399,10 @@ function toggleSymbols() { - - - - + + + + @@ -422,10 +432,10 @@ function toggleSymbols() { - - - - + + + + @@ -455,10 +465,10 @@ function toggleSymbols() { - - - - + + + + @@ -488,10 +498,10 @@ function toggleSymbols() { - - - - + + + + @@ -521,10 +531,10 @@ function toggleSymbols() { - - - - + + + + @@ -554,10 +564,10 @@ function toggleSymbols() { - - - - + + + + @@ -587,10 +597,10 @@ function toggleSymbols() { - - - - + + + + @@ -620,10 +630,10 @@ function toggleSymbols() { - - - - + + + + @@ -653,10 +663,10 @@ function toggleSymbols() { - - - - + + + + @@ -686,10 +696,10 @@ function toggleSymbols() { - - - - + + + + @@ -719,10 +729,10 @@ function toggleSymbols() { - - - - + + + + @@ -752,10 +762,10 @@ function toggleSymbols() { - - - - + + + + @@ -785,10 +795,10 @@ function toggleSymbols() { - - - - + + + + @@ -818,10 +828,10 @@ function toggleSymbols() { - - - - + + + + @@ -851,10 +861,10 @@ function toggleSymbols() { - - - - + + + + @@ -884,10 +894,10 @@ function toggleSymbols() { - - - - + + + + @@ -917,10 +927,10 @@ function toggleSymbols() { - - - - + + + + @@ -950,10 +960,10 @@ function toggleSymbols() { - - - - + + + + @@ -983,10 +993,10 @@ function toggleSymbols() { - - - - + + + + @@ -1016,10 +1026,10 @@ function toggleSymbols() { - - - - + + + + @@ -1049,10 +1059,10 @@ function toggleSymbols() { - - - - + + + + @@ -1082,10 +1092,10 @@ function toggleSymbols() { - - - - + + + + @@ -1115,10 +1125,10 @@ function toggleSymbols() { - - - - + + + + @@ -1148,10 +1158,10 @@ function toggleSymbols() { - - - - + + + + @@ -1181,10 +1191,10 @@ function toggleSymbols() { - - - - + + + + @@ -1214,10 +1224,10 @@ function toggleSymbols() { - - - - + + + + @@ -1247,10 +1257,10 @@ function toggleSymbols() { - - - - + + + + @@ -1280,10 +1290,10 @@ function toggleSymbols() { - - - - + + + + @@ -1313,10 +1323,10 @@ function toggleSymbols() { - - - - + + + + @@ -1346,10 +1356,10 @@ function toggleSymbols() { - - - - + + + + @@ -1379,10 +1389,10 @@ function toggleSymbols() { - - - - + + + + @@ -1412,10 +1422,10 @@ function toggleSymbols() { - - - - + + + + @@ -1445,10 +1455,10 @@ function toggleSymbols() { - - - - + + + + @@ -1478,10 +1488,10 @@ function toggleSymbols() { - - - - + + + + @@ -1511,10 +1521,10 @@ function toggleSymbols() { - - - - + + + + @@ -1544,10 +1554,10 @@ function toggleSymbols() { - - - - + + + + @@ -1577,10 +1587,10 @@ function toggleSymbols() { - - - - + + + + @@ -1610,10 +1620,10 @@ function toggleSymbols() { - - - - + + + + @@ -1643,10 +1653,10 @@ function toggleSymbols() { - - - - + + + + @@ -1676,10 +1686,10 @@ function toggleSymbols() { - - - - + + + + @@ -1709,10 +1719,10 @@ function toggleSymbols() { - - - - + + + + @@ -1742,10 +1752,10 @@ function toggleSymbols() { - - - - + + + + @@ -1775,10 +1785,10 @@ function toggleSymbols() { - - - - + + + + @@ -1808,10 +1818,10 @@ function toggleSymbols() { - - - - + + + + @@ -1841,10 +1851,10 @@ function toggleSymbols() { - - - - + + + + @@ -1874,10 +1884,10 @@ function toggleSymbols() { - - - - + + + + @@ -1907,10 +1917,10 @@ function toggleSymbols() { - - - - + + + + @@ -1940,10 +1950,10 @@ function toggleSymbols() { - - - - + + + + @@ -1973,10 +1983,10 @@ function toggleSymbols() { - - - - + + + + @@ -2006,10 +2016,10 @@ function toggleSymbols() { - - - - + + + + @@ -2039,10 +2049,10 @@ function toggleSymbols() { - - - - + + + + @@ -2072,10 +2082,10 @@ function toggleSymbols() { - - - - + + + + @@ -2105,10 +2115,10 @@ function toggleSymbols() { - - - - + + + + @@ -2138,10 +2148,10 @@ function toggleSymbols() { - - - - + + + + @@ -2171,10 +2181,10 @@ function toggleSymbols() { - - - - + + + + @@ -2204,10 +2214,10 @@ function toggleSymbols() { - - - - + + + + @@ -2237,10 +2247,10 @@ function toggleSymbols() { - - - - + + + + @@ -2270,10 +2280,10 @@ function toggleSymbols() { - - - - + + + + @@ -2303,10 +2313,10 @@ function toggleSymbols() { - - - - + + + + @@ -2336,10 +2346,10 @@ function toggleSymbols() { - - - - + + + + @@ -2369,10 +2379,10 @@ function toggleSymbols() { - - - - + + + + @@ -2402,10 +2412,10 @@ function toggleSymbols() { - - - - + + + + @@ -2435,10 +2445,10 @@ function toggleSymbols() { - - - - + + + + @@ -2468,10 +2478,10 @@ function toggleSymbols() { - - - - + + + + @@ -2501,10 +2511,10 @@ function toggleSymbols() { - - - - + + + + @@ -2534,10 +2544,10 @@ function toggleSymbols() { - - - - + + + + @@ -2567,10 +2577,10 @@ function toggleSymbols() { - - - - + + + + @@ -2600,10 +2610,10 @@ function toggleSymbols() { - - - - + + + + @@ -2633,10 +2643,10 @@ function toggleSymbols() { - - - - + + + + @@ -2666,10 +2676,10 @@ function toggleSymbols() { - - - - + + + + @@ -2699,10 +2709,10 @@ function toggleSymbols() { - - - - + + + + @@ -2732,10 +2742,10 @@ function toggleSymbols() { - - - - + + + + @@ -2765,10 +2775,10 @@ function toggleSymbols() { - - - - + + + + @@ -2798,10 +2808,10 @@ function toggleSymbols() { - - - - + + + + @@ -2831,10 +2841,10 @@ function toggleSymbols() { - - - - + + + + @@ -2864,10 +2874,10 @@ function toggleSymbols() { - - - - + + + + @@ -2897,10 +2907,10 @@ function toggleSymbols() { - - - - + + + + @@ -2930,10 +2940,10 @@ function toggleSymbols() { - - - - + + + + @@ -2963,10 +2973,10 @@ function toggleSymbols() { - - - - + + + + @@ -2996,10 +3006,10 @@ function toggleSymbols() { - - - - + + + + @@ -3029,10 +3039,10 @@ function toggleSymbols() { - - - - + + + + @@ -3062,10 +3072,10 @@ function toggleSymbols() { - - - - + + + + @@ -3095,10 +3105,10 @@ function toggleSymbols() { - - - - + + + + @@ -3128,10 +3138,10 @@ function toggleSymbols() { - - - - + + + + @@ -3161,10 +3171,10 @@ function toggleSymbols() { - - - - + + + + @@ -3194,10 +3204,10 @@ function toggleSymbols() { - - - - + + + + @@ -3227,10 +3237,10 @@ function toggleSymbols() { - - - - + + + + @@ -3260,10 +3270,10 @@ function toggleSymbols() { - - - - + + + + @@ -3293,10 +3303,10 @@ function toggleSymbols() { - - - - + + + + @@ -3326,10 +3336,10 @@ function toggleSymbols() { - - - - + + + + @@ -3359,10 +3369,10 @@ function toggleSymbols() { - - - - + + + + @@ -3392,10 +3402,10 @@ function toggleSymbols() { - - - - + + + + @@ -3425,10 +3435,10 @@ function toggleSymbols() { - - - - + + + + @@ -3458,10 +3468,10 @@ function toggleSymbols() { - - - - + + + + @@ -3491,10 +3501,10 @@ function toggleSymbols() { - - - - + + + + @@ -3524,10 +3534,10 @@ function toggleSymbols() { - - - - + + + + @@ -3557,10 +3567,10 @@ function toggleSymbols() { - - - - + + + + @@ -3590,10 +3600,10 @@ function toggleSymbols() { - - - - + + + + @@ -3623,10 +3633,10 @@ function toggleSymbols() { - - - - + + + + @@ -3656,10 +3666,10 @@ function toggleSymbols() { - - - - + + + + @@ -3689,10 +3699,10 @@ function toggleSymbols() { - - - - + + + + @@ -3722,10 +3732,10 @@ function toggleSymbols() { - - - - + + + + @@ -3755,10 +3765,10 @@ function toggleSymbols() { - - - - + + + + @@ -3788,10 +3798,10 @@ function toggleSymbols() { - - - - + + + + @@ -3821,10 +3831,10 @@ function toggleSymbols() { - - - - + + + + @@ -3854,10 +3864,10 @@ function toggleSymbols() { - - - - + + + + @@ -3887,10 +3897,10 @@ function toggleSymbols() { - - - - + + + + @@ -3920,10 +3930,10 @@ function toggleSymbols() { - - - - + + + + @@ -3953,10 +3963,10 @@ function toggleSymbols() { - - - - + + + + @@ -3986,10 +3996,10 @@ function toggleSymbols() { - - - - + + + + @@ -4019,10 +4029,10 @@ function toggleSymbols() { - - - - + + + + @@ -4052,10 +4062,10 @@ function toggleSymbols() { - - - - + + + + @@ -4085,10 +4095,10 @@ function toggleSymbols() { - - - - + + + + @@ -4118,10 +4128,10 @@ function toggleSymbols() { - - - - + + + + @@ -4151,10 +4161,10 @@ function toggleSymbols() { - - - - + + + + @@ -4184,10 +4194,10 @@ function toggleSymbols() { - - - - + + + + @@ -4217,10 +4227,10 @@ function toggleSymbols() { - - - - + + + + @@ -4250,10 +4260,10 @@ function toggleSymbols() { - - - - + + + + @@ -4283,10 +4293,10 @@ function toggleSymbols() { - - - - + + + + @@ -4316,10 +4326,10 @@ function toggleSymbols() { - - - - + + + + @@ -4349,10 +4359,10 @@ function toggleSymbols() { - - - - + + + + @@ -4382,10 +4392,10 @@ function toggleSymbols() { - - - - + + + + @@ -4415,10 +4425,10 @@ function toggleSymbols() { - - - - + + + + @@ -4448,10 +4458,10 @@ function toggleSymbols() { - - - - + + + + @@ -4481,10 +4491,10 @@ function toggleSymbols() { - - - - + + + + @@ -4514,10 +4524,10 @@ function toggleSymbols() { - - - - + + + + @@ -4547,10 +4557,10 @@ function toggleSymbols() { - - - - + + + + @@ -4580,10 +4590,10 @@ function toggleSymbols() { - - - - + + + + @@ -4613,10 +4623,10 @@ function toggleSymbols() { - - - - + + + + @@ -4646,10 +4656,10 @@ function toggleSymbols() { - - - - + + + + @@ -4679,10 +4689,10 @@ function toggleSymbols() { - - - - + + + + @@ -4712,10 +4722,10 @@ function toggleSymbols() { - - - - + + + + @@ -4745,10 +4755,10 @@ function toggleSymbols() { - - - - + + + + @@ -4778,10 +4788,10 @@ function toggleSymbols() { - - - - + + + + @@ -4811,10 +4821,10 @@ function toggleSymbols() { - - - - + + + + @@ -4844,10 +4854,10 @@ function toggleSymbols() { - - - - + + + + @@ -4877,10 +4887,10 @@ function toggleSymbols() { - - - - + + + + @@ -4910,10 +4920,10 @@ function toggleSymbols() { - - - - + + + + @@ -4943,10 +4953,10 @@ function toggleSymbols() { - - - - + + + + @@ -4976,10 +4986,10 @@ function toggleSymbols() { - - - - + + + + @@ -5009,10 +5019,10 @@ function toggleSymbols() { - - - - + + + + @@ -5042,10 +5052,10 @@ function toggleSymbols() { - - - - + + + + @@ -5075,10 +5085,10 @@ function toggleSymbols() { - - - - + + + + @@ -5108,10 +5118,10 @@ function toggleSymbols() { - - - - + + + + @@ -5141,10 +5151,10 @@ function toggleSymbols() { - - - - + + + + @@ -5174,10 +5184,10 @@ function toggleSymbols() { - - - - + + + + @@ -5207,10 +5217,10 @@ function toggleSymbols() { - - - - + + + + @@ -5240,10 +5250,10 @@ function toggleSymbols() { - - - - + + + + @@ -5273,10 +5283,10 @@ function toggleSymbols() { - - - - + + + + @@ -5306,10 +5316,10 @@ function toggleSymbols() { - - - - + + + + @@ -5339,10 +5349,10 @@ function toggleSymbols() { - - - - + + + + @@ -5372,10 +5382,10 @@ function toggleSymbols() { - - - - + + + + @@ -5405,10 +5415,10 @@ function toggleSymbols() { - - - - + + + + @@ -5438,10 +5448,10 @@ function toggleSymbols() { - - - - + + + + @@ -5471,10 +5481,10 @@ function toggleSymbols() { - - - - + + + + @@ -5504,10 +5514,10 @@ function toggleSymbols() { - - - - + + + + @@ -5537,10 +5547,10 @@ function toggleSymbols() { - - - - + + + + @@ -5570,10 +5580,10 @@ function toggleSymbols() { - - - - + + + + @@ -5603,10 +5613,10 @@ function toggleSymbols() { - - - - + + + + @@ -5636,10 +5646,10 @@ function toggleSymbols() { - - - - + + + + @@ -5669,10 +5679,10 @@ function toggleSymbols() { - - - - + + + + @@ -5702,10 +5712,10 @@ function toggleSymbols() { - - - - + + + + @@ -5735,10 +5745,10 @@ function toggleSymbols() { - - - - + + + + @@ -5768,10 +5778,10 @@ function toggleSymbols() { - - - - + + + + @@ -5801,10 +5811,10 @@ function toggleSymbols() { - - - - + + + + @@ -5834,10 +5844,10 @@ function toggleSymbols() { - - - - + + + + @@ -5867,10 +5877,10 @@ function toggleSymbols() { - - - - + + + + @@ -5900,10 +5910,10 @@ function toggleSymbols() { - - - - + + + + @@ -5933,10 +5943,10 @@ function toggleSymbols() { - - - - + + + + @@ -5966,10 +5976,10 @@ function toggleSymbols() { - - - - + + + + @@ -5999,10 +6009,10 @@ function toggleSymbols() { - - - - + + + + @@ -6032,10 +6042,10 @@ function toggleSymbols() { - - - - + + + + @@ -6065,10 +6075,10 @@ function toggleSymbols() { - - - - + + + + @@ -6098,10 +6108,10 @@ function toggleSymbols() { - - - - + + + + @@ -6131,10 +6141,10 @@ function toggleSymbols() { - - - - + + + + @@ -6164,10 +6174,10 @@ function toggleSymbols() { - - - - + + + + @@ -6197,10 +6207,10 @@ function toggleSymbols() { - - - - + + + + @@ -6230,10 +6240,10 @@ function toggleSymbols() { - - - - + + + + @@ -6263,10 +6273,10 @@ function toggleSymbols() { - - - - + + + + @@ -6296,10 +6306,10 @@ function toggleSymbols() { - - - - + + + + @@ -6329,10 +6339,10 @@ function toggleSymbols() { - - - - + + + + @@ -6362,10 +6372,10 @@ function toggleSymbols() { - - - - + + + + @@ -6395,10 +6405,10 @@ function toggleSymbols() { - - - - + + + + @@ -6428,10 +6438,10 @@ function toggleSymbols() { - - - - + + + + @@ -6461,10 +6471,10 @@ function toggleSymbols() { - - - - + + + + @@ -6494,10 +6504,10 @@ function toggleSymbols() { - - - - + + + + @@ -6527,10 +6537,10 @@ function toggleSymbols() { - - - - + + + + @@ -6560,10 +6570,10 @@ function toggleSymbols() { - - - - + + + + @@ -6593,10 +6603,10 @@ function toggleSymbols() { - - - - + + + + @@ -6626,10 +6636,10 @@ function toggleSymbols() { - - - - + + + + @@ -6659,10 +6669,10 @@ function toggleSymbols() { - - - - + + + + @@ -6692,10 +6702,10 @@ function toggleSymbols() { - - - - + + + + @@ -6725,10 +6735,10 @@ function toggleSymbols() { - - - - + + + + @@ -6758,10 +6768,10 @@ function toggleSymbols() { - - - - + + + + @@ -6791,10 +6801,10 @@ function toggleSymbols() { - - - - + + + + @@ -6824,10 +6834,10 @@ function toggleSymbols() { - - - - + + + + @@ -6857,10 +6867,10 @@ function toggleSymbols() { - - - - + + + + @@ -6890,10 +6900,10 @@ function toggleSymbols() { - - - - + + + + @@ -6923,10 +6933,10 @@ function toggleSymbols() { - - - - + + + + @@ -6956,10 +6966,10 @@ function toggleSymbols() { - - - - + + + + @@ -6989,10 +6999,10 @@ function toggleSymbols() { - - - - + + + + @@ -7022,10 +7032,10 @@ function toggleSymbols() { - - - - + + + + @@ -7055,10 +7065,10 @@ function toggleSymbols() { - - - - + + + + @@ -7088,10 +7098,10 @@ function toggleSymbols() { - - - - + + + + @@ -7121,10 +7131,10 @@ function toggleSymbols() { - - - - + + + + @@ -7154,10 +7164,10 @@ function toggleSymbols() { - - - - + + + + @@ -7187,10 +7197,10 @@ function toggleSymbols() { - - - - + + + + @@ -7220,10 +7230,10 @@ function toggleSymbols() { - - - - + + + + @@ -7253,10 +7263,10 @@ function toggleSymbols() { - - - - + + + + @@ -7286,10 +7296,10 @@ function toggleSymbols() { - - - - + + + + @@ -7319,10 +7329,10 @@ function toggleSymbols() { - - - - + + + + @@ -7352,10 +7362,10 @@ function toggleSymbols() { - - - - + + + + @@ -7385,10 +7395,10 @@ function toggleSymbols() { - - - - + + + + @@ -7418,10 +7428,10 @@ function toggleSymbols() { - - - - + + + + @@ -7451,10 +7461,10 @@ function toggleSymbols() { - - - - + + + + @@ -7484,10 +7494,10 @@ function toggleSymbols() { - - - - + + + + @@ -7517,10 +7527,10 @@ function toggleSymbols() { - - - - + + + + @@ -7550,10 +7560,10 @@ function toggleSymbols() { - - - - + + + + @@ -7583,10 +7593,10 @@ function toggleSymbols() { - - - - + + + +
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You're right.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Then get serious now.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
That's not true.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You have a point there...
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Yeah, we sure are.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
A thrift shop.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Yes, I'm bored.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
That?s right.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Right after this, kid.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
My rival.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
All right, I suppose.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I think it's fine.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I'm acting on a whim.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Hee-ho!
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Red.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I can.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
It'd take a while to explain.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I apologize.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I don't have any.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I'm a bit chilly, but...
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I suppose so...
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
It's not so bad-olescent.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Fried rice.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Sometimes.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Sin...?
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You're a beloved neighbor.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
YES
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Now that you mention it...
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I want to be a kid forever.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I do.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
That is sad.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
My apologies.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
A story about Yakuza.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I have.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You're right.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Really?
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
What do you want to eat?
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Not a bad idea.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Are you OK?
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
It looks cute.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Hamburgers.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
A fashionable older woman.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Later.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
An average level of happiness.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
My relationships...
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
An expensive French restaurant.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
It's a school holiday.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You're more unique.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I feel great.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
A luxury cruise.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I do.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I'm sorry.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Some flyers.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I want an autograph.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Quit messing around.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I just realized that.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
A star?
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I don't really train.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
This is a misunderstanding.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Like a disco ball.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Give me something.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
It's not bad.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Yeah, sometimes.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Relax at home.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Because you resisted.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
It's really boring.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I don't think so.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
We are friends.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
That's too bad.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I can't show you now.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I agree.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
We would have dated.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Eh, could be.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
What a pity...
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
[...]
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Too late for regrets.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
All right.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Don't toy with me.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Of course, there's a point.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I'll make it quick.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
This is true.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Take pride in capturing you
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Sure.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You might be right...
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
If it pleases you.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I want to meet them.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Please forgive me.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You do sound busy.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You have nothing I want.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
That's not it at all.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I'm sorry.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You've got a point there...
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Miracles don't exist.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Older people trying to look young.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Sure did.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
When you put it that way...
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Being old enough to drink.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Yes.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Fair enough.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I cry like a baby.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I'm younger, that's all.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I think there is.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
That's right.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
What are you talking about?
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
It doesn't change the facts.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Happy birthday.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I like older women.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Give me everything you got.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
How did you know?
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Parents are annoying.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Nope.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I noticed.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Can it?
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You're right, Senpai.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Someone did once.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You should have stayed home.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
It does.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You're fine as is.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Call them. I dare you.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I didn't know that.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
[...]
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
It's my intelligence.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
This was my choice.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I'm younger than you.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Luckiness
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Don't joke around.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Bread dipped in coffee.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Die in peace.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Are you alright?
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Looks like it came true.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
That's too far.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
That's not true.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
That's right.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Sorry...
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I am.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
It's unfair.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Quit joking around.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
That would be troublesome.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Yup.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You'll be killed.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Nobody.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Times have changed.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I had no intention.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
It's not like that.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I use those tips.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Fine.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
That's right.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Not talking down to people.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I didn't know...
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
It is a difficult topic.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I probably should.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I get that a lot.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You're beautiful.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Don't scratch the furniture.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
What are you talking about?
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Katsudon, coming right up.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I like it.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Wow, you got me.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
That's "domestic violence."
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Quit messing with me.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
It's just you.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Slow walkers.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Why can't we end war?
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Just go home.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Life isn't like fairy tales.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I feel bad.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Let's play tag.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You're kind of evil.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
A thrilling adventure.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Curry.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
More sleep.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
It's cute.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
That's true.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You're going to die.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Slow-ass cashiers.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Fate brought us together.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
A homemade dinner.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
A Hight School Outfit.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
A love letter.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Your lack of resolve.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I have homework tonight.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
It was a hard-fought battle.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I'll make mincemeat of you.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You tempt people.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Fights are just luck.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
How could you tell?
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Soy sauce.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
A pro athlete.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Storks deliver them.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
A place with no wait.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I feel bad about that.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
How should I know?
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Your looks.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I'm here for the food.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I want to get stronger.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I'll take off my shoes.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You look terrifying.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I care about my looks.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I don't want to die.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Are you busy?
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I sure would.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
No need to worry.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Sorry.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I'll just keep winning.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
That's right.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I downloaded an app.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I never thought of that.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I've thought about it.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I'm not that young.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
My pal who switched schools.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
For real!?
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Yes, I want world peace.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I'm not special.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Sorry...
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I'm ready for it.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Meat and potatoes.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Worth my while...?
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Nope.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
No.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You're right.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
The world is almighty?
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
That's scary...
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Now that you mention it...
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
Nothing wrong about it.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
That's right.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You're misunderstanding.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I'm smart.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
I didn't know.
gloomyirritabletimidupbeatgloomyirritabletimidupbeat
You got me.