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/module_05.h | |
parent | e7a40439106607c371982deac943a93789a3be5c (diff) |
Address review comments.
Diffstat (limited to 'include/module_05.h')
-rw-r--r-- | include/module_05.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/module_05.h b/include/module_05.h index 471dd146..4de49e18 100644 --- a/include/module_05.h +++ b/include/module_05.h @@ -3,4 +3,4 @@ void MOD05_SetEggStats(struct Pokemon * mon, u16 species, int a1, struct PlayerData * data, int a2, int metLoc);
-#endif //POKEDIAMOND_MODULE_05_H
\ No newline at end of file +#endif //POKEDIAMOND_MODULE_05_H
|