From 441e8f436f0ee365596f4c20d705e8fa2b015268 Mon Sep 17 00:00:00 2001 From: ultima-soul Date: Thu, 27 Aug 2020 09:40:49 -0700 Subject: Address review comments. --- include/constants/script_pokemon_util.h | 2 +- include/module_05.h | 2 +- include/unk_0202C144.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/constants/script_pokemon_util.h b/include/constants/script_pokemon_util.h index 54abf810..afd70eeb 100644 --- a/include/constants/script_pokemon_util.h +++ b/include/constants/script_pokemon_util.h @@ -5,4 +5,4 @@ #define FLDPSN_PSN 1 #define FLDPSN_HEAL 2 -#endif //POKEDIAMOND_SCRIPT_POKEMON_UTIL_H \ No newline at end of file +#endif //POKEDIAMOND_SCRIPT_POKEMON_UTIL_H 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 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 -- cgit v1.2.3