summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorpinksylveon <shakibafzali@gmail.com>2020-12-31 03:12:55 -0500
committerpinksylveon <shakibafzali@gmail.com>2020-12-31 03:12:55 -0500
commit3049d086926f3118cc63f2413c07f09d07ec6fdd (patch)
tree5c4e79afe08973d5000147e3290f2df6b1dcdbd8 /tools
parent122cbc06aea38592b037cf0e6d5f5c7f48e98ac5 (diff)
More disassembling on engine/bank01
Diffstat (limited to 'tools')
-rw-r--r--tools/gfx.exebin0 -> 178886 bytes
-rw-r--r--tools/scan_includes.exebin0 -> 174585 bytes
-rw-r--r--tools/tcgdisasm.py2
3 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx.exe b/tools/gfx.exe
new file mode 100644
index 0000000..5e23638
--- /dev/null
+++ b/tools/gfx.exe
Binary files differ
diff --git a/tools/scan_includes.exe b/tools/scan_includes.exe
new file mode 100644
index 0000000..8305f4c
--- /dev/null
+++ b/tools/scan_includes.exe
Binary files 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")