diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-08-29 14:02:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-29 14:02:40 -0400 |
commit | 62e3afdea1f62da948dd9d3926f712dbbe7af039 (patch) | |
tree | f36cfb87497fba4d95765592b902230e7560a705 /filesystem.mk | |
parent | 98d8b5afbffbd248d3d8bd1358f1f1b9ed0f4150 (diff) | |
parent | 2263ed62e6003fe036655bccceb9a8a91709d75d (diff) |
Merge pull request #272 from PikalaxALT/pikalax_work
Decompile pokedex
Diffstat (limited to 'filesystem.mk')
-rw-r--r-- | filesystem.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filesystem.mk b/filesystem.mk index 33c1bb8d..7471d644 100644 --- a/filesystem.mk +++ b/filesystem.mk @@ -289,6 +289,7 @@ O2NARC_TARGETS := \ files/poketool/personal/pms.narc \ files/poketool/waza/waza_tbl.narc \ files/itemtool/itemdata/item_data.narc \ + files/itemtool/itemdata/nuts_data.narc \ files/poketool/personal/pms.narc: O2NARCFLAGS = -f files/itemtool/itemdata/item_data.narc: O2NARCFLAGS = -p 0xFF |