diff options
-rw-r--r-- | Physical-Special-split.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Physical-Special-split.md b/Physical-Special-split.md index 22484fd..ed6e050 100644 --- a/Physical-Special-split.md +++ b/Physical-Special-split.md @@ -101,6 +101,7 @@ 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) ## 3. Mask out the category in `PrintMoveType` |