diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-05 15:25:12 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-02-05 15:25:12 -0500 |
commit | 0851c34bac0f38699e3442d8b79c4d7fe52ca71c (patch) | |
tree | b65a9c294db4e297f923f2e81570ba53c861506d /include/global.h | |
parent | 2b5f7fe151d548230d2af4c6b0240252300032d0 (diff) |
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(""); |