diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2020-08-27 09:40:49 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2020-08-27 09:40:49 -0700 |
commit | 441e8f436f0ee365596f4c20d705e8fa2b015268 (patch) | |
tree | 240fc640cb9ca312a2f7b0d7b4b53982605fa334 /include/unk_0202C144.h | |
parent | e7a40439106607c371982deac943a93789a3be5c (diff) |
Address review comments.
Diffstat (limited to 'include/unk_0202C144.h')
-rw-r--r-- | include/unk_0202C144.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unk_0202C144.h b/include/unk_0202C144.h index 206beffb..31d3942c 100644 --- a/include/unk_0202C144.h +++ b/include/unk_0202C144.h @@ -1,6 +1,6 @@ #ifndef POKEDIAMOND_UNK_0202C144_H
#define POKEDIAMOND_UNK_0202C144_H
-void FUN_0202C144(struct SaveBlock2 *, struct Pokemon *);
+void FUN_0202C144(struct SaveBlock2 * sav2, struct Pokemon * mon);
-#endif //POKEDIAMOND_UNK_0202C144_H
\ No newline at end of file +#endif //POKEDIAMOND_UNK_0202C144_H
|