bg: Use the "current" disk id

This commit is contained in:
Ry 2023-03-05 17:30:51 -08:00
parent f50463891a
commit 6318fbb6f9

View File

@ -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