summaryrefslogtreecommitdiff
path: root/include/pokenav.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-10 18:52:30 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-11-11 15:29:15 -0500
commit7efdc0902b5951575560ee44023c6ce8f240a4b5 (patch)
treed8db9d26204f110698cc553024115be789a9dae6 /include/pokenav.h
parent45908873591abb9fcb87a68721690c9a35559139 (diff)
Finish condition graph doc
Diffstat (limited to 'include/pokenav.h')
-rw-r--r--include/pokenav.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokenav.h b/include/pokenav.h
index 445ce752b..b8c2178d1 100644
--- a/include/pokenav.h
+++ b/include/pokenav.h
@@ -437,7 +437,7 @@ u32 GetPartyConditionCallback(void);
void FreePartyConditionSubstruct1(void);
bool32 LoadPartyConditionMenuGfx(void);
bool32 IsConditionMenuSearchMode(void);
-struct ConditionGraph *GetConditionGraphDataPtr(void);
+struct ConditionGraph *GetConditionGraphPtr(void);
u16 GetConditionGraphCurrentMonIndex(void);
u16 GetMonListCount(void);
u8 GetNumConditionMonSparkles(void);