summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Learn-moves-upon-evolution.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Learn-moves-upon-evolution.md b/Learn-moves-upon-evolution.md
index 0f745f6..cfd077d 100644
--- a/Learn-moves-upon-evolution.md
+++ b/Learn-moves-upon-evolution.md
@@ -1,5 +1,7 @@
Credit to Zeturic and UltimaSoul for this feature, and to ExpoSeed and Lunos for modifying it.
+Note: this feature as written is not compatible with DizzyEgg's battle_engine_v2.
+
This tutorial will allow Pokemon to learn moves immediately after evolving, like in Gen 7. This is useful because it avoids a situation where a Pokemon (like Feebas) has no useful or damaging moves because it evolved slightly too late.
We will implement this by writing a new function to handle learning a new move on evolution. Declare a new function in [include/pokemon.h](../blob/master/include/pokemon.h):