From 28dc5686b05477e13a9cc078975315140bee9800 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 3 Jan 2016 14:17:10 -0500 Subject: Fix game time labels --- scripts/mansion3.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/mansion3.asm') diff --git a/scripts/mansion3.asm b/scripts/mansion3.asm index e3b9993d..049bfeef 100755 --- a/scripts/mansion3.asm +++ b/scripts/mansion3.asm @@ -9,7 +9,7 @@ Mansion3Script: ; 521ee (14:61ee) ret Mansion3Script_52204: ; 52204 (14:6204) - ld hl, wd126 + ld hl, wCurrentMapScriptFlags bit 5, [hl] res 5, [hl] ret z -- cgit v1.3.1-sl0p