diff options
author | YamaArashi <shadow962@live.com> | 2017-01-05 20:39:55 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-05 20:39:55 -0800 |
commit | c1b2c31a4a935f6c452596d5f2fad2e2cb588d4d (patch) | |
tree | c9a1a7102a97ccfff96388b2205003d13a3ec8ce /src/berry_tag_screen.c | |
parent | 746b12fb99bb435ea5fcd06b12032d40e088c6c9 (diff) |
item constants
Diffstat (limited to 'src/berry_tag_screen.c')
-rw-r--r-- | src/berry_tag_screen.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/berry_tag_screen.c b/src/berry_tag_screen.c index e7ef9ca76..1b432fe70 100644 --- a/src/berry_tag_screen.c +++ b/src/berry_tag_screen.c @@ -13,9 +13,10 @@ #include "string_util.h" #include "task.h" #include "text.h" +#include "items.h" #define OFFSET_7B (123) -#define FIRST_BERRY (0x85) // ITEM_CHERI_BERRY +#define FIRST_BERRY ITEM_CHERI_BERRY struct Struct2000000 { /*0x00*/ u8 filler_0[0x1FFFF]; |