Skip to content

Commit

Permalink
adjustments for xerneas
Browse files Browse the repository at this point in the history
  • Loading branch information
Thutmose committed Oct 28, 2022
1 parent 5f9da7e commit 0cd0234
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions processing_scripts/database_update/model_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def _process_arceus_silvally(entry, key, model):
'florges': _process_no_custom,
'sinistea': _process_model_only,
'polteageist': _process_model_only,
'xerneas': _process_tex_only,
}

def process_model(entry, key, model):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,16 +204,16 @@
"model": {
"key": "xerneas-neutral",
"tex": "xerneas-neutral",
"model": "xerneas-neutral",
"anim": "xerneas-neutral",
"model": "xerneas",
"anim": "xerneas",
"types": "fairy"
},
"models": [
{
"key": "xerneas-active",
"tex": "xerneas-active",
"model": "xerneas-active",
"anim": "xerneas-active",
"model": "xerneas",
"anim": "xerneas",
"types": "fairy"
}
],
Expand Down

0 comments on commit 0cd0234

Please sign in to comment.