From 9ec77a8f48c6e986e803030ada06da31fae85370 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Tue, 12 Jun 2018 14:12:32 +0200 Subject: Don't use the extras submodule Most tools from pokemon-reverse-engineering-tools are meant for pokecrystal or pokered. Having only the subset of required tools without depending on a submodule makes it easier to submit custom changes exclusive poketcg and its structure. For example, the disasm tool can be made to use poketcg rom/sym files by default, read vram and hram as symbols, and can be modified in the future to for example guess text labels in applicable load instructions or to dump poketcg-specific scripts. gfx.py was also added, but without the not required pokecrystal lz (de)compression support --- extras | 1 - 1 file changed, 1 deletion(-) delete mode 160000 extras (limited to 'extras/scan_includes.py') diff --git a/extras b/extras deleted file mode 160000 index f286f17..0000000 --- a/extras +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f286f17bde37d0469b1e0203cc45cc69cea4a4c0 -- cgit v1.2.3