diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gfx.exe | bin | 0 -> 178886 bytes | |||
-rw-r--r-- | tools/scan_includes.exe | bin | 0 -> 174585 bytes | |||
-rw-r--r-- | tools/tcgdisasm.py | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx.exe b/tools/gfx.exe Binary files differnew file mode 100644 index 0000000..5e23638 --- /dev/null +++ b/tools/gfx.exe diff --git a/tools/scan_includes.exe b/tools/scan_includes.exe Binary files differnew file mode 100644 index 0000000..8305f4c --- /dev/null +++ b/tools/scan_includes.exe 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") |