diff options
Diffstat (limited to 'mgbdis.sh')
-rwxr-xr-x | mgbdis.sh | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,10 +1,5 @@ #!/bin/sh -if ! fgrep -qx ';APPEND' picross.sym; then - echo ';APPEND' >> picross.sym - cat shim_mgbdis.sym >> picross.sym -fi - ./mgbdis/mgbdis.py --overwrite \ --disable-auto-ldh \ --ld_c ldh_c \ |