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 | |
parent | 114a5b9b6f75163849e031684b154f754a03d08a (diff) |
pokemon_summary_screen.c, part 6.
Diffstat (limited to 'include')
-rw-r--r-- | include/strings.h | 13 | ||||
-rw-r--r-- | include/text.h | 1 |
2 files changed, 13 insertions, 1 deletions
diff --git a/include/strings.h b/include/strings.h index 9f86bf6ef..df6162227 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1478,5 +1478,16 @@ extern const u8 gUnknown_8416202[]; extern const u8 gUnknown_84161EF[]; extern const u8 gUnknown_841620E[]; extern const u8 gUnknown_8416210[]; - +extern const u8 gUnknown_8416238[]; +extern const u8 gUnknown_8419C13[]; +extern const u8 gUnknown_8419C0B[]; +extern const u8 gUnknown_841996D[]; +extern const u8 gUnknown_841992F[]; +extern const u8 gUnknown_84198D5[]; +extern const u8 gUnknown_84198B4[]; +extern const u8 gUnknown_84197ED[]; +extern const u8 gUnknown_84197B8[]; +extern const u8 gUnknown_8419841[]; +extern const u8 gUnknown_8419822[]; + #endif //GUARD_STRINGS_H 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 |