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/lance.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/lance.asm') diff --git a/scripts/lance.asm b/scripts/lance.asm index 767edb8a..c7d21d43 100755 --- a/scripts/lance.asm +++ b/scripts/lance.asm @@ -9,7 +9,7 @@ LanceScript: ; 5a2ae (16:62ae) ret LanceShowOrHideEntranceBlocks: ; 5a2c4 (16:62c4) - ld hl, wd126 + ld hl, wCurrentMapScriptFlags bit 5, [hl] res 5, [hl] ret z @@ -71,7 +71,7 @@ LanceScript0: ; 5a305 (16:6305) jr z, WalkToLance CheckAndSetEvent EVENT_LANCES_ROOM_LOCK_DOOR ret nz - ld hl, wd126 + ld hl, wCurrentMapScriptFlags set 5, [hl] ld a, SFX_GO_INSIDE call PlaySound -- cgit v1.2.3