summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2020-06-24 13:57:19 -0400
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2020-06-24 13:57:19 -0400
commit114a5b9b6f75163849e031684b154f754a03d08a (patch)
tree4f1ca6c073ab2360645c370222a9cd293410405d /include
parenta04106a011429db1a474fedd1fd30d892309e4dd (diff)
pokemon_summary_screen.c, part 5.
Diffstat (limited to 'include')
-rw-r--r--include/pokemon_summary_screen.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h
index 0c1a2f221..c28dccfee 100644
--- a/include/pokemon_summary_screen.h
+++ b/include/pokemon_summary_screen.h
@@ -58,4 +58,15 @@ s32 GetLastViewedMonIndex(void);
void ShowPokemonSummaryScreen(struct Pokemon * party, u8 cursorPos, u8 lastIdx, void (*callback)(void), u8 a4);
void sub_8138B38(u8);
+#define TAG_PSS_UNK_64 0x64
+#define TAG_PSS_UNK_65 0x65
+#define TAG_PSS_UNK_66 0x66
+#define TAG_PSS_UNK_67 0x67
+#define TAG_PSS_UNK_6E 0x6E
+#define TAG_PSS_UNK_78 0x78
+#define TAG_PSS_UNK_82 0x82
+#define TAG_PSS_UNK_8C 0x8C
+#define TAG_PSS_UNK_96 0x96
+#define TAG_PSS_UNK_A0 0xA0
+
#endif // GUARD_POKEMON_SUMMARY_SCREEN_H