From 87aeeadaca4f80d1bbd8701b6c1bcc606e0f4d9e Mon Sep 17 00:00:00 2001 From: scawful Date: Sun, 22 Sep 2024 11:51:18 -0400 Subject: [PATCH] Housekeeping --- Core/messages.txt | 2 +- Menu/menu_scroll.asm | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Core/messages.txt b/Core/messages.txt index 86a44c4..8403de2 100644 --- a/Core/messages.txt +++ b/Core/messages.txt @@ -793,7 +793,7 @@ Oh my, oh my! [L], my dear [3]in peace in the graveyard. [P:01]Hocus pocus! -[2]You will take the form of the +[2]You will take the form of the [3]Zora and dive into a whirlpool[K] [V]to discover secrets galore! diff --git a/Menu/menu_scroll.asm b/Menu/menu_scroll.asm index 684e6d0..3e7082a 100644 --- a/Menu/menu_scroll.asm +++ b/Menu/menu_scroll.asm @@ -1,4 +1,4 @@ -; ----------------------------------------------------------------------------- +; --------------------------------------------------------- Menu_CheckHScroll: { @@ -33,7 +33,7 @@ Menu_CheckHScroll: RTS } -; ----------------------------------------------------------------------------- +; --------------------------------------------------------- Menu_ScrollHorizontal: { @@ -54,4 +54,3 @@ Menu_ScrollHorizontal: RTS } -; ----------------------------------------------------------------------------- \ No newline at end of file