diff options
author | scnorton <scnorton@biociphers.org> | 2019-01-02 14:31:37 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-01-02 14:31:37 -0500 |
commit | fa05cd911c5c476db777a0f3433b6ee31a92e4fb (patch) | |
tree | a9a3dbbc3be151b4a703f261bdb848b70858330a /src | |
parent | 90faed914327f40382415d93fdd02919bd3b032c (diff) |
Dump some pointers and move descriptions
Diffstat (limited to 'src')
-rw-r--r-- | src/trainer_tower.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/trainer_tower.c b/src/trainer_tower.c index 16f565f10..c3e2ad17e 100644 --- a/src/trainer_tower.c +++ b/src/trainer_tower.c @@ -393,3 +393,9 @@ void sub_815DC8C(void) "_0815DD28: .4byte gUnknown_203F458"); } #endif // NONMATCHING + +void sub_815DD2C(void) +{ + Free(gUnknown_203F458); + gUnknown_203F458 = NULL; +} |