When I was installing the 6-Digit Coin Counter patch I saw a patch that disables score sprites. I opened it and didn't see any place saying something like point to free space. When I patched it, it gave me an error.
This is the error it gave me.
Code
error: [freespace.asm] not found
There was no freespace.asm included. Someone please help me.
The incsrc means "include source", which simply means that it includes all of the code in freespace.asm in the file (for the sake of organization/avoiding cluttered code). There's two ways you can fix it:
1) Create freespace.asm and put
Code
!Freespace22 =
in it, define some freespace, save it, and put it in the same folder as disablescoresprites.asm.
2) Take the "incsrc freespace.asm" out and replace it with "!Freespace22 = ", then just define the freespace.