summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Physical-Special-split.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Physical-Special-split.md b/Physical-Special-split.md
index ed6e050..fe2493e 100644
--- a/Physical-Special-split.md
+++ b/Physical-Special-split.md
@@ -101,7 +101,8 @@ Moves:
```
You'll have to assign the right category—`PHYSICAL`, `SPECIAL`, or `STATUS`—to all 251 moves, right after their types. There's a file which already does this with the default pokecrystal moves [here](https://gitgud.io/pfero/axyllagame/blob/b545f49f30cef9c0d567e715cd58a123c6ac31c8/data/moves/moves.asm). (Note: that file also changes Curse's type from `CURSE_T` to `GHOST`.)
-Additionally, if you want moves updated to Gen 7 with LGPE changes, copy/paste this file [here] (https://raw.githubusercontent.com/petuuuhhh/pokecrystal/master/data/moves/moves.asm)
+
+Additionally, if you want moves updated to Gen 7 with LGPE changes, copy/paste this file [here](https://raw.githubusercontent.com/petuuuhhh/pokecrystal/master/data/moves/moves.asm)
## 3. Mask out the category in `PrintMoveType`