fixes a PE compatibility bug, thanks to BioToxtrix for pointing it out

This commit is contained in:
TheXaman 2021-02-04 19:23:42 +01:00
parent fbbc604848
commit 379a862586

View file

@ -1,5 +1,8 @@
#include "global.h"
#include "battle_main.h"
#ifdef BATTLE_ENGINE
#include "battle_util.h"
#endif
#include "bg.h"
#include "contest_effect.h"
#include "data.h"
@ -23,6 +26,9 @@
#include "pokedex_cry_screen.h"
#include "pokemon_icon.h"
#include "pokemon_summary_screen.h"
#ifdef POKEMON_EXPANSION
#include "region_map.h"
#endif
#include "scanline_effect.h"
#include "shop.h"
#include "sound.h"
@ -40,9 +46,6 @@
#include "constants/party_menu.h"
#include "constants/rgb.h"
#include "constants/songs.h"
#ifdef BATTLE_ENGINE
#include "battle_util.h"
#endif
enum
{