Skip to content

Commit

Permalink
use common_art_groups feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer committed Sep 2, 2024
1 parent 9c2f542 commit 21037ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions decompiler/config/jak1/jak1_config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@
"rip_streamed_audio": false,

// art groups that should always be possible to access, e.g. "common_art_groups": ["eichar-racer+0-ag", "racer-ag", "ef-plane-ag"]
"common_art_groups": [],
"common_art_groups": ["eichar-racer+0-ag", "racer-ag", "ef-plane-ag"],

// tpages that should always be possible to access, e.g. "common_tpages": [1119],
"common_tpages": [],
"common_tpages": [1119],

////////////////////////////
// PATCHING OPTIONS
Expand Down

0 comments on commit 21037ca

Please sign in to comment.