summaryrefslogtreecommitdiff
path: root/include/tm_case.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tm_case.h')
-rw-r--r--include/tm_case.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/tm_case.h b/include/tm_case.h
index f77eae457..bb88fc4d1 100644
--- a/include/tm_case.h
+++ b/include/tm_case.h
@@ -1,6 +1,16 @@
#ifndef GUARD_TM_CASE_H
#define GUARD_TM_CASE_H
+enum TmCaseType
+{
+ TMCASE_FROMFIELD,
+ TMCASE_FROMPARTYGIVE,
+ TMCASE_FROMMARTSELL,
+ TMCASE_FROMPOKEMONSTORAGEPC,
+ TMCASE_FROMBATTLE,
+ TMCASE_NA
+};
+
void InitTMCase(u8 a0, void (* a1)(void), u8 a2);
void ResetTMCaseCursorPos(void);
void PokeDude_InitTMCase(void);