diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-16 00:08:23 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-16 00:08:23 +0100 |
commit | 435167674968749684710d7ad5c4f628c6b4ae86 (patch) | |
tree | 01220d06d890f0a5efe98ebfc1d5e019a0992fef /include/strings.h | |
parent | 8ac17e09486006c7d2d066173c8fa907aceb72de (diff) |
decompile more of pokeblock.s
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 6a379ee19..51027adff 100644 --- a/include/strings.h +++ b/include/strings.h @@ -18,6 +18,15 @@ extern const u8 gText_Tough[]; extern const u8 gText_Single[]; extern const u8 gText_Double[]; +extern const u8 gText_Spicy[]; +extern const u8 gText_Dry[]; +extern const u8 gText_Sweet[]; +extern const u8 gText_Bitter[]; +extern const u8 gText_Sour[]; + +extern const u8 gText_StowCase[]; +extern const u8 gText_LvVar1[]; + extern const u8 gText_Spicy2[]; extern const u8 gText_Dry2[]; extern const u8 gText_Sweet2[]; |