From 25cf23a997f535b9f9cd91ac4786d746c4e13840 Mon Sep 17 00:00:00 2001
From: Chase Manning <chase@manning.dev>
Date: Tue, 29 Apr 2025 21:08:07 +0100
Subject: [PATCH] :memo: update house a 2f text

---
 src/maps/house-a-2f.ts | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/src/maps/house-a-2f.ts b/src/maps/house-a-2f.ts
index ea91251..701c1f2 100644
--- a/src/maps/house-a-2f.ts
+++ b/src/maps/house-a-2f.ts
@@ -20,18 +20,10 @@ const houseA2f: MapType = {
   },
   text: {
     5: {
-      3: [
-        "Lorem ipsum dolor sit amet, consectetur",
-        "adipiscing elit, sed do eiusmod tempor",
-        "incididunt ut labore et dolore magna aliqua.",
-      ],
+      3: ["ASH is playing the SNES!", "... Okay! It's time to go!"],
     },
     1: {
-      0: [
-        "Lorem ipsum dolor sit amet, consectetur",
-        "adipiscing elit, sed do eiusmod tempor",
-        "incididunt ut labore et dolore magna aliqua.",
-      ],
+      0: ["ASH turned on the PC.", "It's not working..."],
     },
   },
   maps: {},