mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-19 12:08:34 +01:00
Removed duplicate inclusion of battle_config.h
## Description I think the title is self-explanatory, but the header file that is `include/constants/battle_config.h` is included twice unnecessarily. ## **Discord contact info** Lunos#4026 As usual, if there's anything wrong please let me know.
This commit is contained in:
parent
00fade28c0
commit
1635585e68
@ -19,7 +19,6 @@
|
|||||||
#include "berry.h"
|
#include "berry.h"
|
||||||
#include "pokedex.h"
|
#include "pokedex.h"
|
||||||
#include "mail.h"
|
#include "mail.h"
|
||||||
#include "constants/battle_config.h"
|
|
||||||
#include "field_weather.h"
|
#include "field_weather.h"
|
||||||
#include "constants/abilities.h"
|
#include "constants/abilities.h"
|
||||||
#include "constants/battle_anim.h"
|
#include "constants/battle_anim.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user