I confirm that it does not work, not only for "examine" but also for the other abbreviations defined by Frotz itself. Abbreviations defined in the game does work.
I see an option_expand_abbreviations = 0 in frotz/frotz_main.c, but it seems it does only appears here and it does not override f_setup.expand_abbreviations (I do not really know how user can change settings). Maybe the problem is with if (padding == 0x05 && decoded[1] == 0).
|