diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-12 11:13:49 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-12 11:13:49 -0500 |
commit | 004d1cab3fd7eb7b67fd32b457848604836b3c1a (patch) | |
tree | e8c0520db9fe5e0e6948471cbcf48bbe1dde837e /src/menu_specialized.c | |
parent | 35aeff1b6df8efc4e088bd20c71e4243b95c6599 (diff) |
Clean up pokenav conditions doc
Diffstat (limited to 'src/menu_specialized.c')
-rw-r--r-- | src/menu_specialized.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu_specialized.c b/src/menu_specialized.c index d1cc3ff58..20d67ca7f 100644 --- a/src/menu_specialized.c +++ b/src/menu_specialized.c @@ -591,7 +591,7 @@ static void ConditionGraph_CalcRightHalf(struct ConditionGraph *graph) // Calculate Cute -> Tough line (includes left scanline because this crosses the halfway point) i = (graph->curPositions[GRAPH_CUTE].y <= graph->curPositions[GRAPH_SMART].y); ConditionGraph_CalcLine(graph, graph->scanlineRight[0], &graph->curPositions[GRAPH_CUTE], &graph->curPositions[GRAPH_SMART], i, graph->scanlineLeft[0]); - + // Clear down to new top for (i = CONDITION_GRAPH_TOP_Y; i < y; i++) { |