diff options
author | who-knows-who <j.williams97@outlook.com> | 2021-06-22 22:12:29 +0100 |
---|---|---|
committer | who-knows-who <j.williams97@outlook.com> | 2021-06-22 22:12:29 +0100 |
commit | cec1d428f458997fe3e4c0ac4abf0dc6b36ba699 (patch) | |
tree | f246a8956341a8f743d29c58f39a80a6ac5f865a /filesystem.mk | |
parent | 5bbef1bba183ad6654edbd0c8fc8244db38ac5c9 (diff) | |
parent | d192b6951f54d1397ded3db03b5e486ec679ac6f (diff) |
Merge branch 'master' of github.com:pret/pokediamond into 0202A1E0
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' > $@ |