diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-24 23:27:20 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-24 23:27:20 +0100 |
commit | 44e5e82f67410ea881e8b92bc060be78117e0bf3 (patch) | |
tree | 0214d4a89114d223bd41c0804409aee4d90b2a09 /src/scrcmd.c | |
parent | 43c88440e0c7919b6d89138bc21254de950c4b8d (diff) |
clean up party menu
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index 7995238aa..ab3af019d 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -1713,7 +1713,6 @@ bool8 ScrCmd_checkpartymove(struct ScriptContext *ctx) u16 species = GetMonData(&gPlayerParty[i], MON_DATA_SPECIES, NULL); if (!species) break; - // UB: GetMonData() arguments don't match function definition if (!GetMonData(&gPlayerParty[i], MON_DATA_IS_EGG) && MonKnowsMove(&gPlayerParty[i], moveId) == TRUE) { gSpecialVar_Result = i; |