diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2021-06-12 13:53:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-12 13:53:58 -0400 |
commit | 5bf6a89e8ed480b72f901e3523b7ff7b4d695249 (patch) | |
tree | 15b33c4b5bb0b4bf2ae3822643222c3e56513088 /filesystem.mk | |
parent | 643dedac9ca72af14b2d3c74a18022e216e3f7c3 (diff) | |
parent | 4b1053c21cf22b9eca6f556139f52414b91f523b (diff) |
Merge pull request #406 from PikalaxALT/pikalax_work
Decompile overlay 19
Diffstat (limited to 'filesystem.mk')
-rw-r--r-- | filesystem.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/filesystem.mk b/filesystem.mk index 387231bf..ce072c9c 100644 --- a/filesystem.mk +++ b/filesystem.mk @@ -3262,6 +3262,10 @@ files/msgdata/msg.narc: \ files/msgdata/msg/narc_0622.bin \ files/msgdata/msg/narc_0623.bin +files/graphic/poketch.narc: \ + files/graphic/poketch/narc_0010.NCGR.lz \ + files/graphic/poketch/narc_0011.NSCR.lz + ## Trainer names files/msgdata/msg/narc_0559.txt: files/poketool/trainer/trdata.json (echo " -"; $(GREP) -w '"name":' $< | cut -d'"' -f4) | $(SED) 's/^(.+)$$/{TRNAME}\1\r/g' > $@ |