diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-14 14:15:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-14 14:15:51 -0500 |
commit | a85ac11b28affab06ddb9aa16dceb0d835de9c23 (patch) | |
tree | 29a3df5b5e53aacb75d8f3db1a1c0be98124be70 /include/global.h | |
parent | 78925916f3fcceca714b8a9ffa8400e33470eae3 (diff) | |
parent | 20b76c6071ee6630a825aee9c34cf72efcc9a35f (diff) |
Merge pull request #1325 from GriffinRichards/constants-berrytree
Add berry tree id constants
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index 4ccd2be50..9587eb1f3 100644 --- a/include/global.h +++ b/include/global.h @@ -9,6 +9,7 @@ #include "constants/flags.h" #include "constants/vars.h" #include "constants/species.h" +#include "constants/berry.h" // Prevent cross-jump optimization. #define BLOCK_CROSS_JUMP asm(""); |