Moved order of defined header files in include/global.h

This commit is contained in:
LOuroboros 2022-05-13 10:52:09 -03:00
parent 2263caef7a
commit 577791a6bc

View File

@ -14,8 +14,8 @@
#include "constants/maps.h"
#include "constants/pokemon.h"
#include "constants/easy_chat.h"
#include "constants/expansion_branches.h"
#include "constants/trainer_hill.h"
#include "constants/expansion_branches.h"
// Prevent cross-jump optimization.
#define BLOCK_CROSS_JUMP asm("");