/* maximum size limits shared by dungeon compiler and runtime */ #define LOCSIZ 185 #define NOBJECTS 100 #define HNTSIZ 20 extern const char advent_to_ascii[128]; extern const char ascii_to_advent[128];