bg: Use the "current" disk id
This commit is contained in:
parent
f50463891a
commit
6318fbb6f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user