From eb1e3636bb71509546c274bf2a5910d8e71a9600 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 25 Aug 2018 14:28:22 -0400 Subject: Use labels instead of constants for HRAM Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld --- home/queue_script.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/queue_script.asm') diff --git a/home/queue_script.asm b/home/queue_script.asm index 40a971dc9..27dafa3ff 100644 --- a/home/queue_script.asm +++ b/home/queue_script.asm @@ -1,6 +1,6 @@ QueueScript:: ; Push pointer hl in the current bank to wQueuedScriptBank. - ld a, [hROMBank] + ldh a, [hROMBank] FarQueueScript:: ; Push pointer a:hl to wQueuedScriptBank. -- cgit v1.2.3