From 3049d086926f3118cc63f2413c07f09d07ec6fdd Mon Sep 17 00:00:00 2001 From: pinksylveon Date: Thu, 31 Dec 2020 03:12:55 -0500 Subject: More disassembling on engine/bank01 --- tools/gfx.exe | Bin 0 -> 178886 bytes tools/scan_includes.exe | Bin 0 -> 174585 bytes tools/tcgdisasm.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 tools/gfx.exe create mode 100644 tools/scan_includes.exe (limited to 'tools') diff --git a/tools/gfx.exe b/tools/gfx.exe new file mode 100644 index 0000000..5e23638 Binary files /dev/null and b/tools/gfx.exe differ diff --git a/tools/scan_includes.exe b/tools/scan_includes.exe new file mode 100644 index 0000000..8305f4c Binary files /dev/null and b/tools/scan_includes.exe differ diff --git a/tools/tcgdisasm.py b/tools/tcgdisasm.py index a887b1e..83d2af5 100644 --- a/tools/tcgdisasm.py +++ b/tools/tcgdisasm.py @@ -935,7 +935,7 @@ if __name__ == "__main__": ap = argparse.ArgumentParser() ap.add_argument("-r", dest="rom", default="baserom.gbc") ap.add_argument("-o", dest="filename", default="tcgdisasm_output.asm") - ap.add_argument("-s", dest="symfile", default="tcg.sym") + ap.add_argument("-s", dest="symfile", default="poketcg.sym") ap.add_argument("-q", "--quiet", dest="quiet", action="store_true") ap.add_argument("-a", "--append", dest="append", action="store_true") ap.add_argument("-nw", "--no-write", dest="no_write", action="store_true") -- cgit v1.2.3 From 69371a26b626705fa38dad21d80476e72a90fdfd Mon Sep 17 00:00:00 2001 From: pinksylveon Date: Mon, 4 Jan 2021 14:14:19 -0500 Subject: Fixed some things --- tools/gfx.exe | Bin 178886 -> 178886 bytes tools/scan_includes.exe | Bin 174585 -> 174585 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'tools') diff --git a/tools/gfx.exe b/tools/gfx.exe index 5e23638..ecc9f05 100644 Binary files a/tools/gfx.exe and b/tools/gfx.exe differ diff --git a/tools/scan_includes.exe b/tools/scan_includes.exe index 8305f4c..b78f48f 100644 Binary files a/tools/scan_includes.exe and b/tools/scan_includes.exe differ -- cgit v1.2.3 From 978f2f511686b240ac06f5442b2b9c778ec325ef Mon Sep 17 00:00:00 2001 From: SailorMoonFan01 <36681287+SailorMoonFan01@users.noreply.github.com> Date: Mon, 11 Jan 2021 19:44:49 -0500 Subject: Delete scan_includes.exe --- tools/scan_includes.exe | Bin 174585 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 tools/scan_includes.exe (limited to 'tools') diff --git a/tools/scan_includes.exe b/tools/scan_includes.exe deleted file mode 100644 index b78f48f..0000000 Binary files a/tools/scan_includes.exe and /dev/null differ -- cgit v1.2.3 From 220133c398784bc37ee0447455bf6f6e4d2ba03f Mon Sep 17 00:00:00 2001 From: SailorMoonFan01 <36681287+SailorMoonFan01@users.noreply.github.com> Date: Mon, 11 Jan 2021 19:47:06 -0500 Subject: Delete gfx.exe --- tools/gfx.exe | Bin 178886 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 tools/gfx.exe (limited to 'tools') diff --git a/tools/gfx.exe b/tools/gfx.exe deleted file mode 100644 index ecc9f05..0000000 Binary files a/tools/gfx.exe and /dev/null differ -- cgit v1.2.3