summaryrefslogtreecommitdiff
path: root/src/pokenav.c
diff options
context:
space:
mode:
authorEvan <eroelke@gmail.com>2020-10-11 08:50:58 -0600
committerEvan <eroelke@gmail.com>2020-10-11 08:50:58 -0600
commitf4909b4d964100b2e2dde75582ad647ef80fc6a8 (patch)
tree1af09ee372f343741d4fb3cab6a7fc261c33bdda /src/pokenav.c
parent2b2be90a5266e294342e1759dddfe8af4d6f39f2 (diff)
align pokenav task funcs and update some pokenav menu bg gfx files
Diffstat (limited to 'src/pokenav.c')
-rw-r--r--src/pokenav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokenav.c b/src/pokenav.c
index 12a13509b..9f9cf7dee 100644
--- a/src/pokenav.c
+++ b/src/pokenav.c
@@ -142,7 +142,7 @@ const struct PokenavCallbacks PokenavMenuCallbacks[15] =
.free1 = FreeSearchResultSubstruct1,
.free2 = FreeSearchResultSubstruct2,
},
- [POKENAV_MENU_CONDITION_GRAPH_FROM_SEARCH - POKENAV_MENU_IDS_START] =
+ [POKENAV_CONDITION_GRAPH_FROM_SEARCH - POKENAV_MENU_IDS_START] =
{
.init = PokenavCallback_Init_ConditionGraphFromSearch,
.callback = GetPartyConditionCallback,