File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ namespace RuntimePatches {
54
54
* This patch skips the normal battle startup logic whenever a random
55
55
* encounter would be triggered.
56
56
* Instead a switch (default: S[1018]) is set to ON and the troop ID
57
- * is stored into a variable (default: V[3355).
57
+ * is stored into a variable (default: V[3355] ).
58
58
*
59
59
* This implementation always triggers a page-refresh for all
60
60
* events on the current map.
@@ -78,7 +78,7 @@ namespace RuntimePatches {
78
78
* based on the contents of some in-game variables.
79
79
* (Default: V[1001] - V[1010])
80
80
*
81
- * When a switch is set (default: S[1001) to ON, an alternative
81
+ * When a switch is set (default: S[1001] ) to ON, an alternative
82
82
* scaling formula, based on the average party level, is used.
83
83
*
84
84
* Default formula: val = val * V[...] / 1000
You can’t perform that action at this time.
0 commit comments