mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add Ultra Moon dex entries
Note: there are dex entries for forms too, but this only adds the text for the default form because the db schema assumes dex entries are per-species.
This commit is contained in:
parent
5fe8fdcc95
commit
0015bcb15c
2 changed files with 11949 additions and 2 deletions
File diff suppressed because it is too large
Load diff
|
@ -7,8 +7,11 @@ import sys
|
||||||
import re
|
import re
|
||||||
|
|
||||||
textdir = sys.argv[1]
|
textdir = sys.argv[1]
|
||||||
VERSION = 'sun'
|
#VERSION = 'sun'
|
||||||
FILE = '119'
|
#FILE = '119'
|
||||||
|
VERSION = 'ultra-moon'
|
||||||
|
FILE = '125'
|
||||||
|
|
||||||
NUM_SPECIES = 807
|
NUM_SPECIES = 807
|
||||||
|
|
||||||
lang_idents = {
|
lang_idents = {
|
||||||
|
|
Loading…
Reference in a new issue