diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-18 13:53:34 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-18 13:53:34 -0400 |
commit | 28b7cf28c73879c406324f14df424fd7f46e9c14 (patch) | |
tree | e4616cf2702e62b3dd35f9d65ff4b012d0f02b22 /Makefile | |
parent | 42efbaf26211b24edc4e31a7ae51948458caef65 (diff) |
Implement o2narc; decompile base stats and movelearns to json
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -201,6 +201,7 @@ TOOLS_DIR = tools SHA1SUM = sha1sum CSV2BIN = $(TOOLS_DIR)/csv2bin/csv2bin JSONPROC = $(TOOLS_DIR)/jsonproc/jsonproc +O2NARC = $(TOOLS_DIR)/o2narc/o2narc GFX = $(TOOLS_DIR)/nitrogfx/nitrogfx MWASMARM_PATCHER = $(TOOLS_DIR)/mwasmarm_patcher/mwasmarm_patcher$(EXE) -q MAKEBANNER = $(WINE) $(TOOLS_DIR)/bin/makebanner.exe |