├── .gitignore ├── LICENSE ├── README.md ├── v1.1 ├── EUR │ └── null ├── JPN │ └── null └── USA │ ├── 308 │ ├── boss │ │ └── wTRu2!!!(`!!+s(@ │ ├── icon │ └── user │ │ └── data.dat │ ├── 308.bat │ ├── 3ds_ropkit │ ├── Makefile │ ├── README.md │ ├── data │ │ └── ropkit_ropgadget_script │ ├── generate_ropinclude.py │ ├── generate_ropinclude.sh │ ├── includes.h │ ├── otherapp.bin │ ├── ropkit.s │ ├── ropkit_boototherapp.s │ └── ropkit_ropinclude.s │ ├── mk7.py │ └── wTRu2!!!(`!!+s(@ └── v1.2 ├── EUR ├── 307 │ ├── boss │ │ └── wTRu2!!!(`!!+s(@ │ ├── icon │ └── user │ │ ├── data.dat │ │ └── ubll.lst ├── 307.bat ├── 3ds_ropkit │ ├── Makefile │ ├── README.md │ ├── data │ │ └── ropkit_ropgadget_script │ ├── generate_ropinclude.py │ ├── generate_ropinclude.sh │ ├── includes.h │ ├── otherapp.bin │ ├── otherappn.bin │ ├── ropkit.s │ ├── ropkit_boototherapp.s │ └── ropkit_ropinclude.s ├── loader │ ├── Makefile │ ├── README.md │ ├── data │ │ └── ropkit_ropgadget_script │ ├── generate_ropinclude.py │ ├── generate_ropinclude.sh │ ├── includes.h │ ├── loader.s │ ├── ropkit_boototherapp.s │ └── ropkit_ropinclude.s ├── mk7.py └── wTRu2!!!(`!!+s(@ ├── JPN ├── 306 │ ├── boss │ │ └── wTRu2!!!(`!!+s(@ │ ├── icon │ └── user │ │ ├── data.dat │ │ └── ubll.lst ├── 306.bat ├── 3ds_ropkit │ ├── Makefile │ ├── README.md │ ├── data │ │ └── ropkit_ropgadget_script │ ├── generate_ropinclude.py │ ├── generate_ropinclude.sh │ ├── includes.h │ ├── otherapp.bin │ ├── otherappn.bin │ ├── ropkit.s │ ├── ropkit_boototherapp.s │ └── ropkit_ropinclude.s ├── loader │ ├── Makefile │ ├── README.md │ ├── data │ │ └── ropkit_ropgadget_script │ ├── generate_ropinclude.py │ ├── generate_ropinclude.sh │ ├── includes.h │ ├── loader.s │ ├── ropkit_boototherapp.s │ └── ropkit_ropinclude.s ├── mk7.py └── wTRu2!!!(`!!+s(@ └── USA ├── 308 ├── boss │ └── wTRu2!!!(`!!+s(@ ├── icon └── user │ ├── data.dat │ └── ubll.lst ├── 308.bat ├── 3ds_ropkit ├── Makefile ├── README.md ├── data │ └── ropkit_ropgadget_script ├── generate_ropinclude.py ├── generate_ropinclude.sh ├── includes.h ├── otherapp.bin ├── otherappn.bin ├── ropkit.s ├── ropkit_boototherapp.s └── ropkit_ropinclude.s ├── loader ├── Makefile ├── README.md ├── data │ └── ropkit_ropgadget_script ├── generate_ropinclude.py ├── generate_ropinclude.sh ├── includes.h ├── loader.s ├── ropkit_boototherapp.s └── ropkit_ropinclude.s ├── mk7.py └── wTRu2!!!(`!!+s(@ /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/README.md -------------------------------------------------------------------------------- /v1.1/EUR/null: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /v1.1/JPN/null: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /v1.1/USA/308.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.1/USA/308.bat -------------------------------------------------------------------------------- /v1.1/USA/308/boss/wTRu2!!!(`!!+s(@: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.1/USA/308/boss/wTRu2!!!(`!!+s(@ -------------------------------------------------------------------------------- /v1.1/USA/308/icon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.1/USA/308/icon -------------------------------------------------------------------------------- /v1.1/USA/308/user/data.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.1/USA/308/user/data.dat -------------------------------------------------------------------------------- /v1.1/USA/3ds_ropkit/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.1/USA/3ds_ropkit/Makefile -------------------------------------------------------------------------------- /v1.1/USA/3ds_ropkit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.1/USA/3ds_ropkit/README.md -------------------------------------------------------------------------------- /v1.1/USA/3ds_ropkit/data/ropkit_ropgadget_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.1/USA/3ds_ropkit/data/ropkit_ropgadget_script -------------------------------------------------------------------------------- /v1.1/USA/3ds_ropkit/generate_ropinclude.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.1/USA/3ds_ropkit/generate_ropinclude.py -------------------------------------------------------------------------------- /v1.1/USA/3ds_ropkit/generate_ropinclude.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.1/USA/3ds_ropkit/generate_ropinclude.sh -------------------------------------------------------------------------------- /v1.1/USA/3ds_ropkit/includes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.1/USA/3ds_ropkit/includes.h -------------------------------------------------------------------------------- /v1.1/USA/3ds_ropkit/otherapp.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.1/USA/3ds_ropkit/otherapp.bin -------------------------------------------------------------------------------- /v1.1/USA/3ds_ropkit/ropkit.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.1/USA/3ds_ropkit/ropkit.s -------------------------------------------------------------------------------- /v1.1/USA/3ds_ropkit/ropkit_boototherapp.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.1/USA/3ds_ropkit/ropkit_boototherapp.s -------------------------------------------------------------------------------- /v1.1/USA/3ds_ropkit/ropkit_ropinclude.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.1/USA/3ds_ropkit/ropkit_ropinclude.s -------------------------------------------------------------------------------- /v1.1/USA/mk7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.1/USA/mk7.py -------------------------------------------------------------------------------- /v1.1/USA/wTRu2!!!(`!!+s(@: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.1/USA/wTRu2!!!(`!!+s(@ -------------------------------------------------------------------------------- /v1.2/EUR/307.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/307.bat -------------------------------------------------------------------------------- /v1.2/EUR/307/boss/wTRu2!!!(`!!+s(@: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/307/boss/wTRu2!!!(`!!+s(@ -------------------------------------------------------------------------------- /v1.2/EUR/307/icon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/307/icon -------------------------------------------------------------------------------- /v1.2/EUR/307/user/data.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/307/user/data.dat -------------------------------------------------------------------------------- /v1.2/EUR/307/user/ubll.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/307/user/ubll.lst -------------------------------------------------------------------------------- /v1.2/EUR/3ds_ropkit/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/3ds_ropkit/Makefile -------------------------------------------------------------------------------- /v1.2/EUR/3ds_ropkit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/3ds_ropkit/README.md -------------------------------------------------------------------------------- /v1.2/EUR/3ds_ropkit/data/ropkit_ropgadget_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/3ds_ropkit/data/ropkit_ropgadget_script -------------------------------------------------------------------------------- /v1.2/EUR/3ds_ropkit/generate_ropinclude.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/3ds_ropkit/generate_ropinclude.py -------------------------------------------------------------------------------- /v1.2/EUR/3ds_ropkit/generate_ropinclude.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/3ds_ropkit/generate_ropinclude.sh -------------------------------------------------------------------------------- /v1.2/EUR/3ds_ropkit/includes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/3ds_ropkit/includes.h -------------------------------------------------------------------------------- /v1.2/EUR/3ds_ropkit/otherapp.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/3ds_ropkit/otherapp.bin -------------------------------------------------------------------------------- /v1.2/EUR/3ds_ropkit/otherappn.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/3ds_ropkit/otherappn.bin -------------------------------------------------------------------------------- /v1.2/EUR/3ds_ropkit/ropkit.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/3ds_ropkit/ropkit.s -------------------------------------------------------------------------------- /v1.2/EUR/3ds_ropkit/ropkit_boototherapp.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/3ds_ropkit/ropkit_boototherapp.s -------------------------------------------------------------------------------- /v1.2/EUR/3ds_ropkit/ropkit_ropinclude.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/3ds_ropkit/ropkit_ropinclude.s -------------------------------------------------------------------------------- /v1.2/EUR/loader/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/loader/Makefile -------------------------------------------------------------------------------- /v1.2/EUR/loader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/loader/README.md -------------------------------------------------------------------------------- /v1.2/EUR/loader/data/ropkit_ropgadget_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/loader/data/ropkit_ropgadget_script -------------------------------------------------------------------------------- /v1.2/EUR/loader/generate_ropinclude.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/loader/generate_ropinclude.py -------------------------------------------------------------------------------- /v1.2/EUR/loader/generate_ropinclude.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/loader/generate_ropinclude.sh -------------------------------------------------------------------------------- /v1.2/EUR/loader/includes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/loader/includes.h -------------------------------------------------------------------------------- /v1.2/EUR/loader/loader.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/loader/loader.s -------------------------------------------------------------------------------- /v1.2/EUR/loader/ropkit_boototherapp.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/loader/ropkit_boototherapp.s -------------------------------------------------------------------------------- /v1.2/EUR/loader/ropkit_ropinclude.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/loader/ropkit_ropinclude.s -------------------------------------------------------------------------------- /v1.2/EUR/mk7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/mk7.py -------------------------------------------------------------------------------- /v1.2/EUR/wTRu2!!!(`!!+s(@: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/EUR/wTRu2!!!(`!!+s(@ -------------------------------------------------------------------------------- /v1.2/JPN/306.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/306.bat -------------------------------------------------------------------------------- /v1.2/JPN/306/boss/wTRu2!!!(`!!+s(@: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/306/boss/wTRu2!!!(`!!+s(@ -------------------------------------------------------------------------------- /v1.2/JPN/306/icon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/306/icon -------------------------------------------------------------------------------- /v1.2/JPN/306/user/data.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/306/user/data.dat -------------------------------------------------------------------------------- /v1.2/JPN/306/user/ubll.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/306/user/ubll.lst -------------------------------------------------------------------------------- /v1.2/JPN/3ds_ropkit/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/3ds_ropkit/Makefile -------------------------------------------------------------------------------- /v1.2/JPN/3ds_ropkit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/3ds_ropkit/README.md -------------------------------------------------------------------------------- /v1.2/JPN/3ds_ropkit/data/ropkit_ropgadget_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/3ds_ropkit/data/ropkit_ropgadget_script -------------------------------------------------------------------------------- /v1.2/JPN/3ds_ropkit/generate_ropinclude.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/3ds_ropkit/generate_ropinclude.py -------------------------------------------------------------------------------- /v1.2/JPN/3ds_ropkit/generate_ropinclude.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/3ds_ropkit/generate_ropinclude.sh -------------------------------------------------------------------------------- /v1.2/JPN/3ds_ropkit/includes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/3ds_ropkit/includes.h -------------------------------------------------------------------------------- /v1.2/JPN/3ds_ropkit/otherapp.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/3ds_ropkit/otherapp.bin -------------------------------------------------------------------------------- /v1.2/JPN/3ds_ropkit/otherappn.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/3ds_ropkit/otherappn.bin -------------------------------------------------------------------------------- /v1.2/JPN/3ds_ropkit/ropkit.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/3ds_ropkit/ropkit.s -------------------------------------------------------------------------------- /v1.2/JPN/3ds_ropkit/ropkit_boototherapp.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/3ds_ropkit/ropkit_boototherapp.s -------------------------------------------------------------------------------- /v1.2/JPN/3ds_ropkit/ropkit_ropinclude.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/3ds_ropkit/ropkit_ropinclude.s -------------------------------------------------------------------------------- /v1.2/JPN/loader/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/loader/Makefile -------------------------------------------------------------------------------- /v1.2/JPN/loader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/loader/README.md -------------------------------------------------------------------------------- /v1.2/JPN/loader/data/ropkit_ropgadget_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/loader/data/ropkit_ropgadget_script -------------------------------------------------------------------------------- /v1.2/JPN/loader/generate_ropinclude.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/loader/generate_ropinclude.py -------------------------------------------------------------------------------- /v1.2/JPN/loader/generate_ropinclude.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/loader/generate_ropinclude.sh -------------------------------------------------------------------------------- /v1.2/JPN/loader/includes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/loader/includes.h -------------------------------------------------------------------------------- /v1.2/JPN/loader/loader.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/loader/loader.s -------------------------------------------------------------------------------- /v1.2/JPN/loader/ropkit_boototherapp.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/loader/ropkit_boototherapp.s -------------------------------------------------------------------------------- /v1.2/JPN/loader/ropkit_ropinclude.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/loader/ropkit_ropinclude.s -------------------------------------------------------------------------------- /v1.2/JPN/mk7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/mk7.py -------------------------------------------------------------------------------- /v1.2/JPN/wTRu2!!!(`!!+s(@: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/JPN/wTRu2!!!(`!!+s(@ -------------------------------------------------------------------------------- /v1.2/USA/308.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/308.bat -------------------------------------------------------------------------------- /v1.2/USA/308/boss/wTRu2!!!(`!!+s(@: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/308/boss/wTRu2!!!(`!!+s(@ -------------------------------------------------------------------------------- /v1.2/USA/308/icon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/308/icon -------------------------------------------------------------------------------- /v1.2/USA/308/user/data.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/308/user/data.dat -------------------------------------------------------------------------------- /v1.2/USA/308/user/ubll.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/308/user/ubll.lst -------------------------------------------------------------------------------- /v1.2/USA/3ds_ropkit/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/3ds_ropkit/Makefile -------------------------------------------------------------------------------- /v1.2/USA/3ds_ropkit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/3ds_ropkit/README.md -------------------------------------------------------------------------------- /v1.2/USA/3ds_ropkit/data/ropkit_ropgadget_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/3ds_ropkit/data/ropkit_ropgadget_script -------------------------------------------------------------------------------- /v1.2/USA/3ds_ropkit/generate_ropinclude.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/3ds_ropkit/generate_ropinclude.py -------------------------------------------------------------------------------- /v1.2/USA/3ds_ropkit/generate_ropinclude.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/3ds_ropkit/generate_ropinclude.sh -------------------------------------------------------------------------------- /v1.2/USA/3ds_ropkit/includes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/3ds_ropkit/includes.h -------------------------------------------------------------------------------- /v1.2/USA/3ds_ropkit/otherapp.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/3ds_ropkit/otherapp.bin -------------------------------------------------------------------------------- /v1.2/USA/3ds_ropkit/otherappn.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/3ds_ropkit/otherappn.bin -------------------------------------------------------------------------------- /v1.2/USA/3ds_ropkit/ropkit.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/3ds_ropkit/ropkit.s -------------------------------------------------------------------------------- /v1.2/USA/3ds_ropkit/ropkit_boototherapp.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/3ds_ropkit/ropkit_boototherapp.s -------------------------------------------------------------------------------- /v1.2/USA/3ds_ropkit/ropkit_ropinclude.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/3ds_ropkit/ropkit_ropinclude.s -------------------------------------------------------------------------------- /v1.2/USA/loader/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/loader/Makefile -------------------------------------------------------------------------------- /v1.2/USA/loader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/loader/README.md -------------------------------------------------------------------------------- /v1.2/USA/loader/data/ropkit_ropgadget_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/loader/data/ropkit_ropgadget_script -------------------------------------------------------------------------------- /v1.2/USA/loader/generate_ropinclude.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/loader/generate_ropinclude.py -------------------------------------------------------------------------------- /v1.2/USA/loader/generate_ropinclude.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/loader/generate_ropinclude.sh -------------------------------------------------------------------------------- /v1.2/USA/loader/includes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/loader/includes.h -------------------------------------------------------------------------------- /v1.2/USA/loader/loader.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/loader/loader.s -------------------------------------------------------------------------------- /v1.2/USA/loader/ropkit_boototherapp.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/loader/ropkit_boototherapp.s -------------------------------------------------------------------------------- /v1.2/USA/loader/ropkit_ropinclude.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/loader/ropkit_ropinclude.s -------------------------------------------------------------------------------- /v1.2/USA/mk7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/mk7.py -------------------------------------------------------------------------------- /v1.2/USA/wTRu2!!!(`!!+s(@: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoogie/Kartminer7/HEAD/v1.2/USA/wTRu2!!!(`!!+s(@ --------------------------------------------------------------------------------