Deb_comp.hpp 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. struct st_compact
  2. {
  3. #define C_LOGIC 0
  4. int c_logic;
  5. #define C_STATUS 2
  6. int c_status;
  7. #define C_SYNC 4
  8. int c_sync;
  9. #define C_SCREEN 6
  10. int c_screen;
  11. #define C_PLACE 8
  12. int c_place;
  13. #define C_GET_TO_TABLE 10
  14. char * c_get_to_table;
  15. #define C_XCOOD 14
  16. int c_xcood;
  17. #define C_YCOOD 16
  18. int c_ycood;
  19. #define C_FRAME 18
  20. int c_frame;
  21. #define C_ACTION_SCRIPT 36
  22. #define C_UP_FLAG 38
  23. int c_up_flag;
  24. #define C_DOWN_FLAG 40
  25. int c_down_flag;
  26. #define C_GET_TO_FLAG 42
  27. int c_get_to_flag;
  28. #define C_FLAG 44
  29. int c_flag;
  30. #define C_GRAFIX_PROG 48
  31. int c_grafix_prog;
  32. #define C_OFFSET 52
  33. int c_offset;
  34. #define C_MODE 54
  35. int c_mode;
  36. #define C_BASE_SUB 56
  37. int c_base_sub;
  38. int c_base_sub_off;
  39. #define C_ACTION_SUB 60
  40. int c_action_sub;
  41. int c_action_sub_off;
  42. #define C_GET_TO_SUB 64
  43. int c_get_to_sub;
  44. int c_get_to_sub_off;
  45. #define C_EXTRA_SUB 68
  46. int c_extra_sub;
  47. int c_extra_sub_off;
  48. #define C_DIR 72
  49. int c_dir;
  50. #define C_REQUEST 86
  51. int c_request;
  52. #define C_SP_COL 90
  53. int c_sp_col;
  54. #define C_SP_TEXT_ID 92
  55. int c_sp_text_id;
  56. #define C_WAITING_FOR 102
  57. int c_waiting_for;
  58. #define C_ANIM_SCRATCH 108
  59. int c_anim_scratch;
  60. #define C_MEGA_SET 112
  61. int c_mega_set;
  62. };
  63.