summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorultima-soul <akshayjhanji@hotmail.com>2020-08-27 09:40:49 -0700
committerultima-soul <akshayjhanji@hotmail.com>2020-08-27 09:40:49 -0700
commit441e8f436f0ee365596f4c20d705e8fa2b015268 (patch)
tree240fc640cb9ca312a2f7b0d7b4b53982605fa334
parente7a40439106607c371982deac943a93789a3be5c (diff)
Address review comments.
-rw-r--r--arm9/src/scrcmd_18_c.c2
-rw-r--r--arm9/src/script_pokemon_util.c2
-rw-r--r--include/constants/script_pokemon_util.h2
-rw-r--r--include/module_05.h2
-rw-r--r--include/unk_0202C144.h4
5 files changed, 6 insertions, 6 deletions
diff --git a/arm9/src/scrcmd_18_c.c b/arm9/src/scrcmd_18_c.c
index e4f950c5..d2753587 100644
--- a/arm9/src/scrcmd_18_c.c
+++ b/arm9/src/scrcmd_18_c.c
@@ -20,4 +20,4 @@ THUMB_FUNC BOOL ScrCmd_givemon(struct ScriptContext* ctx)
struct PlayerParty * party = SavArray_PlayerParty_get((struct SaveBlock2 *) savePtr->unkC);
*varPtr = GiveMon(11, (struct SaveBlock2 *) savePtr->unkC, species, level, item, mapSec, 12);
return FALSE;
-} \ No newline at end of file
+}
diff --git a/arm9/src/script_pokemon_util.c b/arm9/src/script_pokemon_util.c
index 764ed98a..fccdb15e 100644
--- a/arm9/src/script_pokemon_util.c
+++ b/arm9/src/script_pokemon_util.c
@@ -199,4 +199,4 @@ BOOL SurvivePoisoning(struct Pokemon * mon)
}
}
return FALSE;
-} \ No newline at end of file
+}
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