I've got a really basic problem that I can't seem to figure out. Basically I've been adding my own custom artwork to the AMC TC GRP file. Certain tiles are assigned special values; for instance in TILES017.art tilenum 4361 is defined as "DUCK" (this is one of the ducks from the atomic edition babeland level).
Now I've gone into the AMCDEFS file and have added // in front of the line that defines the DUCK object;
define DUCK 4361
becomes
//define DUCK 4361
However I now get an error message that "Error(s) found in game.com. Do you want to use the internal defaults?"
So obviously this DUCK object is referenced elsewhere in a code file. However I've searched through every file in the /CODE folder and searched for "DUCK" or the tilenum "4361" and can't find any reference to it. I'm clearly looking in the wrong place right?
![](https://forums.duke4.net/public/style_images/cgs/_custom/switch.png)