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

---
 src/maps/house-a-1f.ts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/maps/house-a-1f.ts b/src/maps/house-a-1f.ts
index 14aff86..569d68b 100644
--- a/src/maps/house-a-1f.ts
+++ b/src/maps/house-a-1f.ts
@@ -19,9 +19,9 @@ const houseA1f: MapType = {
   text: {
     1: {
       3: [
-        "Lorem ipsum dolor sit amet, consectetur",
-        "adipiscing elit, sed do eiusmod tempor",
-        "incididunt ut labore et dolore magna aliqua.",
+        "There's a movie on TV.",
+        "Four boys are walking on railraod tracks.",
+        "I better go too.",
       ],
     },
   },