1 int CODE_ENTRY_GET_LEVEL_CODE
;
16 int TVAR_IS_MENU_THREAD
;
18 int GVAR_SOUND_DISABLED
;
19 int GVAR_POLYFIX_BASE
;
20 int GVAR_MOUSE_CURSOR
;
21 int GVAR_MOUSE_HIDDEN
;
22 int GVAR_MOUSE_BUTTONS
;
32 int GVAR_LEVEL_BACKPIC
;
33 int GVAR_LEVEL_CODE_LEN
;
34 int GVAR_LEVEL_CODE_OFS
;
39 int GVAR_KEY_NLEV_CHEAT
;
40 int GVAR_KEY_PLEV_CHEAT
;
41 int GVAR_KEY_WALK_CHEAT
;
42 int GVAR_KEY_FALL_CHEAT
;
56 int CONST_BANK_IM_PROF
;
57 int CONST_BANK_MAP_ITEMS
;
59 int CONST_BANK_MAP_TILES
;
60 int CONST_BANK_BG_TILES
;
61 int CONST_BANK_FG_TILES
;
63 int CONST_GAME_STATE_DEAD
;
64 int CONST_GAME_STATE_COMPLETE
;
65 int CONST_GAME_STATE_STARTED
;
66 int CONST_GAME_STATE_PLAYING
;
67 int CONST_FRST_GET_GOOBERS_ONLOAD
;
68 int CONST_FRST_GET_GOOBERS_INITER
;
69 int CONST_FRST_DEBUG_ABORT
;
70 int CONST_FRST_DEBUG_PRINT_NUM
;
71 int CONST_FRST_DEBUG_PRINT_STR
;
74 int CONST_FRST_SET_SEED_L
;
75 int CONST_FRST_SET_SEED_H
;
76 int CONST_FRST_GET_SEED_L
;
77 int CONST_FRST_GET_SEED_H
;
78 int CONST_FRST_GET_RAND
;
79 int CONST_FRST_GET_MAX_THREAD_ID
;
80 int CONST_FRST_GET_MAX_THREADS
;
81 int CONST_FRST_DRAW_TEXT
;
82 int CONST_FRST_END_POLY
;
83 int CONST_FRST_ADD_POLY_POINT
;
84 int CONST_FRST_START_POLY
;
85 int CONST_FRST_IS_SOUND_LOADED
;
86 int CONST_FRST_UNLOAD_SOUND
;
87 int CONST_FRST_LOAD_SOUND
;
88 int CONST_FRST_IS_CHANNEL_PLAYING
;
89 int CONST_FRST_STOP_CHANNEL
;
90 int CONST_FRST_PLAY_SOUND
;
91 int CONST_FRST_ADD_SPRITE
;
92 int CONST_FRST_ADD_LEVEL_SPRITE
;
93 int CONST_FRST_LOAD_SPRITES
;
94 int CONST_FRST_SET_ITEM_NAME
;
95 int CONST_FRST_SET_LEVEL_CODE
;
96 int CONST_FRST_SET_LEVEL_NAME
;
97 int CONST_FRST_SET_LEVEL_SIZE
;
98 int CONST_FRST_GET_LEVEL_FILE_WORD
;
99 int CONST_FRST_GET_LEVEL_FILE_BYTE
;
100 int CONST_FRST_GET_LEVEL_INITER
;
101 int CONST_FRST_GET_LEVEL_LOADER
;
102 int CONST_FRST_GET_LEVEL_DATA_SIZE
;
103 int CONST_FRST_OPEN_LEVEL_FILE
;
104 int CONST_FRST_MINIMAP
;
105 int CONST_FRST_ML_GAME
;
106 int CONST_FRST_ML_TITLE
;
107 int CODE_ENTRY_GAME_RESTART_LEVEL
;
108 int CODE_ENTRY_GAME_INITIALIZE
;
109 int CODE_ENTRY_TITLE
;
110 int CODE_ENTRY_MAIN_INIT
;