I'm currently planning on making a new DM clone on portable consoles, and I'm still studying how the DM data are organized.
By looking at the DM encyclopedia, I see that there is a separate list of doors, with several properties (like for example the "bashable" or the "destroyable" attributes). Later in the dungeon.dat file, there are the maps definitions themselves, specifying the type of every tile.
If a tile is a door, some local informations are also available here (like orientation), but I don't see how you can link this tile to the corresponding door in the doors list. Is it done via the list of objects on this tile?
Thank you for your help!

Michoko