diff options
Diffstat (limited to 'Physical-Special-split.md')
-rw-r--r-- | Physical-Special-split.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Physical-Special-split.md b/Physical-Special-split.md index fe2493e..22484fd 100644 --- a/Physical-Special-split.md +++ b/Physical-Special-split.md @@ -102,8 +102,6 @@ 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` |