From 44551b8419836abfca64351b2f214178dbd6a3d3 Mon Sep 17 00:00:00 2001 From: Null Dev Date: Fri, 20 Jan 2017 12:39:47 +0100 Subject: Fixed typo --- home.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.asm b/home.asm index 94930acd..830ece4b 100644 --- a/home.asm +++ b/home.asm @@ -4273,7 +4273,7 @@ EraseMenuCursor:: ; The reason is that most functions that call this initialize H_DOWNARROWBLINKCNT1 to 0. ; The effect is that if the tile at hl is initialized with a down arrow, ; this function will toggle that down arrow on and off, but if the tile isn't -; initliazed with a down arrow, this function does nothing. +; initialized with a down arrow, this function does nothing. ; That allows this to be called without worrying about if a down arrow should ; be blinking. HandleDownArrowBlinkTiming:: -- cgit v1.3.1-sl0p