diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-11-27 18:39:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 18:39:50 -0600 |
commit | 18c6b8efc21a509121ab4d6f5b9c8523689d27a2 (patch) | |
tree | 5bb4654fc046f43f0cc3a24ac0f919512afda810 /include/text.h | |
parent | db87e2db4cba56a78842f4f651656c0ed62ab27b (diff) | |
parent | e8b1059345c87b15c74262b2a761e5c7be526a5f (diff) |
Merge pull request #120 from PikalaxALT/unk_text_util
Decompile asm/unk_text_util.s
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 86a25df3a..289c7d2b5 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 |