diff options
author | petuuuhhh <32315520+petuuuhhh@users.noreply.github.com> | 2019-03-08 15:49:16 -0500 |
---|---|---|
committer | petuuuhhh <32315520+petuuuhhh@users.noreply.github.com> | 2019-03-08 15:49:16 -0500 |
commit | 8d0e2fe0660f5e59963ff1e25164078b541aa8fb (patch) | |
tree | 78f691ecb68cc9e925d669d8b6ef94e6a85a6bbe | |
parent | 1a04803de10a38fab875b20df767d2477557fc32 (diff) |
Added link to file that updates moves.asm to Gen 7 with LGPE changes
-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` |