diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-11-19 14:05:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-19 14:05:18 -0500 |
commit | 43efafa12c2243354ccee4ddd76cd41aed3ecf18 (patch) | |
tree | 73a2391f2c0460573b778794e0b4119886bd9e80 /src/poison.c | |
parent | 89dc26755ad2818c10b37a34ed46f5c79dc571c8 (diff) | |
parent | 009732cb4c099c7311410c41a5945a50449c41de (diff) |
Merge pull request #157 from PikalaxALT/dism_more_data
Evolution Graphics and others
Diffstat (limited to 'src/poison.c')
-rw-r--r-- | src/poison.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poison.c b/src/poison.c index 004e9aa98..7a0788c29 100644 --- a/src/poison.c +++ b/src/poison.c @@ -134,7 +134,7 @@ static const union AffineAnimCmd gUnknown_83E6A68[] = AFFINEANIMCMD_JUMP(0), }; -static const union AffineAnimCmd *const gUnknown_83E6A80[] = +const union AffineAnimCmd *const gUnknown_83E6A80[] = { gUnknown_83E6A68, }; |