diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-23 13:29:11 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-23 13:29:11 -0500 |
commit | e8b1059345c87b15c74262b2a761e5c7be526a5f (patch) | |
tree | 80ec9b55c4da0b992ded4c51a066e27bac03e74c /include/text.h | |
parent | ef18d3b8ec2ec0e0c0d7f4c48c9da921e34c5b02 (diff) |
CHAR_SPECIAL_F7 constant
Preface for string decompilation
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h index 594661717..1da5141aa 100644 --- a/include/text.h +++ b/include/text.h @@ -65,6 +65,7 @@ #define CHAR_x 0xEC #define CHAR_y 0xED #define CHAR_z 0xEE +#define CHAR_SPECIAL_F7 0xF7 #define CHAR_SPECIAL_F9 0xF9 #define CHAR_COLON 0xF0 #define CHAR_PROMPT_SCROLL 0xFA // waits for button press and scrolls dialog |