From 85787aaa3679972ede570cf1dd5687b9a84c4c9d Mon Sep 17 00:00:00 2001 From: ghoulslash Date: Thu, 2 Jan 2025 08:43:12 -0500 Subject: [PATCH] add moves.h --- src/dexnav.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dexnav.c b/src/dexnav.c index 6db7207ec8..e28bd9c309 100644 --- a/src/dexnav.c +++ b/src/dexnav.c @@ -26,6 +26,7 @@ #include "menu.h" #include "menu_helpers.h" #include "metatile_behavior.h" +#include "move.h" #include "overworld.h" #include "palette.h" #include "party_menu.h"