diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/script_pokemon_util.h | 2 | ||||
-rw-r--r-- | include/module_05.h | 2 | ||||
-rw-r--r-- | include/unk_0202C144.h | 4 |
3 files changed, 4 insertions, 4 deletions
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
|