From d6a88e0eaa7d74f187fb27f8a376203f40537340 Mon Sep 17 00:00:00 2001 From: garak Date: Mon, 3 Dec 2018 16:39:51 -0500 Subject: [PATCH] remove frontier asm constants to fix build --- constants/constants.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/constants/constants.inc b/constants/constants.inc index 27d554ad0..38887dd28 100644 --- a/constants/constants.inc +++ b/constants/constants.inc @@ -2,6 +2,5 @@ .include "constants/misc_constants.inc" .include "constants/contest_constants.inc" .include "constants/pokemon_data_constants.inc" - .include "constants/battle_frontier_constants.inc" .include "constants/berry_constants.inc" .include "constants/contest_move_effects.inc"