diff options
Diffstat (limited to 'RGens/data/sample-grammars/pokeattacks.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/pokeattacks.gram | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/RGens/data/sample-grammars/pokeattacks.gram b/RGens/data/sample-grammars/pokeattacks.gram index ad23186..07ad8bc 100755 --- a/RGens/data/sample-grammars/pokeattacks.gram +++ b/RGens/data/sample-grammars/pokeattacks.gram @@ -3,10 +3,11 @@ [attack-type] ( [poke-type] type) ( [poke-type] / [poke-type] type) -[attack-pp] [5..40] type +[attack-pp] ( [5..40] pp ) pragma suffix-with [pokeattack] [move-kind] pragma suffix-with [pokeattack] [attack-type] +pragma suffix-with [pokeattack] [attack-pp] [pokeattack-name] [word-1] [word-1] [word-2] [word-2] @@ -58,8 +59,8 @@ pragma suffix-with [word-11] [seperator] pragma prefix-with [word-21] [seperator] -pragma prefix-with [pokeattack] [word-1] -pragma suffix-with [pokeattack] [word-2] +pragma prefix-with [pokeattack-name] [word-1] +pragma suffix-with [pokeattack-name] [word-2] [word-1] acid aerial |
