2 * xDMS v1.3 - Portable DMS archive unpacker - Public Domain
3 * Written by Andre Rodrigues de la Rocha <adlroc@usa.net>
5 * Decruncher reinitialization
11 void Init_Decrunchers (struct xdms_data
*xdms
) {
12 xdms
->quick_text_loc
= 251;
13 xdms
->medium_text_loc
= 0x3fbe;
14 xdms
->heavy_text_loc
= 0;
15 xdms
->deep_text_loc
= 0x3fc4;
16 xdms
->init_deep_tabs
= 1;
17 memset(xdms
->text
,0,0x3fc8);