1
Axe / PIC MISSING even though Picture is present
« on: June 20, 2011, 01:37:43 pm »
When trying to compile DROD8x into a nostub assembly program after having added a tiny piece of debugging code (a single "Text(" command) as the only change in code since the last compile, Axe parser reported "ERR: PIC MISSING" at 5% in the second pass. Pressing PRGM caused it to point at the line which imports "Pic1" to "Pic1T" as a tile map: [Pic1r]->Pic1T
The picture is present in RAM, and commenting out the "Text(" command I added seemed to solve the problem. However, I need it to debug a certain problem which I'm having with the object buffer, but it won't let me compile with that line of code being there.
Any ideas why this is happening?
The picture is present in RAM, and commenting out the "Text(" command I added seemed to solve the problem. However, I need it to debug a certain problem which I'm having with the object buffer, but it won't let me compile with that line of code being there.
Any ideas why this is happening?