Skip to content

Commit

Permalink
Remove warning about missing music file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrews05 committed Mar 15, 2024
1 parent 5d2d2be commit b604853
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/paths.asm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
; This allows loading data from an alternate directory

; Add 2 to the existing string offsets to skip the "9:" prefix
@SET 0x004d2b05, { PUSH 0x0056f2fc + 2} ; Nova Files:Nova Music.mp3, check file exists
@SET 0x0049d85d, { PUSH 0x0056d1a0 + 2} ; Nova Plug-Ins, shipyard movie
@SET 0x0049d8da, { PUSH 0x0056d1b4 + 2} ; Nova Files, shipyard movie
@SET 0x0049db42, { PUSH 0x0056d1a0 + 2} ; Nova Plug-Ins, desc movie
Expand All @@ -15,3 +14,6 @@

@SET 0x004bd0f4, { MOV AX, [0x0056ddc9 + 2]} ; // Pilots
@SET 0x004bd182, { MOV AX, [0x0056ddc9 + 2]} ; // Pilots

; Remove warning about missing music file
@CLEAR 0x004d2b1e, 0x90, 0x004d2b1e + 5

0 comments on commit b604853

Please sign in to comment.