diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-03 11:01:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-03 11:01:05 -0400 |
commit | 9f50c4fa80e5a3c69ed46883a132ad02bf5edcec (patch) | |
tree | bbfe03dcf62f5f9221df72b8e47f4643355e9a18 /include | |
parent | 3ca1a5d9b03279f3f2423159cae2510655009e2a (diff) | |
parent | 07015aa7ae0ff2b846f37134214cfe2288a1a053 (diff) |
Merge pull request #760 from ultima-soul/use_pokeblock_data
Decompile use_pokeblock data
Diffstat (limited to 'include')
-rw-r--r-- | include/graphics.h | 3 | ||||
-rw-r--r-- | include/strings.h | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index d77e8e4c7..bbb70590d 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4939,6 +4939,9 @@ extern const u32 gLinkMiscMenu_Tilemap[]; // Use Pokeblock extern const u8 gPokenavConditionCancel_Gfx[]; extern const u16 gPokenavConditionCancel_Pal[]; +extern const u8 gUsePokeblockUpDown_Gfx[]; +extern const u16 gUsePokeblockUpDown_Pal[]; +extern const u16 gUsePokeblockCondition_Pal[]; // Berry Crush extern const u32 gUnknown_08DE34B8[]; diff --git a/include/strings.h b/include/strings.h index 261396678..d1a90cfaa 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2766,4 +2766,11 @@ extern const u8 gUnknown_085EC017[]; extern const u8 gUnknown_085EC01C[]; extern const u8 gUnknown_085EC022[]; +// use_pokeblock +extern const u8 gText_Coolness[]; +extern const u8 gText_Toughness[]; +extern const u8 gText_Smartness[]; +extern const u8 gText_Cuteness[]; +extern const u8 gText_Beauty3[]; + #endif // GUARD_STRINGS_H |