22 #ifndef WATCHMAKER_DEFINE_H 23 #define WATCHMAKER_DEFINE_H 40 #define EXAMINEACT 1 // Fa Azione in anim2 su esamina 41 #define ROOM 2 // Cambia Stanza - ma oggetto e' esaminabile 42 #define DOOR 2 // Cambia Stanza - ma oggetto e' esaminabile 43 #define CHARACTER 4 // Parte dialogo 44 #define TAKE 8 // solo per obj - Lo prende 45 #define DAR 0 // solo per inv - se per darrell 46 #define VIC 8 // solo per inv - se per victoria 47 #define USE 0 // Se puo' essere usato 48 #define USEWITH 16 // Fa Usa con 49 #define EXTRA 32 // Extra 50 #define EXTRA2 64 // Extra2 51 #define DONE 128 // Operato 52 #define ON 256 // Attivo (presente nella stanza) 53 #define WITHI 512 // se fa usacon automatico con invobj o con obj 54 #define HIDE 1024 // Se l'oggetto e' nascosto (indipendentemente dal fatto che sia ON) 55 #define HIDEIN1ST 2048 // se invisibile in prima persona 56 #define HIDEIN3RD 4096 // se invisibile in terza persona 57 #define NOSWITCH 8192 // non torna in terza se sono in prima e ci clicco sopra 58 #define FORCERIGHT 16384 // se deve prendere sempre un click col destro 59 #define NOUPDATE 32768 // se non deve utare le mesh collegate 62 #define ANIM_ON 1 // Se attiva quando si entra nella stanza 63 #define ANIM_PORTAL_LINK 2 // Se collega due portali 64 #define ANIM_ABS 4 // Se non dipende da luce posizione 65 #define ANIM_BLOCK 8 // Se deve tenere ultimo frame 66 #define ANIM_NO_FIX_POS 16 // Se non deve fissare la posizione alla fine 67 #define ANIM_CHECK_BOUNDS 32 // Se deve stare dentro i bounds 68 #define ANIM_TIME 64 // Se e' un'animazione che da il tempo 69 #define ANIM_SKIP_LAST_FRAME 128 // Non Playa ultimo frame 70 #define ANIM_NULL 256 // Se serve soltanto come conta tempo 71 #define ANIM_PAUSED 512 // Se e' in pausa 72 #define ANIM_STAND 1024 // Se e' un'animazione di stand-by quando uso l'altro personaggio 73 #define ANIM_DEFAULT 2048 // Se va caricata come default 74 #define ANIM_NO_START_BLEND 4096 // Se non va blendata all'inizio 75 #define ANIM_NO_END_BLEND 8192 // Se non va blendata alla fine 76 #define ANIM_DIARY 16384 // Se e' stata lanciata da un diario 77 #define ANIM_SKIP_1ST_FRAME 32768 // Non Playa il primo frame 78 #define ANIM_BLOCK_PLAYER 65536 // Blocca anche il player 79 #define ANIM_BKG 131072 // E' una animazione di background 82 #define SOUND_ON 1 // Se il suono e' attivo 83 #define SOUND_LOOP 2 // Se deve andare in loop 84 #define SOUND_BACK 4 // Se e' un suono di background 85 #define SOUND_PSX 8 // Se e' il suono del passo sinistro 86 #define SOUND_PDX 16 // Se e' i,l suono del passo destro 87 #define SOUND_STAIRS 32 // Se e' il suono di un passo sulle scale 88 #define SOUND_MUTE0 64 // Se e' MUTE0 89 #define SOUND_MUTE1 128 // Se e' MUTE1 92 #define CF_NULL 0 // nullo 93 #define CF_STATIC 1 // le scritte che seguono appaiono staticamente (di default scrollano) 94 #define CF_TITLE 2 // scrive la scritta nel mezzo (solo per scrolling) 95 #define CF_SPACE 4 // lascia x righe vuote prima di continuare a scrivere 96 #define CF_IMG 8 // mette sulla sinistra l'immagine 64x64 e sulla destra la descrizione 97 #define CF_IMG2 16 // mette sulla sinistra l'immagine 128x64 e sulla destra la descrizione 98 #define CF_END 32 // e' la scritta finale, una volta che e' arrivata a meta' schermo si ferma e poi finiscono i crediti (solo per scrolling) 102 #define vPADDEDCELL 1 105 #define vLIVINGROOM 4 107 #define vAUDITORIUM 6 108 #define vCONCERTHALL 7 112 #define vCARPETEDHALLWAY 11 114 #define vSTONECORRIDOR 13 118 #define vMOUNTAINS 17 121 #define vPARKINGLOT 20 122 #define vSEWERPIPE 21 123 #define vUNDERWATER 22 126 #define vPSYCHOTIC 25 129 #define DIALOG_RTV 1 // Se e' un RTV (non ha scelte) 130 #define DIALOG_RTV2 2 // Se deve partire RTV2 131 #define DIALOG_RTV3 4 // Se deve partire RTV3 132 #define DIALOG_PRE1 8 // Se deve partire il predialog1 133 #define DIALOG_PRE2 16 // Se deve partire il predialog2 134 #define DIALOG_PRE3 32 // Se deve partire il predialog3 135 #define DIALOG_PRE4 64 // Se deve partire il predialog4 136 #define DIALOG_PRE_RAND 128 // Se deve partire un predialog a caso tra quelli attivi 137 #define DIALOG_END1 256 // Se finire con l'enddialog1 138 #define DIALOG_END2 512 // Se finire con l'enddialog1 139 #define DIALOG_END3 1024 // Se finire con l'enddialog1 140 #define DIALOG_END_RAND 2048 // Se finire con un enddialog a caso tra quelli attivi 141 #define DIALOG_DONE 4096 // Se il dialogo e' gia' stato fatto 142 #define DIALOG_ONCE 8192 // Se dialogo deve essere eseguito una sola volta 145 #define ROOM_VISITED 1 // Se sono gia' stato in questa stanza 146 #define ROOM_VISIBLE 2 // Se e' visibile 147 #define ROOM_OLDVISIBLE 4 // Se prima era visbile 148 #define ROOM_EXTRA 8 // Se e' successa una cosa extra 149 #define ROOM_EXTRA2 16 // Se e' successa una cosa extra2 152 #define EFFECT_FADIN 1 // Effetto FadIn 153 #define EFFECT_FADOUT 2 // Effetto FadOut 154 #define EFFECT_FADOUT_FADIN 3 // Effetto FadOut-FadIn 155 #define EFFECT_WAIT 4 // Effetto Aspetta 156 #define EFFECT_WAITDARK 5 // Effetto Aspetta con schermo nero 157 #define EFFECT_ROOMINFO 6 // Effetto RoomInfo 158 #define EFFECT_FADEIN_T1 7 // Effetto FadIn T1 159 #define EFFECT_FADEOUT_T1 8 // Effetto FadOut T1 160 #define EFFECT_FADEIN_T2 9 // Effetto FadIn T2 161 #define EFFECT_FADEOUT_T2 10 // Effetto FadOut T2 162 #define EFFECT_MOVEIN_T1 11 // Effetto MOVEIn T1 163 #define EFFECT_MOVEOUT_T1 12 // Effetto MOVEOut T1 164 #define EFFECT_MOVEIN_T2 13 // Effetto MOVEIn T2 165 #define EFFECT_MOVEOUT_T2 14 // Effetto MOVEOut T2 166 #define EFFECT_DISPLAY_NEWLOGIMG 15 // Mostra una immagine quando il log viene aggiornato 178 #define ATF_DO 1 // Esegue l'evento programmabile <event> 179 #define ATF_PUSH 2 // Mette il valore <val> nello stack 180 #define ATF_POP 3 // Cancella il valore attuale dallo stack 181 #define ATF_JUMP 4 // Fa saltare animazioni NON in stack al frame <frame> 182 #define ATF_JUMP_ALL 5 // Fa saltare tutte le animazioni al frame <frame> 183 #define ATF_LOOP_LEN 6 // Definisce lunghezza del loop dal frame attuale 184 #define ATF_LOOP_END 7 // Definisce fine del loop dal frame attuale 185 #define ATF_LOOP_MASK 8 // Definisce animazioni su cui NON funziona il loop 186 #define ATF_TEXT 9 // Dice la frase <sent> 187 #define ATF_POP_TEXT 10 // Dice la frase prendendola dallo stack 189 #define ATF_CHANGE_ROOM 13 // Posiziona omino in <roomname> e setta la posizione 190 #define ATF_CHANGE_ROOM_AN 14 // Come ATF_SET_ROOM solo che fa partire anim in stack 191 #define ATF_SET_CAMERA 15 // Forza la camera a diventare <cam> 192 #define ATF_SET_BND_LEVEL 16 // Setta il livello <lev> di bounds 193 #define ATF_TO_1ST_SENT 17 // Setta la frase da dire appena entra in prima 194 #define ATF_TO_1ST_ANIM 18 // Setta animazione di entrata in prima persona 195 #define ATF_FROM_1ST_ANIM 19 // Setta animazione di uscita dalla prima persona 196 #define ATF_CUROBJ 20 // Setta il CurObj 197 #define ATF_CHANGE_PLAYER 21 // Cambia personaggio con cui stai giocando 198 #define ATF_NO_INPUT 22 // Setta on/off l'input da parte del giocatore 199 #define ATF_UPDATE_BBOX 23 // Aggiorna Bounding box della mesh nel canale <mesh> 200 #define ATF_RESET_BLEND 24 // Resetta blend per la mesh nel canale <mesh> 201 #define ATF_CAMERA_TARGET 25 // Cambia oggetto su cui deve puntare la camera 202 #define ATF_UPDATE_MAX_TARGET 26 // Aggiorna il target con quello attuale 203 #define ATF_SUB_MUSIC 27 // Cambia la sottomusica attuale 204 #define ATF_EXIT 28 // Termina l'animazione istantaneamente 205 #define ATF_LINK 29 // Definisce questo frame come possibile uscita dal loop 207 #define ATFO_OFF 30 // Spegne l'oggetto <obj> 208 #define ATFO_ON 31 // Attiva l'oggetto <obj> 209 #define ATFO_HIDE 32 // hida oggetto <obj> 210 #define ATFO_UNHIDE 33 // unhida oggetto <obj> 211 #define ATFOM_OFF 34 // Spegne l'oggetto <obj> e tutte le mesh collegate 212 #define ATFOM_ON 35 // Attiva l'oggetto <obj> e tutte le mesh collegate 213 #define ATFOM_HIDE 36 // hida oggetto <obj> e tutte le mesh collegate 214 #define ATFOM_UNHIDE 37 // unhida oggetto <obj> e tutte le mesh collegate 215 #define ATFD_OFF 38 // Spegne il dialogo <dlg> 216 #define ATFD_ON 39 // Attiva il dialogo <dlg> 217 #define ATFW_OFF 40 // Spegne l'effetto sonoro <wav> 218 #define ATFW_ON 41 // Attiva l'effetto sonoro <wav> 219 #define ATFI_OFF 42 // Spegne l'icona <icon> 220 #define ATFI_ON 43 // Attiva l'icona <icon> 221 #define ATFA_OFF 44 // Spegne l'animazione <anim> 222 #define ATFA_ON 45 // Attiva l'animazione <anim> 223 #define ATFA_OFF_POP 46 // Spegne l'animazione <anim> in stack 224 #define ATFA_ON_POP 47 // Attiva l'animazione <anim> in stack 225 #define ATFA_PAUSE 48 // Pausa l'animazione <anim> 226 #define ATFA_CONTINUE 49 // Continua l'animazione <anim> 227 #define ATFP_OFF 50 // Spegne il portale nella subanim <portal> 228 #define ATFP_ON 51 // Attiva il portale nella subanim <portal> 229 #define ATFM_OFF 52 // Spegne la mesh nella subanim <mesh> 230 #define ATFM_ON 53 // Attiva la mesh nella subanim <mesh> 231 #define ATFM_OFF_POP 54 // Non fa rivelare <mesh> al mouse 232 #define ATFM_ON_POP 55 // Fa rivelare <mesh> al mouse 233 #define ATFM_HIDE 56 // Spegne la mesh del canale che viene poppata 234 #define ATFM_UNHIDE 57 // Attiva la mesh del canale che viene poppata 235 #define ATFM_SET_AVFLAG 58 // Setta la mesh sempre visibile 236 #define ATFM_CLR_AVFLAG 59 // Torna a fare il normale test di visibilita' 237 #define ATFM_SETFRAME 60 // setta il frame del filmato nella <mesh> 238 #define ATFM_INCFRAME 61 // incrementa il frame del filmato nella <mesh> 239 #define ATFM_DECFRAME 62 // decrementa il frame del filmato nella <mesh> 240 #define ATFM_START_MOVIE 63 // attiva il filmato nella <mesh> 241 #define ATFM_STOP_MOVIE 64 // disattiva il filmato nella <mesh> 242 #define ATFH_ON 65 // attiva tutte le haloes nella stanza 243 #define ATFH_OFF 66 // disattiva tutte le haloes nella stanza 244 #define ATFC_HIDE 67 // Nasconde personaggio <ch> 245 #define ATFC_UNHIDE 68 // Fa apparire personaggio <ch> 246 #define ATFC_SETTO 69 // Teletrasporta personaggio in stack in <pos> 247 #define ATFC_GOTO 70 // Fa camminare personaggio in stack in <pos> 248 #define ATFC_RUNTO 71 // Fa correre personaggio in stack in <pos> 249 #define ATFC_BACKTO 72 // Fa indietreggiare personaggio in stack in <pos> 250 #define ATFC_GOTO_AN 73 // Fa camminare pers in stack in <pos> e parte anim 251 #define ATFC_RUNTO_AN 74 // Fa correre pers in stack in <pos> e parte anim 252 #define ATFC_BACKTO_AN 75 // Fa indietreggiare pers in stack in <pos> e parte anim 253 #define ATFC_FIX_POS 76 // Fissa la posizione attuale del personaggio <ch> 254 #define ATFC_SET_ALT0 77 // Setta il persoanggio <ch> come alternate default 255 #define ATFC_SET_ALT1 78 // Setta il persoanggio <ch> come alternate 1 256 #define ATFC_SET_ALT2 79 // Setta il persoanggio <ch> come alternate 2 257 #define ATFC_SET_ALT3 80 // Setta il persoanggio <ch> come alternate 3 258 #define ATFPL_SETTO 81 // Teletrasporta giocatore in <pos> 259 #define ATFPL_GOTO 82 // Fa camminare giocatore in <pos> 260 #define ATFPL_RUNTO 83 // Fa correre giocatore in stack in <pos> 261 #define ATFPL_BACKTO 84 // Fa indietreggiare giocatore in stack in <pos> 262 #define ATFPL_GOTO_AN 85 // Fa camminare giocatore in <pos> e parte anim in stack 263 #define ATFPL_RUNTO_AN 86 // Fa correre giocatore in <pos> e parte anim in stack 264 #define ATFPL_BACKTO_AN 87 // Fa indietreggiare giocatore in <pos> e parte anim 265 #define ATFDM_OFF 88 // Spegne menu item <item> 266 #define ATFDM_ON 89 // Attiva menu item <item> 267 #define ATFS_OFF 90 // Spegne effetto sonoro <sound> 268 #define ATFS_ON 91 // Attiva effetto sonoro <sound> 269 #define ATFS_PSX 92 // Suona passo di sinistra 270 #define ATFS_PDX 93 // Suona passo di destra 272 #define ATFO_TEX 94 // Parte frase esamina dell'oggetto in stack 273 #define ATFO_TACT 95 // Parte frase action dell'oggetto in stack 274 #define ATFO_TEXT 96 // Parte frase text dell'oggetto in stack 275 #define ATFO_CEX 97 // Cambia frase esamina con <sent> dell'oggetto in stack 276 #define ATFO_CACT 98 // Cambia frase action con <sent> dell'oggetto in stack 277 #define ATFO_CANIM 99 // Cambia animazione con <anim> dell'oggetto in stack 278 #define ATFO_CANIM2 100 // Cambia animazione2 con <anim> dell'oggetto in stack 279 #define ATFO_CPOS 101 // Cambia posizione con <pos> dell'oggetto in stack 280 #define ATFO_SET_FLAG 102 // Setta il <flag> nell'oggetto in stack 281 #define ATFO_CLR_FLAG 103 // Cancella il <flag> nell'oggetto in stack 282 #define ATFCO_TEX 104 // Parte frase esamina dell'oggetto attuale 283 #define ATFCO_TACT 105 // Parte frase action dell'oggetto attuale 284 #define ATFCO_TEXT 106 // Parte frase text dell'oggetto attuale 285 #define ATFCO_CEX 107 // Cambia frase esamina con <sent> dell'oggetto attuale 286 #define ATFCO_CACT 108 // Cambia frase action con <sent> dell'oggetto attuale 287 #define ATFCO_CANIM 109 // Cambia animazione con <anim> dell'oggetto attuale 288 #define ATFCO_CANIM2 110 // Cambia animazione2 con <anim> dell'oggetto attuale 289 #define ATFCO_CPOS 111 // Cambia posizione con <pos> dell'oggetto attuale 290 #define ATFCO_SET_FLAG 112 // Setta il <flag> nell'oggetto attuale 291 #define ATFCO_CLR_FLAG 113 // Cancella il <flag> nell'oggetto attuale 292 #define ATFI_TEX 114 // Parte frase esamina dell'icona in stack 293 #define ATFI_TACT 115 // Parte frase action dell'icona in stack 294 #define ATFI_TEXT 116 // Parte frase text dell'icona in stack 295 #define ATFI_CEX 117 // Cambia frase esamina con <sent> dell'icona in stack 296 #define ATFI_CACT 118 // Cambia frase action con <sent> dell'icona in stack 297 #define ATFI_CANIM 119 // Cambia animazione con <anim> dell'icona in stack 298 #define ATFI_CANIM2 120 // Cambia animazione con <anim> dell'icona in stack 299 #define ATFI_CUWOBJ 121 // Cambia uwobj con <obj> dell'icona in stack 300 #define ATFI_SET_FLAG 122 // Setta il <flag> nell'icona in stack 301 #define ATFI_CLR_FLAG 123 // Cancella il <flag> nell'icona in stack 302 #define ATFI_REPLACE 124 // Rimpiazza l'icona in stack con <icon> 303 #define ATFSA_START 125 // Attiva tutte le sottoanimazioni NON in <mask> 304 #define ATFSA_BLOCK 126 // Blocca ultimo frame sottoanim <num> 305 #define ATF_PUSH_USED 127 // Mette in stack l'oggetto usato nell'usa con 306 #define ATF_PUSH_WITH 128 // Mette in stack l'oggetto destinazione nell'usa con 307 #define ATF_GG_MODE 129 // Cambia il GolfMode 308 #define ATF_VISIBILITY 130 // Forza riaggiornamento visibilita' della stanza 310 #define ATF_INC_TIME 135 // Incrementa contatore interno tempo 311 #define ATF_DEC_TIME 136 // Decrementa contatore interno tempo 312 #define ATF_SET_TIME 137 // Setta contatore interno tempo 313 #define ATF_SET_STARTT 138 // Setta all'ora attuale l'ora di partenza di un diario 314 #define ATF_SET_ENDT 139 // Setta all'ora attuale l'ora di fine di un diario 315 #define ATF_START_T2D 140 // Parte sezione T2D 317 #define ATFO_CANIMD 141 318 #define ATFO_CANIMV 142 319 #define ATFO_CANIM2D 143 320 #define ATFO_CANIM2V 144 321 #define ATFCO_CANIMD 145 322 #define ATFCO_CANIMV 146 323 #define ATFCO_CANIM2D 147 324 #define ATFCO_CANIM2V 148 325 #define ATFI_CANIMD 149 326 #define ATFI_CANIMV 150 327 #define ATFI_CANIM2D 151 328 #define ATFI_CANIM2V 152 329 #define ATFO_CANIMCP 153 330 #define ATFO_CANIMOP 154 331 #define ATFO_CANIM2CP 155 332 #define ATFO_CANIM2OP 156 333 #define ATFCO_CANIMCP 157 334 #define ATFCO_CANIMOP 158 335 #define ATFCO_CANIM2CP 159 336 #define ATFCO_CANIM2OP 160 337 #define ATFI_CANIMCP 161 338 #define ATFI_CANIMOP 162 339 #define ATFI_CANIM2CP 163 340 #define ATFI_CANIM2OP 164 341 #define ATFC_HIDE_BND 165 342 #define ATFC_UNHIDE_BND 166 343 #define ATFI_ON_DAR 167 344 #define ATFI_ON_VIC 168 345 #define ATFO_CEX_DLG 169 346 #define ATFO_CACT_DLG 170 347 #define ATFO_CEX_BOTH 171 348 #define ATFO_CACT_BOTH 172 349 #define ATFCO_CEX_BOTH 173 350 #define ATFCO_CACT_BOTH 174 351 #define ATFI_CEX_BOTH 175 352 #define ATFI_CACT_BOTH 176 353 #define ATFD_ON_DLG 177 354 #define ATFS_PSX_STAIRS 178 355 #define ATFS_PDX_STAIRS 179 356 #define ATFO_SET_NOUPDATE 180 357 #define ATFO_CLR_NOUPDATE 181 358 #define ATFC_DIARY_ENABLE 182 359 #define ATFC_DIARY_DISABLE 183 361 #define ATFC_ENABLE_SHADOWS 185 362 #define ATFC_DISABLE_SHADOWS 186 363 #define ATFD_ON_WAITTEXT 187 364 #define ATF_SET_NOSKIP 188 365 #define ATFO_TACTOP 189 // Parte frase action dell'OtherPlayer dell'oggetto in stack 366 #define ATFO_TEXOP 190 // Parte frase esamina dell'OtherPlayer dell'oggetto in stack 367 #define ATF_SET_BASAMENTO 191 // indica se il curplayer e' su oXT14BASAMENTO o meno 368 #define ATFC_ENABLE_VOLUMETRIC_SHADOWS 192 369 #define ATFC_DISABLE_VOLUMETRIC_SHADOWS 193 370 #define ATFS_SET_FLAG 194 // Setta il <flag> nel suono in stack 371 #define ATFS_CLR_FLAG 195 // Cancella il <flag> nel suono in stack 372 #define ATF_START_WIDESCREEN 196 373 #define ATF_END_WIDESCREEN 197 374 #define ATF_DONT_PLAY_STEPS 198 375 #define ATFO_CEXD 199 // Cambia frase esamina con <sent> dell'oggetto in stack (solo Darrell) 376 #define ATFO_CEXV 200 // Cambia frase esamina con <sent> dell'oggetto in stack (solo Victoria) 383 #define fFADOUTWAIT2 3 384 #define fFADOUTWAIT5 4 387 #define fPOP_ROOM_dR015 7 388 #define fSET_MOGLIE_GYM 8 389 #define fSET_MOGLIE_SANGUE 9 390 #define fSET_PLAYERSWITCH_ON 10 391 #define fSET_PLAYERSWITCH_OFF 11 392 #define fUSCITAPOZZO 12 393 #define f22STOPWAVES 13 394 #define f2OENTRALIFT 14 395 #define f2OESCELIFT 15 396 #define f23ENTRALIFT 16 397 #define f23ESCELIFT 17 399 #define f2QENTRALAB 19 400 #define f2QESCELAB 20 401 #define fFORCE_DEFAULT_ANIM 22 402 #define f34MERIDIANASX 23 403 #define f34MERIDIANADX 24 404 #define f34CRISTALLOSX 25 405 #define f34CRISTALLODX 26 419 #define f45STARTTIMER 40 420 #define f45STOPTIMER 41 422 #define f4ASETBND44 43 423 #define fSTART_CACCIATORE 44 424 #define fSTOP_CACCIATORE 45 425 #define fPASSA_ICONE 48 426 #define f47SETPDALOGS 49 427 #define f41STARTTIMER 50 428 #define f41STOPTIMER 51 429 #define fDISABLESAVE 52 430 #define fENABLESAVE 53 431 #define fSAVEPARTICULAR 54 432 #define f42RESETCOMBINATION 55 433 #define fdR222CHECK 59 434 #define fCPSPEAK_PORTACHIUSA1 60 435 #define fCPSPEAK_PORTACHIUSA2 61 436 #define fSET_BLOCCO_PORTE_ESTERNO 62 437 #define fCLR_BLOCCO_PORTE_ESTERNO 63 438 #define f25CHECKFORNO 64 439 #define fCALLOTHERPLAYER_START 65 440 #define fCALLOTHERPLAYER_END 66 441 #define fLAUNCHGAMEOVERMUSIC 67 442 #define fLAUNCHCREDITSMUSIC 68 443 #define fSTART_TITOLI_CODA 69 444 #define fSTART_MAIN_MENU 70 445 #define fSTART_DISCESAPISCINA 71 446 #define fEND_DISCESAPISCINA 72 447 #define f48_STOPSOUNDS_ENDTRO 73 455 #define MM_ADD_FLAGS 1 456 #define MM_REMOVE_FLAGS 2 457 #define MM_ADD_MAT_FLAGS 4 458 #define MM_REMOVE_MAT_FLAGS 8 459 #define MM_SET_MAT_FRAME 16 460 #define MM_ANIM_BLOCK 32 461 #define MM_SET_BND_LEVEL 64 462 #define MM_SET_HALOES 128 463 #define MM_SET_WAVES 256 464 #define MM_SET_PARTICLES 512 469 #define IC_NULL 0 // Comando nullo 470 #define IC_SET_PLAYER 1 // Stabilisce per chi sono i comandi seguenti 471 #define IC_ANIM 2 // Parte anim 472 #define IC_SET_CAMERA 3 // Cambia la camera con un cut 473 #define IC_MOVE_CAMERA_TO 4 // Cambia la camera con un movimento 474 #define IC_SET_TARGET 5 // Setta il target su un oggetto 475 #define IC_SET_CHAR 6 // Posiziona un personaggio 476 #define IC_WALK_CHAR 7 // Fa camminare un personaggio fino a 477 #define IC_RUN_CHAR 8 // Fa correre un personaggio fino a 478 #define IC_BACK_CHAR 9 // Fa indietreggiare un personaggio fino a 479 #define IC_HIDE_CHAR 10 // Nasconde un personaggio 480 #define IC_UNHIDE_CHAR 11 // Mostra un personaggio 481 #define IC_CHANGE_ROOM 12 // Cambia la stanza 482 #define IC_EXPRESSION 13 // Attiva un'espressione facciale 483 #define IC_CHANGE_PLAYER 14 // Cambia il personaggio con cui giochi 484 #define IC_DEBUG 15 // Scrive una scritta di debug 485 #define IC_ITEM 16 // Attiva o disattiva un item di dialogo 486 #define IC_SET_FLAGS 17 // Setta flags per il dialogo 487 #define IC_CLR_FLAGS 18 // Desetta flags per il dialogo 488 #define IC_ATFRAME 19 // Lancia ATFrame all'istante 489 #define IC_NEXT_DLG 20 // Dialogo che deve partire alla fine 490 #define IC_SET_CHAR2 21 // Non fa setcahcr se e' in alternate 491 #define IC_INTRO_TEXT1 22 // Intro text1 492 #define IC_INTRO_TEXT2 23 // Intro text2 494 #define IC_TIME_ANIM 24 // Parte animazione che da' il tempo 495 #define IC_TIME_ANIM2 25 // Parte animazione che da' il tempo 496 #define IC_TIME_WALK_CHAR 26 // Parte camminata che da' il tempo 497 #define IC_TIME_RUN_CHAR 27 // Parte corsa che da' il tempo 498 #define IC_TIME_BACK_CHAR 28 // Parte camminata che da' il tempo 499 #define IC_TIME_WAIT_CAMERA 29 // Aspetta che la camera abbia finito prima di continuare 500 #define IC_TIME_WAIT 30 // Aspetta tempo prima di continuare 501 #define IC_TIME_FADOUT 31 // Aspetta che abbia finito il fadout prima di continuare 506 #define EXPR_DEFAULT 0 507 #define EXPR_SORRIDENTE 1 508 #define EXPR_SECCATO 2 510 #define EXPR_DISPERATO 4 511 #define EXPR_STUPITO 5 512 #define EXPR_IMPAURITO 6 513 #define EXPR_TRISTE 7 514 #define EXPR_IRONICO 8 601 #define ocDOMESTICA 4 602 #define ocGIARDINIERE 5 605 #define ocSUPERVISORE 8 606 #define ocMOGLIESUPERVISORE 9 607 #define ocMOGLIE_KIMONO 10 608 #define ocCACCIATORE 11 610 #define ocCHIRURGO 13 611 #define ocTRADUTTORE 14 612 #define ocOROLOGIAIO 15 616 #define ocVALENCIA 19 619 #define ocDARRELLALETTO 22 620 #define ocCACCIATOREMALPRESO 23 621 #define ocMOOREBUCATO 24 623 #define ocLASTCHAR 24 625 #define ocCURPLAYER 25 627 #define oCAMERAMAX 26 630 #define oNEXTPORTAL 99 634 #define o21PULSANTEASC 203 636 #define o21As21BDX 205 637 #define o21As21BSX 206 642 #define o21QUADROPORTONEDX 211 643 #define o21QUADROPORTONESX 212 644 #define o21QUADROCX 213 645 #define o21QUADROSX 214 646 #define o21DIVANOSCALE 215 647 #define o21DIVANO 216 648 #define o21DIVANOSOPPALCO 217 649 #define o21TAVOLINOPORTONE 218 650 #define o21TAVOLINOSCALE 219 651 #define o21TAVOLINOSOPPALCO 220 652 #define o21SEDIA1PORTONE 221 653 #define o21SEDIA2PORTONE 222 654 #define o21SEDIA3PORTONE 223 655 #define o21SEDIA1SCALE 224 656 #define o21SEDIA2SCALE 225 657 #define o21SEDIA1SOPPALCO 226 658 #define o21SEDIA2SOPPALCO 227 659 #define o21PENDOLO 228 660 #define o21PIANTA1 229 661 #define o21PIANTA2 230 662 #define o21PIANTA3 231 663 #define o21PIANTA4 232 664 #define o22PISCINA 233 665 #define o22TRAMPOLINO 234 666 #define o22SCALETTA 235 667 #define o22SKIMMER1 236 668 #define o22SKIMMER2 237 669 #define o22LETTINO1 238 670 #define o22LETTINO2 239 671 #define o22LETTINO3 240 672 #define o22LETTINO4 241 673 #define o22POLTRONA 242 674 #define o22LAMPADA 243 675 #define o22TAVOLINO 244 676 #define o22SEDIA1 245 677 #define o22SEDIA2 246 678 #define o22SEDIA3 247 680 #define o22PORTA33 249 683 #define o22BRACCIALE 252 685 #define o22PISCINASCHIUMA 254 686 #define o23ATASTO1 255 687 #define o23ATASTO2 256 688 #define o23ATASTO3 257 689 #define o23ATASTOA 258 690 #define o23BTASTO1 259 691 #define o23BTASTO2 260 692 #define o23BTASTO3 261 693 #define o23BTASTOA 262 694 #define o23CTASTO1 263 695 #define o23CTASTO2 264 696 #define o23CTASTO3 265 697 #define o23CTASTOA 266 698 #define o24PORTATRAMEZZOA 267 700 #define o24MOBILETTOENTRATA 269 701 #define o24BOTTE1 270 702 #define o24BOTTE2 271 703 #define o24QUADRO 272 704 #define o24TAVOLO 273 705 #define o24SEDIA1 274 706 #define o24SEDIA2 275 707 #define o24SEDIA3 276 708 #define o24SEDIA4 277 709 #define o24SEDIA5 278 710 #define o24SEDIA6 279 711 #define o24SEDIA7 280 712 #define o24SEDIA8 281 713 #define o24SEDIA9 282 714 #define o24SEDIA10 283 716 #define o24CINGHIALE 285 718 #define o24FINESTRA1 287 719 #define o24CAMINO 288 720 #define o24OROLOGIO 289 721 #define o24CARRELLO 290 722 #define o24CASSAPANCA 291 723 #define o24ZUPPIERA 292 724 #define o24FINESTRA2 293 727 #define o24CREDENZACH 296 728 #define o24CREDENZAAP 297 729 #define o24TOVAGLIECREDENZA 298 730 #define o24POSATECREDENZA 299 731 #define o24VASSOIO 300 732 #define o24TAZZINA 301 733 #define o24VASETTTOVASSOIO 302 734 #define o24BOCCIOLO 303 735 #define o24BOCCIOLOSANGUE 304 736 #define o24CHIAVETTAOROLOGIO 305 737 #define o24PORTATRAMEZZOB 306 739 #define o25FORNELLI 308 740 #define o25PIASTRE 309 741 #define o25FRIGGITRICE 310 742 #define o25PIANODILAVORO 311 743 #define o25UTENSILICUOCO 312 744 #define o25LAVELLOCAPPA 313 745 #define o25FORNOCH 314 746 #define o25FORNOAP 315 747 #define o25DISPLAYFORNO 316 748 #define o25TASTOONFORNO 317 749 #define o25TASTOOFFFORNO 318 750 #define o25TASTOPIUFORNO 319 751 #define o25TASTOMENOFORNO 320 752 #define o25CONTROLLIFORNO 321 753 #define o25FIALAAFORNO 322 754 #define o25FIALABFORNO 323 755 #define o25FIALABFORNOCALDA 324 757 #define o25BIDONE1 326 758 #define o25LAVANDINO1 327 759 #define o25FINESTRALAVANDINO1 328 760 #define o25LAVANDINO2 329 761 #define o25LAVASTOVIGLIE 330 764 #define o25APPENDIOGGETTI 333 765 #define o25GANCIO 334 766 #define o25CHIAVI 335 767 #define o25MOBILETTO 336 768 #define o25TAVOLO 337 769 #define o25SEDIA2 339 770 #define o25BOTTIGLIAVUOTA 340 771 #define o25BICCHIERE 341 774 #define o25FINESTRATAVOLO 345 775 #define o25BIDONE2 346 778 #define o25SCAFFALEMAGAZZINO 349 779 #define o25SACCHIMAGAZZINO 350 780 #define o25SCOPAMAGAZZINO 351 781 #define o25SECCHIOMAGAZZINO 352 782 #define o25BIDONEMAGAZZINO 353 783 #define o25SEDIAMAGAZZINO 354 784 #define o25APORTACELLA 355 785 #define o25PORTACELLA 356 786 #define o25SCAFFALECELLA 357 787 #define o25CONGELATORE1 358 788 #define o25CONGELATORE2CH 359 789 #define o25CONGELATORE2AP 360 790 #define o25CONGELATORE3 361 791 #define o25DISPLAYCONGELATORE 362 792 #define o25TASTOPIUCONGELATORE 363 793 #define o25TASTOMENOCONGELATORE 364 794 #define o25CONTROLLIFRIGO 365 795 #define o25FIALAACONGELATORE 366 796 #define o25FIALABCONGELATORE 367 797 #define o25FIALAACONGELATOREFREDDA 368 799 #define o26PORTABALCONE 370 800 #define o26TAVOLINO1BAR 371 801 #define o26TAVOLINO2BAR 372 802 #define o26SEDIA1 373 803 #define o26SEDIA2 374 804 #define o26SEDIA3 375 805 #define o26SEDIA4 376 806 #define o26BANCONE 377 807 #define o26SPINEBIRRA 378 808 #define o26SCAFFALE 379 809 #define o26SHAKER 380 810 #define o26ZUCCHERIERA 381 811 #define o26TOVAGLIOLINI 382 812 #define o26SGABELLO1 383 813 #define o26SGABELLO2 384 814 #define o26SGABELLO3 385 815 #define o26SGABELLO4 386 816 #define o26LAMPADABANCONE 387 817 #define o26QUADRO1 388 818 #define o26QUADRO2 389 820 #define o26PULSANTEASC 391 821 #define o26SEDIAASC 392 822 #define o26TENDONE1 393 823 #define o26TENDONE2 394 824 #define o26DIVANO 395 825 #define o26TAVOLINODIVANO 396 826 #define o26SEDIA5 397 827 #define o26SEDIA6 398 829 #define o26STATUA1 400 830 #define o26STATUA2 401 831 #define o26POLTRONASCALA 402 832 #define o26TAVOLINOSCALA 403 833 #define o26SEDIA7 404 834 #define o26SEDIA8 405 835 #define o26POLTRONCINA 406 836 #define o26FESTONE 407 838 #define o27SPECCHIO 409 839 #define o27SBARRA 410 840 #define o27STEPPER1 411 841 #define o27STEPPER2 412 842 #define o27CYCLETTE 413 844 #define o27PANCHETTA 415 845 #define o27PETTORALI 416 846 #define o27DORSALI 417 847 #define o27RASTRELLIERA 418 849 #define o27CONSOLESPENTA 420 850 #define o27VANOCH 421 851 #define o27VANOAP 422 852 #define o27BATTERIE 423 853 #define o27CONSOLEACCESA 424 854 #define o28TAVOLO 425 855 #define o28SEDIA1 426 856 #define o28SEDIA2 427 857 #define o28SEDIA3 428 858 #define o28SEDIA4 429 859 #define o28SEDIA5 430 860 #define o28SEDIA6 431 861 #define o28SEDIA7 432 862 #define o28LAMPADA1 433 863 #define o28LAMPADA2 434 864 #define o28LAMPADA3 435 865 #define o28LAMPADA4 436 866 #define o28LAMPADA5 437 867 #define o28LAMPADA6 438 868 #define o28LAMPADA7 439 870 #define o28SCHEDARIO 441 871 #define o28CARTELLA1 442 872 #define o28CARTELLA2 443 873 #define o28TENDA1 444 874 #define o28TENDA2 445 875 #define o28MAPPAMONDO 446 876 #define o28MONITOR 447 877 #define o28PULSANTEMONITOR 448 878 #define o28LIBRI1 449 879 #define o28LIBRI2 450 881 #define o28REGISTRI1 452 882 #define o28REGISTRI2 453 883 #define o28REGISTRI3 454 884 #define o28TARGA1 455 885 #define o28TARGA2 456 886 #define o28CAMPIONE1 457 887 #define o28CAMPIONE2 458 888 #define o28BONSAI 459 889 #define o28WALKMAN 460 890 #define o28POSTER1 461 891 #define o28GRAFICO1 462 892 #define o28GRAFICO2 463 893 #define o28GRAFICO3 464 894 #define o28POSTER2 465 895 #define o28POSTER3 466 896 #define o28ANTEDXCH 467 897 #define o28ANTEDXAP 468 898 #define o28ANTECXCH 469 899 #define o28ANTECXAP 470 900 #define o28ANTESXCH 471 901 #define o28ANTESXAP 472 903 #define o29PIANTAPORTA 474 905 #define o29REGISTRI 476 906 #define o29TARGA1 477 907 #define o29TARGA2 478 908 #define o29TARGA3 479 909 #define o29TARGA4 480 911 #define o29PIANTALIBRERIA 482 913 #define o29FINESTRA 484 914 #define o29ATTACCAPANNI 485 915 #define o29LAMPADA 486 916 #define o29SCRIVANIA 487 917 #define o29POLTRONA 488 918 #define o29SEDIA1 489 919 #define o29SEDIA2 490 920 #define o29PORTACENERE 491 921 #define o29CESTINO 492 922 #define o29PORTAFOTOCONJUDE 493 923 #define o29PORTAFOTOVUOTO 494 924 #define o29PORTAFOTOROVESCIATO 495 925 #define o29COMPUTER 496 926 #define o29SCANNER 497 927 #define o29TELEFONO 498 928 #define o29SIGARI 499 929 #define o29LAMPADASCRIVANIA 500 930 #define o29SCHEDARIO 501 939 #define o29INGRANDIMENTO 510 940 #define o29FOTOSCANNER 511 941 #define o2ATAVOLINO 512 943 #define o2ATASTIERINO 514 944 #define o2ACASSACH 515 945 #define o2ATASTOROSSO 516 946 #define o2ABUSTASANGUE 517 949 #define o2ACERVELLO 520 950 #define o2ASEDIA1 521 951 #define o2ACASETTI1 522 952 #define o2AOSCILLOSCOPIO 523 953 #define o2AMICROSCOPIO1 524 954 #define o2ACARTELLA 525 955 #define o2ACENTRIFUGA1 526 956 #define o2ATESTER1 527 957 #define o2APROVETTA 528 959 #define o2ASCATOLE 530 960 #define o2ACONTENITORE1 531 961 #define o2ACONTENITORE2 532 962 #define o2ACONTENITORE3 533 963 #define o2ACONDIZIONATORE 534 964 #define o2ASCHEDARIO 535 965 #define o2ASEDIA2 536 966 #define o2ACASSETTI2 537 967 #define o2ATESTER2 538 968 #define o2AMICROSCOPIO2 539 969 #define o2ACONTENITORE4 540 971 #define o2ASCAFFALE 542 972 #define o2ACASSETTI3 543 973 #define o2ASEDIA3 544 974 #define o2ALETTORE 545 975 #define o2ACASSETTOAP 546 976 #define o2ASIRINGA 547 977 #define o2ASCANNER 548 978 #define o2ACENTRIFUGA2 549 979 #define o2ACOMPUTER 550 980 #define o2ATASTIERACOMPUTER 551 983 #define o2BLAVANDINO 554 985 #define o2BPULSANTEASC 556 986 #define o2BDIVANO 557 993 #define o2BPANCHINA 564 994 #define o2BBRACIERE 565 995 #define o2BAPPENDIABITIM 566 996 #define o2BARMADIETTOMCH 567 997 #define o2BARMADIETTOMAP 568 998 #define o2BAPPENDIABITIF 569 999 #define o2BARMADIETTOFCH 570 1000 #define o2BARMADIETTOFAP 571 1001 #define o2BBORSA 572 1002 #define o2BSACCHETTO 573 1003 #define o2BDISPENSER 574 1009 #define o2CQUADRO1 580 1010 #define o2CBUSTO 581 1013 #define o2CCASSAPANCA 584 1014 #define o2CPIANTA1 585 1015 #define o2CQUADRO2 586 1016 #define o2CQUADRO3 587 1017 #define o2CQUADRO4 588 1018 #define o2CPULSANTEASC2O 589 1019 #define o2CPULSANTEASC23 590 1020 #define o2CPIANTA2 591 1022 #define o2DSTEREO 593 1024 #define o2DCASSA1 595 1025 #define o2DCASSA2 596 1026 #define o2DLIBRERIA 597 1027 #define o2DQUADRO1 598 1028 #define o2DVETRATA 599 1029 #define o2DTAVOLINO 600 1030 #define o2DSEDIA1 601 1031 #define o2DSEDIA2 602 1032 #define o2DDIVANO 603 1033 #define o2DQUADRO2 604 1034 #define o2DPORTACAMERA 605 1035 #define o2DCAMINO 606 1036 #define o2DPIANTA1 607 1037 #define o2DPIANTA2 608 1038 #define o2DVASSOIO 609 1039 #define o2DTAZZA 610 1041 #define o2DQUADRODIVANO 612 1042 #define o2DCASSAFORTECH 613 1043 #define o2DTASTIERINO 614 1056 #define o2DCASSAFORTEAP 627 1057 #define o2DSOLDI 628 1058 #define o2DTITOLI 629 1059 #define o2DTARGA 630 1060 #define o2DSESTERZO 631 1061 #define o2DANTA1 632 1062 #define o2DANTA2 633 1063 #define o2DANTA3 634 1064 #define o2DANTA4 635 1066 #define o2EpBAGNO 637 1068 #define o2ELETTO 639 1069 #define o2ECOMODINO 640 1070 #define o2ELAMPADACOMODINO 641 1071 #define o2EMOBILEANTE 642 1072 #define o2ESCRITTOIO 643 1073 #define o2ELAMPADASCRITTOIO 644 1074 #define o2ESEDIA 645 1075 #define o2ECAMINO 646 1076 #define o2EQUADRO1 647 1077 #define o2EQUADRO2 648 1078 #define o2EQUADRO3 649 1079 #define o2EQUADRO4 650 1080 #define o2EMOBILECASSETTI 651 1082 #define o2FpBAGNO 653 1084 #define o2FLETTO 655 1085 #define o2FCOMODINO 656 1086 #define o2FLAMPADACOMODINO 657 1087 #define o2FMOBILEANTE 658 1088 #define o2FSCRITTOIO 659 1089 #define o2FLAMPADASCRITTOIO 660 1090 #define o2FSEDIA1 661 1091 #define o2FSEDIA2 662 1092 #define o2FCAMINO 663 1093 #define o2FQUADRO1 664 1094 #define o2FQUADRO2 665 1095 #define o2FQUADRO3 666 1096 #define o2FQUADRO4 667 1097 #define o2FMOBILECASSETTI 668 1099 #define o2GCALDAIA 670 1100 #define o2GESTINTORE1 671 1101 #define o2GTUBOCALDAIA 672 1102 #define o2GPOMPADX 673 1103 #define o2GPOMPASX 674 1104 #define o2GMANOMETRODX 675 1105 #define o2GMANOMETROSX 676 1106 #define o2GTUBOPOMPE 677 1107 #define o2GFILTRODXCH 678 1108 #define o2GFILTROSXCH 679 1109 #define o2GFILTRODXAP 680 1110 #define o2GFILTROSXAP 681 1111 #define o2GFILTRODXAPDETERSIVO 682 1112 #define o2GFILTROSXAPDETERSIVO 683 1113 #define o2GCONSOLE 684 1116 #define o2GBIDONE 687 1117 #define o2GTANICADX 688 1118 #define o2GTANICASX 689 1119 #define o2GSACCHI 690 1120 #define o2GESTINTORE2 691 1122 #define o2HPULSANTEASC 693 1125 #define o2HPALLET 696 1126 #define o2HCASSA 697 1127 #define o2HPANNELLO 698 1128 #define o2HSCATOLONE1 699 1129 #define o2HSCATOLONE2 700 1130 #define o2HSCATOLAELETTRICA 701 1133 #define o2IBIDONE 704 1134 #define o2ISCOPA 705 1135 #define o2IMOBILE 706 1136 #define o2ILENZUOLA 707 1137 #define o2IASCIUGAMANI 708 1138 #define o2IFLACONE1 709 1139 #define o2IFLACONE2 710 1140 #define o2IFLACONE3 711 1141 #define o2ICESTA1 712 1143 #define o2IFERRO 714 1144 #define o2ITAVOLO 715 1145 #define o2IMACCHINACUCIRE 716 1146 #define o2ICAMICIA 717 1147 #define o2IMAGLIETTE 718 1148 #define o2ISEDIA1 719 1149 #define o2ISEDIA2 720 1150 #define o2ICESTA2 721 1151 #define o2ILAVATRICENUOVA 722 1152 #define o2ILAVATRICEVECCHIA 723 1153 #define o2IDISPENSER 724 1155 #define o2LBOTTEPORTA 726 1156 #define o2LDAMIGIANA1 727 1157 #define o2LDAMIGIANA2 728 1158 #define o2LBOTTE1 729 1159 #define o2LBOTTE2 730 1160 #define o2LCASSETTA 731 1161 #define o2LCASSA 732 1162 #define o2LFIASCO 733 1163 #define o2LBOTTIGLIADX 734 1164 #define o2LBOTTIGLIASX 735 1165 #define o2LIMBUTI 736 1166 #define o2LFIASCOMENSOLA 737 1167 #define o2LCASSETTE 738 1168 #define o2LCASSABASSA 739 1169 #define o2LSGABELLO 740 1170 #define o2LSCAFFALE 741 1171 #define o2MSPECCHIO 742 1172 #define o2MLAVANDINOSPECCHIO 743 1173 #define o2MDISPENSERDXLAV 744 1174 #define o2MDISPENSERSXLAV 745 1176 #define o2MPIANTA1 747 1177 #define o2MMOBILETTO1 748 1178 #define o2MMOBILETTO2 749 1179 #define o2MPIANTA2 750 1180 #define o2MAp2MD 751 1181 #define o2MDp2MA 752 1182 #define o2MAp2MC 753 1183 #define o2MCp2MA 754 1184 #define o2MLAVANDINOM 755 1185 #define o2MLAVANDINOF 756 1186 #define o2MBIDETM 757 1187 #define o2MBIDETF 758 1190 #define o2MLAVANDINODOCCE 761 1191 #define o2MDISPENDERLAVDOCCE 762 1192 #define o2MMOBILE 763 1193 #define o2MANTECHMOBILE 764 1194 #define o2MANTEAPMOBILE 765 1195 #define o2MSAPONETTE 766 1196 #define o2MFLACONE1 767 1197 #define o2MFLACONE2 768 1198 #define o2MACIDO 769 1199 #define o2MPIANTA3 770 1200 #define o2MPIANTA4 771 1201 #define o2MPIANTA5 772 1202 #define o2MBp2MF 773 1203 #define o2MFp2MB 774 1204 #define o2MBp2ME 775 1205 #define o2MEp2MB 776 1206 #define o2MPANCHINA1M 777 1207 #define o2MPANCHINA2M 778 1208 #define o2MPANCHINA1F 779 1209 #define o2MPANCHINA2F 780 1210 #define o2MATTACCAPANNIM 781 1211 #define o2MATTACCAPANNIF 782 1212 #define o2MARMADIETTOM 783 1213 #define o2MARMADIETTOF 784 1214 #define o2MPORTA1M 785 1215 #define o2MPORTA2M 786 1216 #define o2MPORTA1F 787 1217 #define o2MPORTA2F 788 1219 #define o2MPULSANTEASC 790 1220 #define o2MFLACONELAVANDINO 791 1221 #define o2OATASTOU 792 1222 #define o2OATASTO0 793 1223 #define o2OATASTO1 794 1224 #define o2OATASTO2 795 1225 #define o2OATASTO3 796 1226 #define o2OATASTOSTOP 797 1227 #define o2OATASTOALLARME 798 1228 #define o2OATASTOINTERFONO 799 1229 #define o2OBTASTOU 800 1230 #define o2OBTASTO0 801 1231 #define o2OBTASTO1 802 1232 #define o2OBTASTO2 803 1233 #define o2OBTASTO3 804 1234 #define o2OBTASTOSTOP 805 1235 #define o2OBTASTOALLARME 806 1236 #define o2OBTASTOINTERFONO 807 1237 #define o2OCTASTOU 808 1238 #define o2OCTASTO0 809 1239 #define o2OCTASTO1 810 1240 #define o2OCTASTO2 811 1241 #define o2OCTASTO3 812 1242 #define o2OCTASTOSTOP 813 1243 #define o2OCTASTOALLARME 814 1244 #define o2OCTASTOINTERFONO 815 1245 #define o2ODTASTOU 816 1246 #define o2ODTASTO0 817 1247 #define o2ODTASTO1 818 1248 #define o2ODTASTO2 819 1249 #define o2ODTASTO3 820 1250 #define o2ODTASTOSTOP 821 1251 #define o2ODTASTOALLARME 822 1252 #define o2ODTASTOINTERFONO 823 1253 #define o2OETASTOU 824 1254 #define o2OETASTO0 825 1255 #define o2OETASTO1 826 1256 #define o2OETASTO2 827 1257 #define o2OETASTO3 828 1258 #define o2OETASTOSTOP 829 1259 #define o2OETASTOALLARME 830 1260 #define o2OETASTOINTERFONO 831 1262 #define o2PPIANTA1 833 1263 #define o2PPIANTA2 834 1264 #define o2PCAMINETTO 835 1265 #define o2PCANDELABRO1 836 1266 #define o2PCANDELABRO2 837 1267 #define o2POROLOGIO 838 1269 #define o2PPULSANTEASC 840 1272 #define o2QQUADRO1 843 1273 #define o2QTAVOLINO 844 1274 #define o2QSEDIA1 845 1275 #define o2QSEDIA2 846 1276 #define o2QSEDIA3 847 1277 #define o2QPORTACENERE1 848 1278 #define o2QLAMPADATAVOLINO 849 1279 #define o2QPORTACENERETAVOLINO 850 1280 #define o2QFINESTRA 851 1282 #define o2QQUADRO2 853 1283 #define o2QATTACCAPANNI 854 1284 #define o2QPIANTA1 855 1288 #define o2QQUADRO3 859 1289 #define o2QPIANTA2 860 1290 #define o2QQUADRO4 861 1291 #define o2QPORTACENERE2 862 1293 #define o2QTASTIERINO 864 1306 #define o2QLAMPADA 877 1307 #define o2QQUADRO5 878 1308 #define o2QQUADRO6 879 1309 #define o2QQUADRO7 880 1311 #define o2RPORTA 882 1312 #define o2RFINESTRA1 883 1313 #define o2RFINESTRA2 884 1314 #define o2RLETTO 885 1315 #define o2RCOMODINOSX 886 1316 #define o2RCOMODINODX 887 1317 #define o2RARMADIOANTE 888 1318 #define o2RSEPARE 889 1319 #define o2RCAMINETTO 890 1320 #define o2RSCRITTOIO 891 1321 #define o2RLAMPADA 892 1322 #define o2RSEDIA 893 1323 #define o2RQUADRO1 894 1324 #define o2RQUADRO2 895 1325 #define o2RQUADRO3 896 1326 #define o2RARMADIOCASSETTI 897 1327 #define o2RCASSETTOSCRITTOIOAP 898 1328 #define o2RBUSTE 899 1330 #define o2SQUADRO1 901 1331 #define o2SPORTA 902 1332 #define o2STAVOLINO1 903 1333 #define o2SLETTO 904 1334 #define o2SCOMODINODX 905 1335 #define o2SCOMODINOSX 906 1336 #define o2SLAMPADADX 907 1337 #define o2SLAMPADASX 908 1338 #define o2SSEDIA1 909 1339 #define o2SARMADIOANTE 910 1340 #define o2SCASSAPANCA 911 1341 #define o2SCUSCINO1 912 1342 #define o2SCUSCINO2 913 1343 #define o2SPENDOLA 914 1344 #define o2SPOLTRONA1 915 1345 #define o2SPOLTRONA2 916 1346 #define o2SLAMPADA 917 1347 #define o2STAVOLINO2 918 1348 #define o2SPORTACENERE 919 1349 #define o2SCASSETTIERA 920 1351 #define o2SLIBRI 922 1352 #define o2SPIATTINO 923 1353 #define o2STENDADX 924 1354 #define o2STENDASX 925 1355 #define o2SQUADRO2 926 1356 #define o2SQUADRO3 927 1357 #define o2SQUADRO4 928 1358 #define o2SQUADRO5 929 1359 #define o2SARMADIOCASSETTI 930 1361 #define o2TPORTA 932 1362 #define o2TTENDA 933 1363 #define o2TLETTO 934 1364 #define o2TCOMODINOSX 935 1365 #define o2TCOMODINODX 936 1366 #define o2TMOBILEANTE 937 1367 #define o2TCASSETTIERA 938 1368 #define o2TLAMPADA 939 1369 #define o2TSEDIA 940 1370 #define o2TQUADRO1 941 1371 #define o2TQUADRO2 942 1372 #define o2TQUADRO3 943 1373 #define o2TMOBILECASSETTI 944 1374 #define o31INGRANAGGI 945 1376 #define o31MACCHINAAP 947 1378 #define o31MACCHINAAPINGRANAGGGIO 949 1379 #define o31ANELLO 950 1380 #define o31SEGATURA 951 1382 #define o31BOTOLACH 953 1383 #define o31BOTOLAAP 954 1384 #define o31DISCOSANO 955 1385 #define o31DISCOROTTO 956 1386 #define o31DISCONUOVO 957 1387 #define o31BAULECH 958 1388 #define o31LEVETTA1 959 1389 #define o31LEVETTA2 960 1390 #define o31LEVETTA3 961 1391 #define o31LEVETTA4 962 1392 #define o31LEVETTA5 963 1393 #define o31BAULEAP 964 1394 #define o31DISCOBAULE 965 1395 #define o31ROBABAULE 966 1396 #define o31DISCOROTTOPAVIMENTO 967 1397 #define o31ALLOGGIAMENTO 968 1398 #define o31CRISTALLO 969 1399 #define o31CRISTALLOATTIVATO 970 1400 #define o31MACCHINACH 971 1402 #define o32LASTRONE 973 1403 #define o32LASTRONEMOSSO 974 1408 #define o33OROLOGIO 979 1409 #define o33LANCETTAHSX 980 1410 #define o33LANCETTAMSX 981 1411 #define o33LANCETTAHDX 982 1412 #define o33LANCETTAMDX 983 1413 #define o33DIVANETTO 984 1414 #define o33MOBILETTO 985 1415 #define o33LAMPADA 986 1416 #define o33QUADROPASSAGGIO 987 1417 #define o33QUADRO1 988 1418 #define o33QUADROOROLOGIO 989 1419 #define o33QUADROLAMAPADA 990 1420 #define o33QUADROSCALA 991 1421 #define o34ALTARE 992 1422 #define o34SFERA 993 1423 #define o34QUADRANTESFERA 994 1424 #define o34LASTRADX 995 1425 #define o34LASTRASX 996 1426 #define o34CANDELABRODX 997 1427 #define o34CANDELABROSX 998 1428 #define o34CANDELABRODXD 999 1429 #define o34CANDELABROSXD 1000 1430 #define o34FACCIABIANCA 1001 1431 #define o34FACCIANERA 1002 1432 #define o34DIARIOCH 1003 1433 #define o34PERGAMENA 1004 1434 #define o34BORSONECH 1005 1435 #define o34BORSONEAP 1006 1436 #define o34SCATOLA 1007 1437 #define o34MUROPORTA 1008 1438 #define o34LEVA 1009 1439 #define o34SFERASU 1010 1440 #define o34CRISTALLO1 1011 1441 #define o34CRISTALLO2 1012 1442 #define o34CRISTALLO3 1013 1443 #define o34CRISTALLO4 1014 1444 #define o34CRISTALLO5 1015 1445 #define o34CRISTALLO6 1016 1446 #define o34DIARIOAP 1017 1447 #define o35CASSETTIERA 1018 1448 #define o35TAVOLO 1019 1449 #define o35SEDIATAVOLO 1020 1450 #define o35DIVANO 1021 1451 #define o35SEDIADIVANODX 1022 1452 #define o35SEDIADIVANOSX 1023 1453 #define o35TAVOLINO 1024 1454 #define o35VASETTOTAVOLINO 1025 1455 #define o35CREDENZA 1026 1456 #define o35CHIODO 1027 1457 #define o35QUADRO 1028 1458 #define o35SEDIASX 1029 1459 #define o35SEDIACX 1030 1460 #define o35SEDIADX 1031 1461 #define o35VASOSX 1032 1462 #define o35VASODX 1033 1463 #define o35TENDASX 1034 1464 #define o35TENDACX 1035 1465 #define o35TENDADX 1036 1466 #define o35INTERRUTTORE 1037 1468 #define o35CREDENZASPOSTATA 1039 1472 #define o36QUADRO1 1043 1473 #define o36QUADRO2 1044 1475 #define o36TAVOLINO 1046 1476 #define o36SPECCHIO 1047 1477 #define o36BILANCIA 1048 1478 #define o36PIATTODX 1049 1479 #define o36PIATTOSX 1050 1480 #define o36SESTERZODX 1051 1481 #define o36SESTERZOSX 1052 1482 #define o36INCENSODX 1053 1483 #define o36INCENSOSX 1054 1485 #define o37QUADROCAMINO 1056 1486 #define o37CAMINO 1057 1487 #define o37PIANOFORTE 1058 1488 #define o37SGABELLOPIANOFORTE 1059 1489 #define o37LIBRERIA 1060 1490 #define o37CILINDRO 1061 1491 #define o37LIBRO 1062 1492 #define o37TENDA 1063 1493 #define o37SCRIVANIA 1064 1494 #define o37POLTRONA 1065 1495 #define o37SEDIASX 1066 1496 #define o37SEDIADX 1067 1497 #define o37FONOGRAFO 1068 1498 #define o37FONOGRAFOCILINDRO 1069 1499 #define o37LAMPADA 1070 1500 #define o37QUADRO 1071 1501 #define o37QUADROANNA 1072 1502 #define o37BACHECA 1073 1503 #define o37QUADRODX 1074 1504 #define o37QUADROSX 1075 1506 #define o38PANCA1 1077 1507 #define o38PANCA2 1078 1508 #define o38LIBRERIA 1079 1509 #define o38TENDASX 1080 1510 #define o38TENDADX 1081 1511 #define o38BACHECA 1082 1512 #define o38SESTANTI 1083 1513 #define o38MANOSCRITTO 1084 1514 #define o38CANNOCCHIALE 1085 1515 #define o38TELESCOPIO1 1086 1516 #define o38SCALA 1087 1517 #define o38FINESTRASX 1088 1518 #define o38FINESTRADX 1089 1519 #define o38TAVOLO 1090 1520 #define o38TELESCOPIO2 1091 1521 #define o38SGABELLO 1092 1522 #define o38SEDIASX 1093 1523 #define o38SEDIADX 1094 1524 #define o38QUADRO1 1095 1525 #define o38MAPPA1 1096 1526 #define o38MAPPA2 1097 1527 #define o38QUADRO2 1098 1528 #define o38QUADRO3 1099 1529 #define o38MACCHINA 1100 1530 #define o38MANOVELLA 1101 1531 #define o39SCAFFALE1 1102 1532 #define o39SCAFFALE2 1103 1534 #define o39QUADRO1 1105 1535 #define o39PENDOLADX 1106 1536 #define o39PENDOLASX 1107 1537 #define o39BACHECADX 1108 1538 #define o39BACHECASX 1109 1539 #define o39TENDA1 1110 1540 #define o39TENDA2 1111 1541 #define o39TENDA3 1112 1542 #define o39PENDOLO1 1113 1543 #define o39PENDOLO2 1114 1544 #define o39TAVOLINO 1115 1545 #define o39CANDELABRO 1116 1546 #define o39TAVOLO 1117 1547 #define o39OROLOGIO 1118 1548 #define o39SCOMPARTOCH 1119 1549 #define o39SCOMPARTOAP 1120 1550 #define o39RETTANGOLO 1121 1551 #define o39TONDO 1122 1552 #define o39SEMICERCHIO 1123 1553 #define o39CRISTALLO 1124 1554 #define o39SFERA 1125 1555 #define o39COLLANA 1126 1556 #define o39ANGELO 1127 1557 #define o39CRISTALLOATTIVATO 1128 1558 #define o3BLAPIDI 1129 1560 #define o3BFESSURA 1131 1561 #define o3BALTARE 1132 1562 #define o3BSCULTURABRACCIALI 1133 1563 #define o3BSCULTURA 1134 1564 #define o3BCOPPABRACCIALI 1135 1565 #define o3BCOPPA 1136 1566 #define o3BSESTERZOBRACCIALI 1137 1567 #define o3BSESTERZO 1138 1568 #define o3B1DOSEBRACCIALI 1139 1569 #define o3B1DOSE 1140 1570 #define o3B2DOSIBRACCIALI 1141 1571 #define o3B2DOSI 1142 1572 #define o3BNICCHIA 1143 1573 #define o3BLASTRA 1144 1575 #define o3CALTARE 1146 1577 #define o3CSERRATURACH 1148 1578 #define o3CSERRATURAAP 1149 1579 #define o3CSCALA 1150 1581 #define o13SCRITTOIO 1152 1582 #define o13LIBRERIA 1153 1583 #define o13MANGIME 1154 1584 #define o13SCALPELLO 1155 1585 #define o13STATUETTE 1156 1586 #define o13LAMPADA 1157 1587 #define o13CUSTODIA 1158 1588 #define o13FINESTRA 1159 1589 #define o13TENDA 1160 1590 #define o13PORTA 1161 1591 #define o13QUADRO1 1162 1592 #define o13QUADRO2 1163 1593 #define o13QUADRO3 1164 1594 #define o13MOBILE 1165 1595 #define o13LAMPADAMOBILE 1166 1596 #define o13COMODINO 1167 1597 #define o13VASO 1168 1598 #define o13TAVOLINO 1169 1599 #define o13POLTRONA 1170 1600 #define o13CREDENZA 1171 1601 #define o13DIVANETTO 1172 1602 #define o15COLONNINATORRE 1173 1603 #define o15COLONNINA 1174 1606 #define o15BASSORILIEVO1 1177 1607 #define o15BASSORILIEVO2 1178 1608 #define o15CREPAESTERNA 1179 1609 #define o15OROLOGIO 1180 1610 #define o15INTONACO 1181 1611 #define o15QUADRANTE 1182 1612 #define o15PASSAGGIO 1183 1613 #define o15BRECCIA 1184 1615 #define o17AUTOSPORTIVA 1186 1616 #define o17FORD 1187 1617 #define o17FURGONE 1188 1618 #define o17PORTELLONE 1189 1619 #define o17PORTELLONECH 1190 1620 #define o17PORTELLONEAP 1191 1621 #define o17SACCO 1192 1622 #define o17SACCHI 1193 1623 #define o17COMPUTER 1194 1624 #define o17SARACINESCA 1195 1625 #define o17SERRATURA 1196 1626 #define o17ESTINTORE 1197 1627 #define o17CAVETTO 1198 1629 #define o19TARGA 1200 1630 #define o19PANCHINA1 1201 1631 #define o19SCACCHIERA 1202 1632 #define o19BAMBOLA 1203 1697 #define o19CANDELIERE1 1268 1698 #define o19CANDELIERE2 1269 1699 #define o19PANCHINA2 1270 1702 #define o1BAIUOLA1 1273 1703 #define o1BAIUOLA2 1274 1704 #define o1BARMADIETTOCH 1275 1705 #define o1BARMADIETTOAP 1276 1706 #define o1BUTENSILI 1277 1707 #define o1BBUSTE 1278 1708 #define o1BFLACONI 1279 1709 #define o1BSCATOLONE 1280 1710 #define o1BCARTONE 1281 1712 #define o1CFONTANA 1283 1713 #define o1CSTATUA 1284 1714 #define o1CBOCCA 1285 1716 #define o1CALBERO1 1287 1717 #define o1CALBERO2 1288 1718 #define o1CALBERO3 1289 1719 #define o1CALBERO4 1290 1720 #define o1DBRECCIA 1291 1721 #define o1DCREDENZACH 1292 1722 #define o1DCREDENZAAP 1293 1723 #define o1DVALIGETTACREDENZA 1294 1724 #define o1DVALIGETTACH 1295 1725 #define o1DSWITCH1 1296 1726 #define o1DSWITCH2 1297 1727 #define o1DSWITCH3 1298 1728 #define o1DSWITCH4 1299 1729 #define o1DSWITCH5 1300 1730 #define o1DTASTO 1301 1731 #define o1DVALIGETTAAP 1302 1732 #define o1DAUDIOCASSETTA 1303 1733 #define o1DBANCONOTE 1304 1734 #define o1DBOTTIGLIE 1305 1735 #define o1DCESTA 1306 1736 #define o1DBARATTOLI 1307 1737 #define o1DTRONCHESE 1308 1738 #define o1DSEMENTI 1309 1739 #define o1DSACCHI 1310 1740 #define o1DVASI 1311 1741 #define o1DDAMIGIANA 1312 1742 #define o1DFALCIATRICE 1313 1743 #define o1DSCALA 1314 1744 #define o1DSEMENTITERRA 1315 1746 #define o1FACQUA 1317 1747 #define o1FSBARREDX 1318 1748 #define o1FSBARRESX 1319 1749 #define o1FVARCO 1320 1750 #define o1FDETRITI 1321 1751 #define o1FMACCHINARIO 1322 1752 #define o1FPULSANTE 1323 1753 #define o1FPULSANTEFUSO 1324 1754 #define o1FLEVAGIU 1325 1755 #define o1FLEVASU 1326 1756 #define o1FCRISTALLODX 1327 1757 #define o1FCRISTALLOSX 1328 1758 #define o1FPORTA 1329 1759 #define o1FTUBO 1330 1760 #define o1FINDICATORE1 1332 1761 #define o1FINDICATORE2 1333 1762 #define o1FINDICATORE3 1334 1763 #define o1FINDICATORE4 1335 1764 #define o1FINDICATORE5 1336 1765 #define oXT11p21 1337 1766 #define oXT11CANCELLO 1338 1767 #define oXT11ALBERO1 1339 1768 #define oXT11ALBERO2 1340 1769 #define oXT11ALBERO3 1341 1770 #define oXT11SIEPE 1342 1771 #define oXT12CASACUSTODE 1343 1772 #define oXT12p13 1344 1773 #define oXT12ALBERO 1345 1774 #define oXT14ALBERO 1346 1775 #define oXT14PIUMA 1347 1776 #define oXT14BASAMENTO 1348 1777 #define oXT14NIDO 1349 1778 #define oXT14OCCHIALI 1350 1779 #define oXT14PIANTA 1351 1780 #define oXT14VASO 1352 1781 #define oXT14SACCHETTO 1353 1782 #define oXT14p3C 1354 1783 #define oXT1ACOLOMBAVOLA 1355 1784 #define oXT16PORTA 1356 1785 #define oXT16p17 1357 1786 #define oXT16SARACINESCA 1358 1787 #define oXT16SIEPI 1359 1788 #define oXT16ALBERI 1360 1789 #define oXT18p19 1361 1790 #define oXT18ROSETO 1362 1791 #define oXT18INTONACO 1363 1792 #define oXT18MAUSOLEO 1364 1793 #define oXT18SCACCHIERA 1365 1794 #define oXT18p25 1366 1795 #define oXT18ALBERO 1367 1796 #define oXT1Ap1B 1368 1797 #define oXT1ABUCO1 1369 1798 #define oXT1ABUCO2 1370 1799 #define oXT1AVETRI 1371 1800 #define oXT1AVOLIERA 1372 1801 #define oXT1ASPORTELLO 1373 1802 #define oXT1ALUCCHETTO 1374 1803 #define oXT1AFINESTRA 1375 1804 #define oXT1Ap22 1376 1805 #define oXT1APOZZO 1377 1806 #define oXT1AANTECH 1378 1807 #define oXT1AANTEAP 1379 1808 #define oXT1AALBERO 1380 1809 #define oXT1ASASSO 1381 1810 #define oXT1ABIDONE 1382 1811 #define oXT1ABOTTIGLIA 1383 1812 #define oXT1ECASAGIARDINIERE 1384 1813 #define oXT1EPORTA 1385 1814 #define oXT1ETARGHETTA 1386 1815 #define oXT1ELAVABO 1387 1816 #define oXT1ETESTA1 1388 1817 #define oXT1ETESTA2 1389 1818 #define oXT1EALBERO1 1390 1819 #define oXT1EALBERO2 1391 1820 #define oXT1EFINESTRA 1392 1821 #define o41SCALEPIETRA 1393 1822 #define o41PORTALABIRINTO 1394 1823 #define o41STRANOSIMBOLO 1395 1824 #define o41CADAVEREGIARDINIERE 1396 1825 #define o41MUCCHIOSABBIA 1397 1826 #define o41OGGETTOARGENTEO 1398 1827 #define o41PAVLASTRICATO 1399 1828 #define o41PRIMOTASTOSU 1400 1829 #define o41SECONDOTASTOSU 1401 1830 #define o41TERZOTASTOSU 1402 1831 #define o41QUARTOTASTOSU 1403 1832 #define o41QUINTOTASTOSU 1404 1833 #define o41SESTOTASTOSU 1405 1834 #define o41PRIMOTASTOGIU 1406 1835 #define o41SECONDOTASTOGIU 1407 1836 #define o41TERZOTASTOGIU 1408 1837 #define o41QUARTOTASTOGIU 1409 1838 #define o41QUINTOTASTOGIU 1410 1839 #define o41SESTOTASTOGIU 1411 1840 #define o42MACCHINACHIUSA 1412 1841 #define o42LEVA 1413 1842 #define o42PIATTAFORMA 1414 1843 #define o42PORTALABIRINTO 1415 1844 #define o42STRANOSIMBOLO 1416 1845 #define o42TASTO01SU 1417 1846 #define o42TASTO02SU 1418 1847 #define o42TASTO03SU 1419 1848 #define o42TASTO04SU 1420 1849 #define o42TASTO05SU 1421 1850 #define o42TASTO06SU 1422 1851 #define o42TASTO07SU 1423 1852 #define o42TASTO08SU 1424 1853 #define o42TASTO09SU 1425 1854 #define o42TASTO10SU 1426 1855 #define o42TASTO11SU 1427 1856 #define o42TASTO12SU 1428 1857 #define o42TASTO01GIU 1429 1858 #define o42TASTO02GIU 1430 1859 #define o42TASTO03GIU 1431 1860 #define o42TASTO04GIU 1432 1861 #define o42TASTO05GIU 1433 1862 #define o42TASTO06GIU 1434 1863 #define o42TASTO07GIU 1435 1864 #define o42TASTO08GIU 1436 1865 #define o42TASTO09GIU 1437 1866 #define o42TASTO10GIU 1438 1867 #define o42TASTO11GIU 1439 1868 #define o42TASTO12GIU 1440 1870 #define o42LEVAMURATA 1442 1871 #define o42TUBOPIATTAFORMA 1443 1873 #define o43CANCELLO01 1445 1874 #define o43CANCELLO02 1446 1875 #define o43CANCELLO03 1447 1877 #define o43CANCELLOALZATO01 1449 1878 #define o43CANCELLOALZATO02 1450 1879 #define o43CANCELLOALZATO03 1451 1880 #define o44OROLOGIO 1452 1881 #define o44AFFRESCO 1453 1882 #define o44LEVAORE 1454 1883 #define o44LEVAMINUTI 1455 1884 #define o44LEVAGRADI 1456 1885 #define o45INGRANAGGI 1457 1886 #define o45APERTURA 1458 1887 #define o45MACCHINARIO 1459 1888 #define o45SPORTELLO 1460 1889 #define o45ALLOGGIAMENTO 1461 1890 #define o45STELLAMETALLICA 1462 1891 #define o45SCOMPARTIMENTO 1463 1892 #define o45INDICATORE1 1464 1893 #define o45INDICATORE2 1465 1894 #define o45INDICATORE3 1466 1895 #define o45INDICATORE4 1467 1896 #define o45INDICATORE5 1468 1898 #define o45SANGUE 1470 1899 #define o46PRIMODIAGRAMMA 1471 1900 #define o46SECONDODIAGRAMMA 1472 1901 #define o46PIANTACASTELLO 1473 1902 #define o46SCRITTOIO 1474 1903 #define o46BUSTAOROLOGIAIO 1475 1904 #define o46CARTELLINA1 1476 1905 #define o46CARTELLINA2 1477 1906 #define o46CARTELLINA3 1478 1907 #define o46CARTELLINA4 1479 1908 #define o46CARTELLINA5 1480 1909 #define o46CARTELLINA6 1481 1910 #define o46CARTELLINA7 1482 1911 #define o46CARTELLINAC 1483 1912 #define o46POLTRONA 1484 1913 #define o46CANDELABRO 1485 1914 #define o46CANDELA1 1486 1915 #define o46CANDELA2 1487 1916 #define o46CASSETTO 1488 1917 #define o46PERGAMENAINGIALLITA 1489 1918 #define o46CALAMAIO 1490 1919 #define o46COMPASSO 1491 1920 #define o46SESTANTE 1492 1921 #define o46STELLAMETALLICA 1493 1922 #define o46BRACERE 1494 1923 #define o46CANDELABRACERE 1495 1924 #define o46CERABRACERE 1496 1925 #define o46CALCOBRACERE 1497 1926 #define o46SCAFFALE 1498 1927 #define o47CADAVERECORONA 1499 1928 #define o47TRAPPOLA 1500 1930 #define o48RINGHIERA 1502 1931 #define o48PENDOLO 1503 1932 #define o48MANETTE 1504 1933 #define o48KRENNSVENUTO 1506 1934 #define o49BASSORILIEVO 1507 1935 #define o49DUKESMORTO 1508 1936 #define o49TESTALEONE 1509 1938 #define o49SANGUE 1511 1939 #define o49ALTARE 1512 1940 #define o49AMPOLLAAZZURRO 1513 1941 #define o49AMPOLLAVERDE 1514 1942 #define o49AMPOLLAGIALLO 1515 1943 #define o49AMPOLLAROSSO 1516 1944 #define o49PERGAMENA 1517 1945 #define o49STELLADX 1518 1946 #define o49STELLADXCIA 1519 1947 #define o49STELLASX 1520 1948 #define o49STELLASXCIA 1521 1949 #define o49INCAVODX 1522 1950 #define o49INCAVOSX 1523 1951 #define o49PORTACHIUSA 1524 1952 #define o4ALEVA 1525 1954 #define oXT14OCCHIALI_NOTAKE 1527 1955 #define oXT14NIDO_da_sopra_il_basamento 1528 1956 #define o2CCARRELLO1 1529 1957 #define o2CCARRELLO2 1530 1958 #define o2PCARRELLO1 1531 1959 #define o37BACHECAAPERTA 1532 1960 #define o31INGRALEGNO 1533 1961 #define o46CARTELLINA8 1534 1962 #define o25SPUGNETTECUOCO 1535 1963 #define o25TEIERA 1536 1964 #define o2TBOTTIGLIACUOCO 1537 1965 #define o26PULIZIATENDA 1538 1966 #define o26PULIZIAFORCHETTA 1539 1967 #define o28FOGLIODOMESTICA 1540 1968 #define o2LOGGETTIDOMESTICA 1541 1969 #define o25OGGETTIDOMESTICA 1542 1970 #define o22OGGETTIDOMESTICA 1543 1971 #define o13OCCHIALIDIARIO 1544 1972 #define o2MOGGETTICUSTODE_TOSHOW 1545 1973 #define o2MOGGETTICUSTODE_TOHIDE 1546 1974 #define oXTSECCHIGIARDINIERE 1547 1975 #define o48DARRELLSVENUTO 1548 1976 #define o2QSTRACCIODIARIO 1549 1977 #define o26OGGETTISUPERVISORE 1550 1978 #define o48ELEKTRO 1551 1979 #define oDIARIOPAG1A 1552 1980 #define oDIARIOPAG1B 1553 1981 #define oDIARIOPAG1C 1554 1982 #define oDIARIOPAG1D 1555 1983 #define oDIARIOPAG1E 1556 1984 #define oDIARIOPAG1F 1557 1985 #define oDIARIOPAG2A 1558 1986 #define oDIARIOPAG2B 1559 1987 #define oDIARIOPAG2C 1560 1988 #define oDIARIOPAG2D 1561 1989 #define oDIARIOPAG2E 1562 1990 #define oDIARIOPAG2F 1563 1991 #define oDIARIOPAG3A 1564 1992 #define oDIARIOPAG3B 1565 1993 #define oDIARIOPAG3C 1566 1994 #define oDIARIOPAG3D 1567 1995 #define oDIARIOPAG4A 1568 1996 #define oDIARIOPAG4B 1569 1997 #define oDIARIOPAG4C 1570 1998 #define oDIARIOPAG4D 1571 1999 #define oDIARIOPAG4E 1572 2000 #define oDIARIOPAG4F 1573 2001 #define oDIARIOPAG4G 1574 2002 #define oDIARIOPAG4H 1575 2003 #define oDIARIOPAG4I 1576 2004 #define oDIARIOPAG4J 1577 2005 #define oDIARIOPAG4K 1578 2006 #define oDIARIOPAG4L 1579 2007 #define o34DIARIOKRENNAPERTO 1580 2008 #define o22LIBRORTV 1581 2009 #define oCOMPUTERDIAL 1582 2010 #define oCOMPUTEREMAIL1 1583 2011 #define oCOMPUTEREMAIL2 1584 2012 #define oTONERHELP 1585 2013 #define o2DOGGETTIRTV 1586 2014 #define o2DTAVOLINORTV 1587 2015 #define o48PISTOLAKRENN 1588 2016 #define o29ANTAWIN 1589 2017 #define o29ANTAWINROTTA 1590 2018 #define oXTTAXI 1591 2019 #define o49FUMO 1592 2020 #define o2CMEGABB_2R 1593 2021 #define o2CMEGABB_2S 1594 2022 #define o2PMEGABB_2D 1595 2023 #define oXTPISCINA 1596 2024 #define o2CTASTOVERDE 1597 2025 #define o2CTASTOROSSO 1598 2026 #define o2CTASTOBLINK 1599 2027 #define o2MTASTOVERDE 1600 2028 #define o2MTASTOROSSO 1601 2029 #define o2MTASTOBLINK 1602 2030 #define oXTPERSIANECHIUSE 1603 2031 #define oXTPERSIANEAPERTE 1604 2032 #define o98LETTER 1605 2033 #define o98PARCHMENT 1606 2034 #define o91DARRELLALETTO 1607 2035 #define o91TELEFONO 1608 2036 #define o91COPERTABASSA 1609 2037 #define o91COPERTAALTA 1610 2038 #define o97SFONDO 1611 2039 #define o97BORDI 1612 2040 #define o97COLORI 1613 2041 #define o97NETERT 1614 2042 #define o97LETTERE 1615 2043 #define o97LOGOWM 1616 2044 #define o73SFONDO 1617 2045 #define oADDTEXTOBJ 1618 2046 #define oEXTRALS 1619 2053 #define aWALK_START 2 2054 #define aWALK_LOOP 3 2056 #define aBACK_START 5 2057 #define aBACK_LOOP 6 2059 #define aRUN_START 8 2067 #define aTO1PERSON 18 2068 #define aTO3PERSON 19 2071 #define aCAMBIO_DARRELL_91 21 2072 #define aCAMBIO_VICTORIA_92 22 2073 #define aCAMBIO_DARRELL_93 23 2074 #define aCAMBIO_VICTORIA_94 24 2075 #define aCAMBIO_DARRELL_95 25 2076 #define aCAMBIO_VICTORIA_96 26 2077 #define aCAMBIO_DARRELL_97 27 2078 #define aCAMBIO_VICTORIA_98 28 2082 #define aDUMMY_dR391_A 31 2083 #define aDUMMY_dR391_B 32 2084 #define aDUMMY_dR391_C 33 2086 #define aIDLE_DARRELL_1 34 2087 #define aIDLE_DARRELL_2 35 2088 #define aIDLE_VICTORIA_1 36 2089 #define aIDLE_VICTORIA_2 37 2114 #define aDARRELL481 78 2160 #define aSER2C10 127 2181 #define aMOS27sa 148 2182 #define aMOS27sb 149 2575 #define a347_DARRELL 591 2762 #define aGOPHER_ACTION 901 2764 #define aDARRELL_PARLA 926 2765 #define aVICTORIA_PARLA 927 2766 #define aCURPLAYER_PARLA 928 2767 #define aCURPLAYER_ASCOLTA 929 2768 #define aCURPLAYER_PENSA 930 2769 #define aCUOCO_PARLA 931 2770 #define aDOMESTICA_PARLA 932 2771 #define aGIARDINIERE_PARLA 933 2772 #define aCUSTODE_PARLA 934 2773 #define aSERVETTA_PARLA 935 2774 #define aSUPERVISORE_PARLA 936 2775 #define aMOGLIESUPERVISORE_PARLA 937 2776 #define aDARRELL_ASCOLTA 938 2777 #define aVICTORIA_ASCOLTA 939 2778 #define aCUOCO_ASCOLTA 940 2779 #define aDOMESTICA_ASCOLTA 941 2780 #define aGIARDINIERE_ASCOLTA 942 2781 #define aCUSTODE_ASCOLTA 943 2782 #define aSERVETTA_ASCOLTA 944 2783 #define aSUPERVISORE_ASCOLTA 945 2784 #define aMOGLIESUPERVISORE_ASCOLTA 946 2785 #define aCUSTODE_ALZA_TESTA 947 2786 #define aCUSTODE_ABBASSA_TESTA 948 2787 #define aCAMBIA_FRASI 949 2788 #define aFINE_RTV 950 2789 #define aFINE_DEMO 951 2790 #define aPORTALE_32_34 952 2791 #define aPORTALE_34_32 953 2792 #define a48PENDOLO 954 2793 #define aCAC1a5a 955 2794 #define aCAC1a5b 956 2797 #define aCOL1a2a 959 2798 #define aCOL1a2b 960 2799 #define aCUO2t2a 961 2800 #define aCUO2t2b 962 2801 #define aCUS1a1d 963 2803 #define aDAR1a1a 965 2804 #define aDAR1a1b 966 2805 #define aDAR1a1c 967 2806 #define aDAR1a3a 968 2808 #define aDAR1c1a 970 2809 #define aDAR1c1c 971 2810 #define aDAR1c2a 972 2811 #define aDAR1c2b 973 2813 #define aDAR1c3b 975 2814 #define aDAR1c3c 976 2815 #define aDAR221b 977 2818 #define aGIA1a1a 980 2819 #define aGIA1a1b 981 2820 #define aGIA1a1c 982 2821 #define aGIA1a1d 983 2822 #define aGIA1a3a 984 2823 #define aJUD222a 985 2824 #define aJUD222b 986 2825 #define aJUD2d1a 987 2826 #define aJUD2d1b 988 2828 #define aKRE481a 990 2829 #define aKRE481b 991 2830 #define aPSG1c3a 992 2831 #define aPSG1c3b 993 2834 #define aSUP291a1 996 2835 #define aSUP291a2 997 2836 #define aSUP291a3 998 2837 #define aSUP291b 999 2838 #define aSUP291c 1000 2839 #define aSUP291d 1001 2840 #define aVIC1a3a 1002 2841 #define aVIC1a4 1003 2842 #define aVIC1a5 1004 2843 #define aVIC1e1 1005 2844 #define aVIC212b 1006 2845 #define aVIC221b 1007 2846 #define aVIC291a 1008 2847 #define aVIC291b1 1009 2848 #define aVIC291b2 1010 2849 #define aVIC291b3 1011 2850 #define aVIC291c 1012 2851 #define aVIC2a1 1013 2852 #define aVIC411a 1014 2853 #define aVIC411b 1015 2854 #define aVIC411c 1016 2855 #define aVIC491b 1017 2856 #define aVIV451 1018 2857 #define aVIV452a 1019 2858 #define aVIV452b 1020 2859 #define aVIV471a 1021 2860 #define aVIV471b 1022 2861 #define aVIV472c 1023 2862 #define aAND007a 1024 2863 #define aAND007c 1025 2864 #define aCUO009a 1026 2865 #define aCUO009b 1027 2866 #define aDAR009 1028 2867 #define aHEN002b 1029 2868 #define aVIC0010 1030 2869 #define aVIC0014 1031 2870 #define aVIC009 1032 2871 #define aSUP1a2a 1033 2872 #define aSUP1a2b 1034 2874 #define aDARRELL_DARE 1036 2875 #define aVICTORIA_DARE 1037 2876 #define aDARRELL_PRENDERE 1038 2877 #define aVICTORIA_PRENDERE 1039 2878 #define aDARRELL_ARRIVA_R41 1040 2879 #define aVIC1c1a 1041 2880 #define aDARRELL_ARRIVA_R1C 1042 2881 #define aCACPOR 1043 2882 #define aMOGLIE_KIMONO_PARLA 1044 2883 #define aMOGLIE_KIMONO_ASCOLTA 1045 2884 #define aCACCIATORE_PARLA 1046 2885 #define aCACCIATORE_ASCOLTA 1047 2886 #define aCACCIATORE_SCENDE 1048 2887 #define aCACCIATORE_ARRIVA_R41 1049 2888 #define aSab411 1050 2889 #define aJUD2d1c 1051 2890 #define aMOGLIE_KIMONO_DARE 1052 2891 #define aVIC1c3b 1053 2892 #define aDAR1c3d 1054 2893 #define aDAR1c3d_nopoptext 1055 2894 #define aKRENN_PARLA 1056 2895 #define aKRENN_ASCOLTA 1057 2896 #define aVALENCIA_PARLA 1058 2897 #define aVALENCIA_ASCOLTA 1059 2898 #define aSUP_PARLA 1060 2899 #define aR1A5_ENDRTV 1061 2900 #define aVIC212a 1062 2901 #define aSUP1a2c 1063 2902 #define aCOL1a2c 1064 2903 #define aCOL1a2d 1065 2904 #define aSER1a2_SHOW_OBJS 1066 2905 #define aR1f1_START 1067 2906 #define aSERVETTA_PRENDERE 1068 2907 #define aSERVETTA_DARE 1069 2908 #define aCUSTODE_PENSA 1070 2909 #define aCUSTODESEDUTO_PARLA 1071 2910 #define aCUSTODESEDUTO_ASCOLTA 1072 2911 #define aCUSTODESEDUTO_PENSA 1073 2912 #define aSUPERVISORESEDUTO_PARLA 1074 2913 #define aSUPERVISORESEDUTO_ASCOLTA 1075 2914 #define aMOGLIESEDUTA_PARLA 1076 2915 #define aMOGLIESEDUTA_ASCOLTA 1077 2916 #define aCAM461 1078 2917 #define aCUSTODE_PRENDERE 1079 2918 #define aCUSTODE_DARE 1080 2919 #define aPorta421_LEFT 1081 2920 #define aPorta421_RIGHT 1082 2921 #define aDAR421a 1083 2922 #define aVIC421a 1084 2923 #define aDAR421b 1085 2924 #define aPorta421a_LEFT 1086 2925 #define aPorta421a_RIGHT 1087 2926 #define aDOM221a 1088 2927 #define aDOM221b 1089 2928 #define aDAR000b 1091 2929 #define aDAR000c 1092 2930 #define aDAR000d 1093 2931 #define aDAR000e 1094 2932 #define aR000_SVEGLIA 1095 2933 #define aCUSTODE_PORTA 1096 2936 #define aVIC000tb 1099 2938 #define aSUPERVISORE_ALZA 1101 2939 #define aSUPERVISORE_PARLABAR 1102 2940 #define aDAR2c1 1103 2941 #define aVIC2c1 1104 2942 #define aSUPERVISORE_PRENDERE 1105 2943 #define aSUPERVISORE_DARE 1106 2944 #define aCUSTODE_OCCHIALI 1107 2945 #define aCUSTODE_OCCHIALISEDUTO 1108 2946 #define aCUSTODE_OSSERVAPRENDE 1109 2947 #define aCUSTODE_OSSPRENDESEDUTO 1110 2948 #define aSERVETTA_OSSERVAPRENDE 1111 2949 #define aDAR000f 1112 2950 #define aDAR000g 1113 2951 #define aDAR000h 1114 2952 #define aDAR000j 1115 2953 #define aVIC000b 1117 2954 #define aVIC000c 1118 2955 #define aVIC000d 1119 2956 #define aVIC000e 1120 2957 #define aPET000a1 1121 2958 #define aPET000a2 1122 2959 #define aPET000b 1123 2960 #define aPET000c 1124 2961 #define aPET000d 1125 2962 #define aPET000e 1126 2963 #define aPET000f 1127 2964 #define aDAR_DOOR_A92 1128 2965 #define a144_switch_camera 1130 2966 #define aSUPERVISORE_APRE_PORTA 1131 2967 #define a145_con_occhiali 1132 2968 #define a148_start 1133 2971 #define aCUOCO_VERSA 1136 2972 #define aCUOCO_BEVE 1137 2973 #define aCUSTODE_SEDUTODARE 1138 2974 #define aCUSTODE_SEDUTOPRENDERE 1139 2976 #define aDAR482a 1141 2977 #define aDAR482b 1142 2978 #define aDAR482c 1143 2979 #define aDAR482in 1144 2980 #define aCAC482a 1145 2981 #define aCAC482l 1146 2982 #define aCAC482c 1147 2983 #define aCAC482d 1148 2984 #define aCAC482e 1149 2985 #define aCAC482f 1150 2986 #define aCAC482g 1151 2987 #define aCAC482h 1152 2988 #define aCAC482i 1153 2989 #define aCAC482j 1154 2990 #define aCAC482k 1155 2991 #define aVIC482a 1156 2992 #define aVIC482a1 1157 2993 #define aVIC482in 1158 2994 #define a3123_switch_to_a159 1159 2995 #define a48PORTA 1161 2996 #define aDARRELL_BOTTIGLIA 1163 2997 #define aCUOCO_VERSAUNO 1164 2998 #define aVICTORIA_BOTTIGLIA 1165 2999 #define aDARRELL_SEGNO 1166 3000 #define aVICTORIA_SEGNO 1167 3001 #define aCUOCO_MOSTRAQUADRO 1168 3002 #define aDARRELL_PRENDECHIAVI 1169 3003 #define aVICTORIA_PRENDECHIAVI 1170 3004 #define aCUOCO_INTERRUPT1 1171 3005 #define aCUOCO_INTERRUPT2 1172 3006 #define aDOMESTICA_INTERRUPT1 1173 3007 #define aDOMESTICA_INTERRUPT2 1174 3008 #define aGIARDINIERE_INTERRUPT1 1175 3009 #define aGIARDINIERE_INTERRUPT2 1176 3010 #define aCUSTODE_INTERRUPT1 1177 3011 #define aCUSTODE_INTERRUPT2 1178 3012 #define aCUSTODE_INTERRUPT3 1179 3013 #define aCUSTODE_INTERRUPT4 1180 3014 #define aCUSTODE_INTERRUPT5 1181 3015 #define aMOGLIESUP_INTERRUPT1 1182 3016 #define aMOGLIESUP_INTERRUPT2 1183 3017 #define aSUPERVISORE_INTERRUPT1 1184 3018 #define aSUPERVISORE_INTERRUPT2 1185 3019 #define aSUPERVISORE_INTERRUPT3 1186 3020 #define aSUPERVISORE_INTERRUPT4 1187 3021 #define aKREI347a 1188 3022 #define aKREI347b 1189 3023 #define aPEN347 1190 3024 #define aCORI347a 1191 3025 #define aCORI347b 1192 3026 #define aCORI347c 1193 3027 #define aKREI347c 1194 3028 #define aKREI347d 1195 3029 #define aKREI347e 1196 3030 #define aDUKI347a 1197 3031 #define aDUKI347b 1198 3032 #define aDUKI347c 1199 3033 #define a1A9_rtv 1200 3035 #define a225_prima_volta 1202 3036 #define aDUKI347d 1203 3037 #define aDUKI347e 1204 3038 #define aDUKI347f 1205 3039 #define aDUKI347g 1206 3040 #define aVICI347a 1207 3041 #define aVICI347b 1208 3042 #define aGREI347a 1209 3043 #define aGREI347b 1210 3044 #define aGREI347c 1211 3046 #define a2G9_parte_rtv 1213 3047 #define a323_tira 1214 3048 #define a323_lascia 1215 3049 #define aCUO255_nopentole 1216 3050 #define aDARI347a 1217 3051 #define aDARI347b 1218 3052 #define aFAKE_BOTTLE 1219 3053 #define aSUP295_loop 1220 3056 #define a41_lancia_dR411 1224 3057 #define aSUPERVISORE_GUARDAFOTO 1225 3058 #define aGIA2G_PORTA 1226 3060 #define a2211_ultimavolta 1228 3061 #define aVOCEFUORICAMPO 1229 3062 #define a289_noinctime 1230 3063 #define aVOCECORONA 1231 3064 #define aVOCEDUKES 1232 3065 #define a22CAMBIA2T 1233 3066 #define a22LANCIAR2T2 1234 3067 #define a2TCAMBIA22 1235 3068 #define a1E1_rtv 1237 3069 #define aKREN491a 1239 3070 #define aKREN491b 1240 3071 #define a18GUARDA_SCACCHIERA 1241 3072 #define a1A11_primavolta 1242 3073 #define a1D3_dopo 1243 3074 #define a1D4_fine 1244 3075 #define a1F10_cambia_indicatori 1245 3076 #define a347_VICTORIA 1246 3077 #define aVIV347a 1247 3078 #define aVIV347b 1248 3079 #define aCOLOMBAMUORE 1249 3080 #define aALB1A5 1251 3081 #define a4617DARRELL 1252 3082 #define aGREI347d 1253 3085 #define aDAR241a 1256 3086 #define aDOM241 1257 3087 #define aDOM2D1 1258 3088 #define aJUD_dR241 1259 3089 #define aFINE_dR241 1260 3090 #define aDAR241b 1261 3091 #define aDUKI347d_nofrase 1262 3092 #define a426VIC 1266 3093 #define aVIC1c3c 1267 3094 #define aCACCIATOREMALPRESO_PARLA 1268 3095 #define a2513_DOM 1269 3096 #define a2512_DOM 1270 3097 #define a111_DOM 1271 3098 #define a1A4_DOM 1272 3099 #define aLancia_dR015 1273 3100 #define a2Q13_lancia_dR015 1274 3109 #define a4612AB 1283 3110 #define aDARRELL_SOLO_FRASE 1284 3111 #define aVICTORIA_SOLO_FRASE 1285 3112 #define a2C4_CUOCODORME 1286 3113 #define aKRE481 1288 3114 #define aKRE482 1289 3115 #define aKRE483 1290 3116 #define aKRE484 1291 3117 #define aMOS2P1_restore 1292 3118 #define aGIA_dr1a4_doorA 1293 3119 #define aPEN73a 1294 3120 #define aKRE48indica 1295 3121 #define aKRE48spara 1296 3122 #define aLaunch_WMLetter 1297 3123 #define aLaunch_Parchment 1298 3124 #define aVIC48spavent 1299 3125 #define aDAR721 1300 3126 #define aCACinvita 1301 3127 #define aCACinvitab 1302 3128 #define aVICarresa 1303 3129 #define adR451_fine 1304 3130 #define a1A13 1305 //anim null per frase in RTV lucchetto 3131 #define aVIC_FRASE_BRACCIALE 1306 //anim null per frase da bracciale a servetta 3132 #define aPorta421_RIGHT_nocamera 1307 3133 #define a48camera 1308 3134 #define aDAR482ing_idle 1309 3135 #define aVIC482ing_idle 1310 3136 #define aMORTE_CHIRURGO 1311 3137 #define aMORTE_MOORE 1312 3138 #define aMORTE_TRADUTTORE 1313 3139 #define aMORTE_VECCHIO 1314 3140 #define aSUPERVISORE_ASCOLTABAR 1315 3141 #define aVIC000a 1316 3142 #define aVIC_PORTA_ANDERSON 1317 3143 #define aSETTA_FINESTRA_XT_ACCESA 1318 3144 #define a251_DaAcceso 1319 3145 #define aVIV471b1 1320 3146 #define aWALKMAN_STOP 1321 3147 #define aWALKMAN_PLAY 1322 3148 #define aWALKMAN_FASTF 1323 3149 #define a253_SportelloAperto 1324 3150 #define aDOOR_A_CHIUSA1 1325 3151 #define aDOOR_A_CHIUSA2 1326 3152 #define a2C6_occupato 1327 3153 #define a2M8_occupato 1328 3154 #define aTAXI483a 1329 3155 #define aDAR483_GIRATESTA 1330 3156 #define aVIC483_GIRATESTA 1331 3157 #define aDAR483_IDLE 1332 3158 #define aVIC483_IDLE 1333 3159 #define aCAMERA483 1334 3160 #define aPORTALLINK_26a_26b 1335 3161 #define aPORTALLINK_26b_26a 1336 3162 #define aPORTALLINK_24a_24b 1337 3163 #define aPORTALLINK_24b_24a 1338 3164 #define aPORTALLINK_38b_38a 1339 3165 #define aLOGOTREC_START 1340 3166 #define aLOGOTREC 1341 3167 #define aR000cam 1342 3168 #define aDAR000a 1343 3169 #define aCHIUDOCANCINTRO 1344 3171 #define a39VORTICE 1346 3172 #define a39VORTICE_CLEAN 1347 3173 #define aCAMERA483inizio 1348 3174 #define aCACMUOREFUMO 1349 3175 #define aVIC482b 1350 3176 #define aLOGOWM 1351 3177 #define a2G8_fake 1352 3178 #define aMOORE_PARLA 1353 3184 #define i00TELEFONO 1 3185 #define i00TELEFONOVIC 2 3186 #define i13SCALPELLO 3 3187 #define i13INGRANAGGIO 4 3189 #define i14OCCHIALI 6 3190 #define i19BAMBOLA 7 3191 #define i19FOGLIO1 8 3192 #define i19CRISTALLO 9 3193 #define i1aLUCCHETTO 10 3195 #define i1aBOTTIGLIAVUOTA 12 3196 #define i1cMEDAGLIONI3 13 3197 #define i1cMEDAGLIONI2 14 3198 #define i1cMEDAGLIONE 15 3199 #define i1dAUDIOCASSETTA 16 3200 #define i1dTRONCHESE 17 3201 #define i22BRACCIALE 18 3202 #define i22LIBROCHIUSODEPLIANT 19 3203 #define i22DEPLIANT 20 3204 #define i22LIBROAPERTODEPLIANT 21 3205 #define i22LIBROAPERTO 22 3206 #define i22LIBROCHIUSO 23 3207 #define i24COLTELLO 24 3208 #define i24CHIAVETTA 25 3209 #define i25MAZZODUECHIAVI 26 3210 #define i25FIALABOK 27 3211 #define i25FIALAAOK 28 3212 #define i25FIALEABPIENE 29 3213 #define i25FIALEABUSATE 30 3214 #define i25MEDAGLIONI4 31 3216 #define i28WALKMANVUOTO 33 3217 #define i28WALKMANNASTRO 34 3218 #define i28WALKMANPILE 35 3219 #define i28WALKMANOK 36 3220 #define i29FOTOJUDE1 37 3221 #define i29CHIAVESUPERVISORE 38 3222 #define i29FOTOPROGETTO 39 3223 #define i29FOTOIMMORTALI 40 3224 #define i29STAMPAINGRANAGGIO 41 3225 #define i2aSANGUE 42 3226 #define i2aSIRINGAVUOTA 43 3227 #define i2aSIRINGANITRICO 44 3228 #define i2bSACCHETTOINCENSO 45 3229 #define i2cBANCONOTA1 46 3230 #define i2dSESTERZO 47 3231 #define i2dCOLLANA 48 3232 #define i2iDETERSIVO 49 3233 #define i2lBOTTIGLIAVINO 50 3234 #define i2mSIRINGASOLFORICO 51 3235 #define i2mSIRINGAACIDI 52 3236 #define i2rBUSTAVUOTAA 53 3237 #define i2rBUSTAVUOTAB 54 3238 #define i31ANELLOBRONZO 55 3239 #define i31DISCONUOVO 56 3240 #define i34PERGAMENA 57 3241 #define i34DIARIO 58 3242 #define i34LASTRE 59 3243 #define i34STAMPO 60 3244 #define i34FIALAA 61 3245 #define i34FIALAB 62 3247 #define i35DISEGNO 64 3248 #define i36BUSTA1DOSEA 65 3249 #define i36BUSTA2DOSIA 66 3250 #define i36BUSTA1DOSEB 67 3251 #define i36BUSTA2DOSIB 68 3252 #define i37CILINDRO 69 3253 #define i39CRISTALLOATTIVATO 70 3254 #define i3bLASTRA2VOLTI 71 3255 #define i3bLASTRABIANCA 72 3256 #define i3bLASTRANERA 73 3257 #define i41OGGETTO 74 3258 #define i46BUSTAOROLOGIAIO 75 3259 #define i46CANDELA1 76 3260 #define i46CANDELA2 77 3261 #define i46PERGAMENA 78 3262 #define i46STELLA1 79 3263 #define i46STELLA2 80 3264 #define i46FIALEABVUOTE 81 3265 #define i48CHIAVIMANETTE 82 3266 #define i49ACCENDINO 83 3267 #define i2lBOTTIGLIAVINO_NOCUOCO 84 3272 #define h11RACCOGLIECARTA 1 3284 #define wPASSODESTROCOTTO 2 3285 #define wPASSOSINISTROCOTTO 3 3286 #define wPASSODESTROTAPPETO 4 3287 #define wPASSOSINISTROTAPPETO 5 3288 #define wPASSODESTROASFALTO 6 3289 #define wPASSOSINISTROASFALTO 7 3290 #define wPASSODESTROPIETRA 8 3291 #define wPASSOSINISTROPIETRA 9 3292 #define wPASSODESTROERBA 10 3293 #define wPASSOSINISTROERBA 11 3294 #define wPASSODESTROASFALTO2 12 3295 #define wPASSOSINISTROASFALTO2 13 3296 #define wPASSODESTROASFALTO3 14 3297 #define wPASSOSINISTROASFALTO3 15 3298 #define wPASSODESTROMARMO 16 3299 #define wPASSOSINISTROMARMO 17 3300 #define wPASSODESTROLEGNO 18 3301 #define wPASSOSINISTROLEGNO 19 3302 #define wPASSODESTROTAPPETO2 20 3303 #define wPASSOSINISTROTAPPETO2 21 3304 #define wPASSODESTROTAPPETO3 22 3305 #define wPASSOSINISTROTAPPETO3 23 3306 #define wPASSODESTROTAPPETO4 24 3307 #define wPASSOSINISTROTAPPETO4 25 3308 #define wPASSODESTROTAPPETO5 26 3309 #define wPASSOSINISTROTAPPETO5 27 3464 #define wBCUCINA 182 3658 #define wCUO254A 376 3659 #define wCUO254B 377 3660 #define wCUO254C 378 3661 #define wCUO254D 379 3662 #define wCUO254E 380 3663 #define wCUO252A 381 3664 #define wCUO252B 382 3665 #define wCUO251A 383 3666 #define wCUO251B 384 3667 #define wCUO251C 385 3668 #define wCUO251D 386 3669 #define wCUO251E 387 3670 #define wCUO253A 388 3671 #define wCUO253B 389 3672 #define wCUO253C 390 3970 #define wCIAERRORE 688 3971 #define wCIAPULSANTE 689 3972 #define wPDAPULSANTE 690 3973 #define wPDAALERT 691 3975 #define wSCANPULSANTE 693 4003 #define w36PBDBA 721 4004 #define w36PBSBA 722 4015 #define w36PBDBB 733 4016 #define w36PBSBB 734 4021 #define wCUO256A 739 4022 #define wCUO256B 740 4023 #define wCUO256C 741 4024 #define wCUO256D 742 4025 #define wCUO256E 743 4026 #define wCUO258A 744 4027 #define wCUO258B 745 4028 #define wCUO2T1A 746 4029 #define wCUO2T1B 747 4030 #define wCUO2T1C 748 4031 #define wCUS131A 749 4032 #define wCUS131B 750 4033 #define wCUS131C 751 4034 #define wCUS131D 752 4035 #define wCUS131E 753 4039 #define wCUS2M1A 757 4040 #define wCUS2M1B 758 4041 #define wCUS2M1C 759 4042 #define wCUS2M1D 760 4043 #define wCUS2M1E 761 4044 #define wCUS2M2A 762 4045 #define wCUS2M2B 763 4046 #define wCUS2M2C 764 4047 #define wCUS2M3A 765 4048 #define wCUS2M3B 766 4049 #define wCUS2M3C 767 4050 #define wCUS2M3D 768 4051 #define wCUS2M3E 769 4052 #define wCUS2M3F 770 4053 #define wCUS2M3G 771 4054 #define wDOM221A 772 4055 #define wDOM221B 773 4056 #define wDOM221C 774 4057 #define wDOM221D 775 4058 #define wDOM221E 776 4059 #define wDOM221F 777 4060 #define wDOM261A 778 4061 #define wDOM261B 779 4062 #define wDOM263A 780 4063 #define wDOM263B 781 4064 #define wDOM263C 782 4066 #define wDOM281A 784 4067 #define wDOM281B 785 4070 #define wGIA181A 788 4071 #define wGIA181B 789 4072 #define wGIA181C 790 4073 #define wGIA183A 791 4074 #define wGIA183B 792 4075 #define wGIA183C 793 4076 #define wGIA183D 794 4077 #define wGIA1A1A 795 4078 #define wGIA1A1B 796 4079 #define wGIA1A1C 797 4080 #define wGIA1A2A 798 4081 #define wGIA1A2B 799 4082 #define wGIA1A2C 800 4083 #define wGIA1A2D 801 4084 #define wGIA1A4A 802 4085 #define wGIA1A4B 803 4086 #define wGIA1A4C 804 4087 #define wGIA1A5A 805 4088 #define wGIA1A5B 806 4089 #define wGIA1A5C 807 4090 #define wGIA1A5D 808 4091 #define wGIA2G1A 809 4092 #define wGIA2G1B 810 4093 #define wGIA2G1C 811 4094 #define wGIA2G1D 812 4095 #define wGIA2G1E 813 4096 #define wGIA2G1F 814 4097 #define wMOS273A 815 4098 #define wMOS273B 816 4099 #define wMOS273C 817 4100 #define wMOS274A 818 4101 #define wMOS274B 819 4104 #define wSER2C1A 822 4105 #define wSER2C1B 823 4106 #define wSER2C2A 824 4107 #define wSER2C2B 825 4108 #define wSER2C2C 826 4109 #define wSER2C3A 827 4110 #define wSER2C3B 828 4111 #define wSER2C3C 829 4112 #define wSER2C3D 830 4113 #define wSER2C4A 831 4114 #define wSER2C4B 832 4115 #define wSER2C5A 833 4116 #define wSER2C5B 834 4117 #define wSER2C6A 835 4118 #define wSER2C6B 836 4119 #define wSER2C7A 837 4120 #define wSER2C7B 838 4121 #define wSER2C7C 839 4122 #define wSER2C8A 840 4123 #define wSER2C8B 841 4124 #define wSER2C8C 842 4125 #define wSER2C8D 843 4126 #define wSER2C9A 844 4127 #define wSER2C9B 845 4128 #define wSER2C10A 846 4129 #define wSER2C10B 847 4130 #define wSER2I1A 848 4131 #define wSER2I1B 849 4133 #define wSER2P1A 851 4134 #define wSER2P1B 852 4135 #define wSER2P2A 853 4136 #define wSER2P2B 854 4137 #define wSER2P2C 855 4138 #define wSER2P3A 856 4139 #define wSER2P3B 857 4140 #define wSER2P3C 858 4141 #define wSER2P3D 859 4142 #define wSER2P4A 860 4143 #define wSER2P4B 861 4144 #define wSER2P5A 862 4145 #define wSER2P5B 863 4146 #define wSER2Q1A 864 4147 #define wSER2Q1B 865 4148 #define wSER2Q1C 866 4149 #define wSER2Q3A 867 4150 #define wSER2Q3B 868 4151 #define wSER2Q3C 869 4152 #define wSER2Q3D 870 4153 #define wSUP261A 871 4154 #define wSUP261B 872 4155 #define wSUP261C 873 4156 #define wSUP262A 874 4157 #define wSUP262B 875 4158 #define wSUP291A 876 4159 #define wSUP291B 877 4160 #define wSUP291C 878 4161 #define wSUP295A 879 4162 #define wSUP295B 880 4163 #define wSUP295C 881 4164 #define wSUP296A 882 4165 #define wSUP296B 883 4167 #define wPASSODESTROPIETRA2 885 4168 #define wPASSOSINISTROPIETRA2 886 4169 #define wDAR1A1B 887 4170 #define wDAR1A1CA 888 4171 #define wDAR1A1CB 889 4172 #define wDAR1A1CC 890 4173 #define wCOL1A2AA 891 4174 #define wCOL1A2AB 892 4175 #define wCOL1A2AC 893 4176 #define wCOL1A2AD 894 4177 #define wSUP1A2AA 895 4178 #define wSUP1A2AB 896 4179 #define wDAR1A3AA 897 4180 #define wDAR1A3AB 898 4181 #define wVIC1A3AA 899 4182 #define wVIC1A3AB 900 4183 #define wCUO2T2AA 901 4184 #define wCUO2T2AB 902 4185 #define wPSG1C3A 903 4186 #define wVIV451A 904 4187 #define wVIV451B 905 4188 #define wVIV452AA 906 4189 #define wVIV452AB 907 4190 #define wCAC1A5A 908 4191 #define wCAC1A5B 909 4192 #define wVIC212A 910 4193 #define wVIC291A 911 4194 #define wSUP291CA 912 4195 #define wSUP291CB 913 4196 #define wSUP291CC 914 4197 #define wSUP291CD 915 4198 #define wSUP291CE 916 4199 #define wVIC291C 917 4200 #define wVIV471AA 918 4201 #define wVIV471AB 919 4202 #define wJUD222B 920 4203 #define wVIV471B 921 4204 #define wDAR421A 922 4205 #define wDAR481A 923 4206 #define wDAR481B 924 4207 #define wDAR482IN 925 4208 #define wVIC482IN 926 4209 #define wCAC482C 927 4210 #define wKREI347A 928 4211 #define wKREI347BA 929 4212 #define wKREI347BB 930 4213 #define wCORI347A 931 4214 #define wKREI347EA 932 4215 #define wKREI347EB 933 4216 #define wKREI347EC 934 4217 #define wDUKI347DA 935 4218 #define wDUKI347DB 936 4219 #define wDUKI347DC 937 4220 #define wDUKI347DD 938 4221 #define wDUKI347DE 939 4222 #define wDUKI347DF 940 4223 #define wGREI347AA 941 4224 #define wGREI347AB 942 4225 #define wDUKI347FA 943 4226 #define wDUKI347FB 944 4227 #define wGREI347BA 945 4228 #define wGREI347BB 946 4229 #define wAND007C 947 4230 #define wCUO009AA 948 4231 #define wCUO009AB 949 4232 #define wCUO009AC 950 4233 #define wCUO009BA 951 4234 #define wCUO009BB 952 4236 #define wGIA1A3A 954 4237 #define wGIA1A3B 955 4238 #define wGIA1A3C 956 4239 #define wKRE481A 957 4240 #define wDAR000BA 958 4241 #define wDAR000BB 959 4242 #define wDAR000BC 960 4243 #define wDAR000BD 961 4244 #define wDAR000E 962 4245 #define wDAR000J 963 4246 #define wCARLOOP 964 4247 #define wCARLOOP2 965 4248 #define wCARSTART 966 4249 #define wCARSTOP 967 4250 #define wDAR000TAA 968 4251 #define wDAR000TAB 969 4252 #define wDAR000TAC 970 4254 #define wPET000E 972 4260 #define wSABBIAA 978 4261 #define wSABBIAB 979 4262 #define wSABBIAC 980 4263 #define wSABBIAD 981 4265 #define wRAGGIOSTART 983 4267 #define wVIC221B 985 4268 #define wDOM221AA 986 4269 #define wDOM221AB 987 4270 #define wDAR2C1A 988 4271 #define wDAR2C1B 989 4272 #define wDOM221BA 990 4273 #define wDOM221BB 991 4274 #define wDAR_DOOR_A92A 992 4275 #define wDAR_DOOR_A92B 993 4276 #define wGREI347CA 994 4277 #define wGREI347CB 995 4278 #define wVICI347B 996 4279 #define wDARI347A 997 4280 #define wVIC491B 998 4282 #define wC_3G1A 1000 4283 #define wC_3G1B 1001 4284 #define wC_3G1C 1002 4285 #define wO_3G1A 1003 4286 #define wO_3G1B 1004 4287 #define wPASSODESTROTAPPETO6 1005 4288 #define wPASSOSINISTROTAPPETO6 1006 4289 #define wPASSODESTROTAPPETO7 1007 4290 #define wPASSOSINISTROTAPPETO7 1008 4291 #define wPASSODESTROTAPPETO8 1009 4292 #define wPASSOSINISTROTAPPETO8 1010 4293 #define wPASSODESTROFERRO 1011 4294 #define wPASSOSINISTROFERRO 1012 4295 #define wELICOTTERO 1013 4296 #define wSVEGLIA 1014 4297 #define wFONTANA 1015 4298 #define wLAVATRICE 1016 4299 #define wSUP291AB 1017 4300 #define wSER1A1 1018 4301 #define wSER1A2 1019 4303 #define wNASTROFFWDDAR 1021 4304 #define wNASTROFFWDVIC 1022 4305 #define wNASTROSTARTDAR 1023 4306 #define wNASTROSTARTVIC 1024 4313 #define wDOM262 1031 4326 #define wCAMINETTO 1044 4328 #define wRINGHIERAA 1046 4329 #define wRINGHIERAB 1047 4330 #define wCOLONA 1048 4331 #define wCOLONB 1049 4332 #define wCOLONC 1050 4333 #define wCUO257A 1051 4334 #define wCUO257B 1052 4335 #define wCUO257C 1053 4338 #define wPFERRODX 1056 4339 #define wPFERROSX 1057 4343 #define wPASSODESTROCOTTO2 1061 4344 #define wPASSOSINISTROCOTTO2 1062 4345 #define wPENDOLO 1063 4346 #define wMARMOFAKE1 1064 4347 #define wTAPPETOFAKEDX1 1065 4348 #define wTAPPETOFAKESX1 1066 4349 #define wTAPPETOFAKE2 1067 4350 #define wMARMOFAKEDX2 1068 4351 #define wMARMOFAKESX2 1069 4352 #define wMARMOFAKE3 1070 4353 #define wSPAROLENTO 1071 4356 #define wDOM2D1 1074 4357 #define wDOM241 1075 4358 #define wLEYLINES 1076 4361 #define w231074 1079 4362 #define wCAC482B 1080 4363 #define wCAC482KA 1081 4364 #define wCAC482KB 1082 4365 #define wCAC482KC 1083 4366 #define wCAC482KD 1084 4367 #define wCAC482KE 1085 4368 #define wCAC482KF 1086 4369 #define wMANETTEA 1087 4370 #define wMANETTEB 1088 4371 #define wPORTA421 1089 4372 #define wPORTA421A 1090 4373 #define wCUOREBRUCIA 1091 4374 #define wGREIPORTA 1092 4375 #define wDUKIFIN 1093 4376 #define wSCALATAA 1094 4377 #define wSCALATAB 1095 4378 #define wSCALATAC 1096 4379 #define wPORTACHIUSA 1097 4380 #define wMODEMFULL 1098 4381 #define wVIC2C1A 1099 4382 #define wVIC2C1B 1100 4383 #define wDAR2C1 1101 4384 #define w48PORTA 1102 4385 #define wCAC482CTEL 1103 4391 #define mPREDIALOG1 1 4392 #define mPREDIALOG2 2 4393 #define mPREDIALOG3 3 4394 #define mPREDIALOG4 4 4395 #define mENDDIALOG1 5 4396 #define mENDDIALOG2 6 4397 #define mENDDIALOG3 7 4406 #define mDOMESTICA 30 4407 #define mDOMESTICA1 31 4408 #define mDOMESTICA2 32 4409 #define mGIARDINIERE 40 4410 #define mGIARDINIERE1 41 4411 #define mGIARDINIERE2 42 4412 #define mGIARDINIERE3 43 4414 #define mCUSTODE1 51 4415 #define mCUSTODE2 52 4416 #define mSERVETTA 60 4417 #define mSERVETTA1 61 4418 #define mSERVETTA2 62 4419 #define mSUPERVISORE 70 4420 #define mSUPERVISORE1 71 4421 #define mSUPERVISORE2 72 4422 #define mSUPERVISORE3 73 4423 #define mSUPERVISORE4 74 4424 #define mMOGLIESUPERVISORE 80 4425 #define mMOGLIESUPERVISORE1 81 4426 #define mMOGLIESUPERVISORE2 82 4427 #define mMOGLIESUPERVISORE3 83 4428 #define mMOGLIESUPERVISORE4 84 4429 #define mMOGLIESUPERVISORE5 85 4430 #define mCOSEFATTI 90 4431 #define mCOSEFATTI1 91 4432 #define mCOSEFATTI2 92 4433 #define mCOSEFATTI3 93 4434 #define mCOSEFATTI4 94 4435 #define mCOSEFATTI5 95 4436 #define mCOSEFATTI6 96 4437 #define mCOSEFATTI7 97 4438 #define mCOSEFATTI8 98 4439 #define mCOSEFATTI9 99 4450 #define eDOMESTICA1 7 4451 #define eDOMESTICA2 8 4452 #define eDOMESTICA3 9 4453 #define eDOMESTICA4 10 4454 #define eDOMESTICA5 11 4455 #define eDOMESTICA6 12 4456 #define eGIARDINIERE1 13 4457 #define eGIARDINIERE2 14 4458 #define eGIARDINIERE3 15 4459 #define eCUSTODE0 16 4460 #define eCUSTODE1 17 4461 #define eCUSTODE2_prima 18 4462 #define eCUSTODE2_dopo 19 4463 #define eCUSTODE3 20 4464 #define eCUSTODE4_prima 21 4465 #define eCUSTODE4_dopo 22 4466 #define eCUSTODE5 23 4467 #define eCUSTODE6 24 4468 #define eSERVETTA1 25 4469 #define eSERVETTA2 26 4470 #define eSERVETTA3 27 4471 #define eSERVETTA4 28 4472 #define eSERVETTA5 29 4473 #define eSERVETTA6 30 4474 #define eSUPERVISORE0 31 4475 #define eSUPERVISORE1 32 4476 #define eSUPERVISORE2 33 4477 #define eSUPERVISORE3 34 4478 #define eSUPERVISORE4 35 4479 #define eMOGLIESUPERVISORE1 36 4480 #define eMOGLIESUPERVISORE2 37 4491 #define dDOMESTICA 3 4492 #define dGIARDINIERE 4 4493 #define dMOGLIESUPERVISORE 5 4495 #define dSUPERVISORE 7 4498 #define dCUOCO_INTERRUPT1 8 4499 #define dCUOCO_INTERRUPT2 9 4500 #define dCUSTODE_INTERRUPT1 10 4501 #define dCUSTODE_INTERRUPT2 11 4502 #define dCUSTODE_INTERRUPT3 12 4503 #define dCUSTODE_INTERRUPT4 13 4504 #define dCUSTODE_INTERRUPT5 14 4505 #define dDOMESTICA_INTERRUPT1 15 4506 #define dDOMESTICA_INTERRUPT2 16 4507 #define dGIARDINIERE_INTERRUPT1 17 4508 #define dGIARDINIERE_INTERRUPT2 18 4509 #define dMOGLIESUP_INTERRUPT1 19 4510 #define dMOGLIESUP_INTERRUPT2 20 4514 #define dR0014_left 24 4515 #define dR0014_right 25 4530 #define dR1C1_fine 40 4536 #define dR1a1_fine_DARRELL 46 4537 #define dR1a1_fine_VICTORIA 47 4541 #define dR211_dlg 51 4554 #define dR321_DAR 64 4555 #define dR321_VIC 65 4556 #define dR347_DARRELL_PART1 66 4557 #define dR347_DARRELL_PART2 67 4558 #define dR347_VICTORIA_PART1 68 4559 #define dR347_VICTORIA_PART2 69 4563 #define dR421_DAR 73 4564 #define dR421_VIC 74 4565 #define dR421_fine 75 4566 #define dR42_porta 76 4574 #define dR483_finale 84 4575 #define dR48KRENNSPARA 85 4576 #define dR48_chiavi 86 4578 #define dRCALLOTHERPLAYER 88 4579 #define dRCARTELLINA1 89 4580 #define dRCARTELLINA2 90 4581 #define dRCARTELLINA3 91 4582 #define dRCARTELLINA4 92 4583 #define dRCARTELLINA5 93 4584 #define dRCARTELLINA6 94 4585 #define dRCARTELLINA7 95 4586 #define dRCARTELLINA8 96 4587 #define dRCARTELLINAC 97 4588 #define dRGAMEOVER 98 4590 #define dROLDPARCHMENT 100 4591 #define dRUN_R1a1_CENTER 101 4592 #define dRUN_R1a1_RIGHT 102 4593 #define dRWALKMAN 103 4594 #define dRWATCHMAKERSLETTER 104 4595 #define dSUPERVISORE_INTERRUPT1 105 4596 #define dSUPERVISORE_INTERRUPT2 106 4597 #define dSUPERVISORE_INTERRUPT3 107 4598 #define dSUPERVISORE_INTERRUPT4 108 4599 #define dR391_end 109 4614 #define nCACCIATORE 9 4615 #define nOROLOGIAIO 10 4616 #define nINSEGUIMENTO 11 4618 #define nTRAPPOLA 13 4619 #define nLABIRINTO 14 4623 #define nLABIRINTO1 18 4645 #define lPDA1_TITLE0 1 4646 #define lPDA1_TITLE1 2 4647 #define lPDA1_MENU1_ITEM1 3 4648 #define lPDA1_MENU1_ITEM2 4 4649 #define lPDA1_MENU1_ITEM3 5 4650 #define lPDA1_MENU1_ITEM4 6 4651 #define lPDA1_MENU1_ITEM5 7 4652 #define lPDA1_MENU1_ITEM6 8 4653 #define lPDA1_MENU1_ITEM7 9 4654 #define lPDA1_MENU1_ITEM8 10 4655 #define lPDA2_TITLE2 11 4656 #define lPDA2_TITLE3_CUO 12 4657 #define lPDA2_MENU3_CUO_ITEM1 13 4658 #define lPDA2_MENU3_CUO_ITEM2 14 4659 #define lPDA2_MENU3_CUO_ITEM3 15 4660 #define lPDA2_TITLE4_DOM 16 4661 #define lPDA2_MENU4_DOM_ITEM1 17 4662 #define lPDA2_MENU4_DOM_ITEM2 18 4663 #define lPDA2_TITLE5_RAUL 19 4664 #define lPDA2_MENU5_RAUL_ITEM1 20 4665 #define lPDA2_MENU5_RAUL_ITEM2 21 4666 #define lPDA2_MENU5_RAUL_ITEM3 22 4667 #define lPDA2_MENU5_RAUL_ITEM4 23 4668 #define lPDA2_MENU5_RAUL_ITEM5 24 4669 #define lPDA2_TITLE6_CUS 25 4670 #define lPDA2_MENU6_CUS_ITEM1 26 4671 #define lPDA2_MENU6_CUS_ITEM2 27 4672 #define lPDA2_MENU6_CUS_ITEM3 28 4673 #define lPDA2_MENU6_CUS_ITEM4 29 4674 #define lPDA2_TITLE7_SER 30 4675 #define lPDA2_MENU7_SER_ITEM1 31 4676 #define lPDA2_MENU7_SER_ITEM2 32 4677 #define lPDA2_MENU7_SER_ITEM3 33 4678 #define lPDA2_TITLE8_SUP 34 4679 #define lPDA2_MENU8_SUP_ITEM1 35 4680 #define lPDA2_MENU8_SUP_ITEM2 36 4681 #define lPDA2_MENU8_SUP_ITEM3 37 4682 #define lPDA2_MENU8_SUP_ITEM4 38 4683 #define lPDA2_MENU8_SUP_ITEM5 39 4684 #define lPDA2_MENU8_SUP_ITEM6 40 4685 #define lPDA2_TITLE9_MOGL 41 4686 #define lPDA2_MENU9_MOGL_ITEM1 42 4687 #define lPDA2_MENU9_MOGL_ITEM2 43 4688 #define lPDA3_TITLE10 44 4689 #define lPDA3_TITLE11_CORONA 45 4690 #define lPDA3_MENU11_CORONA_ITEM1 46 4691 #define lPDA3_MENU11_CORONA_ITEM2 47 4692 #define lPDA3_MENU11_CORONA_ITEM3 48 4693 #define lPDA3_TITLE12_DUKES 49 4694 #define lPDA3_MENU12_DUKES_ITEM1 50 4695 #define lPDA3_MENU12_DUKES_ITEM2 51 4696 #define lPDA3_TITLE13_KRENN 52 4697 #define lPDA3_MENU13_KRENN_ITEM1 53 4698 #define lPDA3_MENU13_KRENN_ITEM2 54 4699 #define lPDA3_TITLE14_VALENCIA 55 4700 #define lPDA3_MENU14_VALENCIA_ITEM1 56 4701 #define lPDA3_MENU14_VALENCIA_ITEM2 57 4702 #define lPDA3_TITLE15_CONCLUSIONS 58 4703 #define lPDA3_MENU15_CONCLUSIONS_ITEM1 59 4704 #define lPDA3_MENU15_CONCLUSIONS_ITEM2 60 4705 #define lPDA3_MENU15_CONCLUSIONS_ITEM3 61 4706 #define lPDA3_MENU15_CONCLUSIONS_ITEM4 62 4707 #define lPDA4_TITLE16 63 4708 #define lPDA4_TITLE17 64 4709 #define lPDA4_MENU17_ITEM1 65 4710 #define lPDA4_TITLE18 66 4711 #define lPDA4_MENU18_ITEM1 67 4712 #define lPDA4_TITLE19 68 4713 #define lPDA4_MENU19_ITEM1 69 4714 #define lPDA4_TITLE20 70 4715 #define lPDA4_MENU20_ITEM1 71 4716 #define lPDA4_TITLE21 72 4717 #define lPDA4_MENU21_ITEM1 73 4718 #define lPDA5_TITLE22 74 4719 #define lPDA5_TITLE23 75 4720 #define lPDA5_MENU23_ITEM1 76 4721 #define lPDA5_MENU23_ITEM2 77 4722 #define lPDA5_TITLE24 78 4723 #define lPDA5_MENU24_ITEM1 79 4724 #define lPDA5_TITLE25 80 4725 #define lPDA5_MENU25_ITEM1 81 4726 #define lPDA5_TITLE26 82 4727 #define lPDA5_MENU26_ITEM1 83 4728 #define lPDA5_MENU26_ITEM2 84 4729 #define lPDA5_MENU26_ITEM3 85 4730 #define lPDA5_TITLE27 86 4731 #define lPDA5_MENU27_ITEM1 87 4732 #define lPDA6_TITLE28 88 4733 #define lPDA6_TITLE29 89 4734 #define lPDA6_MENU29_ITEM1 90 4735 #define lPDA6_MENU29_ITEM2 91 4736 #define lPDA6_TITLE30 92 4737 #define lPDA6_MENU30_ITEM1 93 4738 #define lPDA6_TITLE31 94 4739 #define lPDA6_MENU31_ITEM1 95 4740 #define lPDA6_MENU31_ITEM2 96 4741 #define lPDA6_TITLE32 97 4742 #define lPDA6_MENU32_ITEM1 98 4743 #define lPDA6_MENU32_ITEM2 99 4745 #define lPDA5_MENU25_ITEM2 100 4753 #endif // WATCHMAKER_DEFINE_H Definition: 2d_stuff.h:30