ref: 9c80f4ebd37f25e5ffb0167e7a968732dc12c243
dir: /home/queue_script.asm/
QueueScript:: ; Push pointer hl in the current bank to wQueuedScriptBank. ldh a, [hROMBank] FarQueueScript:: ; Push pointer a:hl to wQueuedScriptBank. ld [wQueuedScriptBank], a ld a, l ld [wQueuedScriptAddr], a ld a, h ld [wQueuedScriptAddr + 1], a ret