diff options
author | yenatch <yenatch@gmail.com> | 2017-09-16 17:57:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-16 17:57:50 -0400 |
commit | d574795b729742efb26b80a1c5b798cd0f58c3f4 (patch) | |
tree | 46256c02f8d772d76a81c1ec2a9f4bd15fb05b0f /include | |
parent | 19d2d73c7064375e6cef64ced734052170d4361b (diff) | |
parent | 5e12833b13223ecc6a5a9c91332ed71303358680 (diff) |
Merge pull request #32 from Diegoisawesome/master
Extract baserom calls from data2.s and begin tidying up strings.s
Diffstat (limited to 'include')
-rw-r--r-- | include/global.berry.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/global.berry.h b/include/global.berry.h index 4b9ca644c..a77da20ba 100644 --- a/include/global.berry.h +++ b/include/global.berry.h @@ -46,10 +46,6 @@ struct EnigmaBerry u8 holdEffect; u8 holdEffectParam; u32 checksum; - u8 pic[(6 * 6) * TILE_SIZE_4BPP]; - u16 palette[16]; - u8 description1[45]; - u8 description2[45]; }; struct BattleEnigmaBerry |