├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── amigo_explorer ├── amg_explorer.py ├── samba_de_amigo_Wii.ksy ├── samba_de_amigo_amg_dc.py ├── samba_de_amigo_amg_wii.py └── samba_de_amigo_ver_2000_Dreamcast.ksy └── docs ├── Samba de Amigo (JP, US, PAL) - list of files.yaml ├── Samba de Amigo ver. 2000 - AMG file format.txt ├── Samba de Amigo ver. 2000 - list of files.txt └── title.png /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AltoRetrato/samba-de-amigo-2k_modding/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AltoRetrato/samba-de-amigo-2k_modding/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AltoRetrato/samba-de-amigo-2k_modding/HEAD/README.md -------------------------------------------------------------------------------- /amigo_explorer/amg_explorer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AltoRetrato/samba-de-amigo-2k_modding/HEAD/amigo_explorer/amg_explorer.py -------------------------------------------------------------------------------- /amigo_explorer/samba_de_amigo_Wii.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AltoRetrato/samba-de-amigo-2k_modding/HEAD/amigo_explorer/samba_de_amigo_Wii.ksy -------------------------------------------------------------------------------- /amigo_explorer/samba_de_amigo_amg_dc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AltoRetrato/samba-de-amigo-2k_modding/HEAD/amigo_explorer/samba_de_amigo_amg_dc.py -------------------------------------------------------------------------------- /amigo_explorer/samba_de_amigo_amg_wii.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AltoRetrato/samba-de-amigo-2k_modding/HEAD/amigo_explorer/samba_de_amigo_amg_wii.py -------------------------------------------------------------------------------- /amigo_explorer/samba_de_amigo_ver_2000_Dreamcast.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AltoRetrato/samba-de-amigo-2k_modding/HEAD/amigo_explorer/samba_de_amigo_ver_2000_Dreamcast.ksy -------------------------------------------------------------------------------- /docs/Samba de Amigo (JP, US, PAL) - list of files.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AltoRetrato/samba-de-amigo-2k_modding/HEAD/docs/Samba de Amigo (JP, US, PAL) - list of files.yaml -------------------------------------------------------------------------------- /docs/Samba de Amigo ver. 2000 - AMG file format.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AltoRetrato/samba-de-amigo-2k_modding/HEAD/docs/Samba de Amigo ver. 2000 - AMG file format.txt -------------------------------------------------------------------------------- /docs/Samba de Amigo ver. 2000 - list of files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AltoRetrato/samba-de-amigo-2k_modding/HEAD/docs/Samba de Amigo ver. 2000 - list of files.txt -------------------------------------------------------------------------------- /docs/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AltoRetrato/samba-de-amigo-2k_modding/HEAD/docs/title.png --------------------------------------------------------------------------------