home *** CD-ROM | disk | FTP | other *** search
/ Phoenix Heaven Sunny 2 / APPARE2.BIN / oh_towns / dic / src / dic.h < prev    next >
Text File  |  1995-06-20  |  851b  |  40 lines

  1. #define    MK_HONMON    0x00
  2. #define    MK_MENU        0x01
  3. #define    MK_COPR        0x02
  4. #define    TI_TANGO    0x03
  5. #define    TI_ZKANA    0x04
  6. #define    TI_ZHYOKI    0x05
  7. #define    TI_KKANA    0x06
  8. #define    TI_KHYOKI    0x07
  9. #define    TI_ZALPHA    0x08
  10. #define    TI_KALPHA    0x09
  11. #define    TI_CROSS    0x0A
  12. #define    TI_NUMBER    0x0B
  13. #define    MK_MENU2    0x20
  14. #define    MK_COPR2    0x21
  15. #define    MK_COPR3    0x23
  16. #define    MK_SOUND    0x24
  17.  
  18. #define    MK_KANA        0x30
  19. #define    MK_ALPHA    0x40
  20. #define    MK_KANJI    0x50
  21. #define    MK_HYOKI    0x60
  22. #define    MK_KKANA    0x70
  23. #define    MK_KHYOKI    0x71
  24. #define    MK_KALPHA    0x72
  25. #define    MK_TANGO    0x80
  26. #define    MK_CROSS    0x81
  27. #define    MK_ZKANA    0x90
  28. #define    MK_ZHYOKI    0x91
  29. #define    MK_ZALPHA    0x92
  30. #define    MK_NUMBER    0xA0
  31.  
  32. #define    MK_PAGE        0xB0
  33. #define    MK_SOUKAKU    0xB1
  34. #define    MK_BUSYUKAKU    0xB1
  35.  
  36. #define    MK_ZUHAN    0xD0
  37. #define    MK_IRO        0xE0
  38. #define    MK_ANSHO    0xF0
  39. #define    MK_FUKUGO    0xFF
  40.