├── LICENSE ├── README.md ├── release ├── libxm7.h ├── libxm77.a └── libxm79.a └── source ├── Makefile ├── arm7 ├── Makefile └── source │ ├── libxm7.h │ └── libxm77.c ├── arm9 ├── Makefile └── source │ └── libxm79.c └── commands to create the archives from the objects.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sverx/libxm7/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sverx/libxm7/HEAD/README.md -------------------------------------------------------------------------------- /release/libxm7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sverx/libxm7/HEAD/release/libxm7.h -------------------------------------------------------------------------------- /release/libxm77.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sverx/libxm7/HEAD/release/libxm77.a -------------------------------------------------------------------------------- /release/libxm79.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sverx/libxm7/HEAD/release/libxm79.a -------------------------------------------------------------------------------- /source/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sverx/libxm7/HEAD/source/Makefile -------------------------------------------------------------------------------- /source/arm7/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sverx/libxm7/HEAD/source/arm7/Makefile -------------------------------------------------------------------------------- /source/arm7/source/libxm7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sverx/libxm7/HEAD/source/arm7/source/libxm7.h -------------------------------------------------------------------------------- /source/arm7/source/libxm77.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sverx/libxm7/HEAD/source/arm7/source/libxm77.c -------------------------------------------------------------------------------- /source/arm9/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sverx/libxm7/HEAD/source/arm9/Makefile -------------------------------------------------------------------------------- /source/arm9/source/libxm79.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sverx/libxm7/HEAD/source/arm9/source/libxm79.c -------------------------------------------------------------------------------- /source/commands to create the archives from the objects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sverx/libxm7/HEAD/source/commands to create the archives from the objects.txt --------------------------------------------------------------------------------