diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-06-25 12:59:37 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-06-25 12:59:37 -0400 |
commit | 91fea55a24ba6e184e806c7aefa7f60ef31c0b32 (patch) | |
tree | a74219021737729851ad76c17e3038a343769daf /include/text.h | |
parent | 114a5b9b6f75163849e031684b154f754a03d08a (diff) |
pokemon_summary_screen.c, part 6.
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 f1bf8b942..cd10de3e6 100644 --- a/include/text.h +++ b/include/text.h @@ -141,6 +141,7 @@ #define NUM_TEXT_PRINTERS 32 +#define TEXT_SPEED_INSTANT 0 #define TEXT_SPEED_FF 0xFF enum |