From 6318fbb6f98288a289f6b501e9c2026eac0b4e6c Mon Sep 17 00:00:00 2001 From: Ry Date: Sun, 5 Mar 2023 17:30:51 -0800 Subject: [PATCH] bg: Use the "current" disk id --- applications/bg/main.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/bg/main.asm b/applications/bg/main.asm index 8a3100a..12ed3bb 100644 --- a/applications/bg/main.asm +++ b/applications/bg/main.asm @@ -2,8 +2,9 @@ ; open the background file and draw it ; if the file can't be opened, then just exit + call get_current_disk_id + mov r1, r0 mov r0, bg_file_name - mov r1, 0 mov r2, bg_file_struct call open cmp r0, 0