├── .flake8 ├── .gitattributes ├── .github └── workflows │ └── build.yml ├── .gitignore ├── .gitmodules ├── .vscode ├── extensions.json ├── settings.json └── tasks.json ├── README.md ├── config ├── GMPE01_00 │ ├── build.sha1 │ ├── config.yml │ ├── rels │ │ ├── E3setupDLL │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── _minigameDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── bootDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── instDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m300Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m302Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m303Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m330Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m333Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m401Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m402Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m403Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m404Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m405Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m406Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m407dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m408Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m409Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m410Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m411Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m412Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m413Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m414Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m415Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m416Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m417Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m418Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m419Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m420dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m421Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m422Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m423Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m424Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m425Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m426Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m427Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m428Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m429Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m430Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m431Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m432Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m433Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m434Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m435Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m436Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m437Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m438Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m439Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m440Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m441Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m442Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m443Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m444dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m445Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m446dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m447dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m448Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m449Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m450Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m451Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m453Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m455Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m456Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m457Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m458Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m459dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m460Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m461Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m462Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m463Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mentDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── messDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mgmodedll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── modeltestDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── modeseldll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mpexDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── msetupDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mstory2Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mstory3Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mstory4Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mstoryDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── nisDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── option │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── present │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── resultDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── safDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── selmenuDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── staffDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── subchrselDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── w01Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── w02Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── w03Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── w04Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── w05Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── w06Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── w10Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── w20Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── w21Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ └── ztardll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ ├── splits.txt │ └── symbols.txt ├── GMPE01_01 │ ├── build.sha1 │ ├── config.yml │ ├── rels │ │ ├── m444dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mstory2Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mstory3Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ └── mstoryDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ ├── splits.txt │ └── symbols.txt ├── GMPJ01_00 │ ├── build.sha1 │ ├── config.yml │ ├── rels │ │ ├── E3setupDLL │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── bootDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── instDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m300Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m302Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m303Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m330Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m333Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m413Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m418Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m419Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m422Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m423Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m424Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m425Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m426Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m427Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m428Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m429Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m430Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m433Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m438Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m444dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m449Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m457Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m458Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m459dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m462Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m463Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mentDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── modeseldll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── movieDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mpexDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── msetupDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mstory2Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mstory3Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mstory4Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mstoryDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── nisDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── option │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── safDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── selmenuDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── staffDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── subchrselDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── w04Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ └── ztardll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ ├── splits.txt │ └── symbols.txt ├── GMPP01_00 │ ├── build.sha1 │ ├── config.yml │ ├── rels │ │ ├── E3setupDLL │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── _minigameDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── bootDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── instDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m300Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m302Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m303Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m330Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m333Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m401Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m402Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m403Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m404Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m405Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m406Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m407dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m408Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m409Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m410Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m411Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m412Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m413Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m414Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m415Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m416Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m417Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m418Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m419Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m420dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m421Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m422Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m423Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m424Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m425Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m426Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m427Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m428Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m429Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m430Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m431Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m432Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m433Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m434Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m435Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m436Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m437Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m438Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m439Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m440Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m441Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m442Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m443Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m444dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m445Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m446dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m447dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m448Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m449Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m450Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m451Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m453Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m455Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m456Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m457Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m458Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m459dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m460Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m461Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m462Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── m463Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mentDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── messDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mgmodedll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── modeltestDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── modeseldll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mpexDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── msetupDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mstory2Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mstory3Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mstory4Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── mstoryDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── nisDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── option │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── present │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── resultDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── safDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── selmenuDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── staffDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── subchrselDll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── w01Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── w02Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── w03Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── w04Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── w05Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── w06Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ ├── w20Dll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ │ └── ztardll │ │ │ ├── splits.txt │ │ │ └── symbols.txt │ ├── splits.txt │ └── symbols.txt └── GMPP01_02 │ ├── build.sha1 │ ├── config.yml │ └── rels │ ├── m444dll │ ├── splits.txt │ └── symbols.txt │ ├── mstory2Dll │ ├── splits.txt │ └── symbols.txt │ ├── mstory3Dll │ ├── splits.txt │ └── symbols.txt │ ├── mstoryDll │ ├── splits.txt │ └── symbols.txt │ └── w04Dll │ ├── splits.txt │ └── symbols.txt ├── configure ├── configure.py ├── include ├── OdemuExi2 │ └── odemuexi │ │ └── DebuggerDriver.h ├── PowerPC_EABI_Support │ ├── MetroTRK │ │ └── trk.h │ ├── Msl │ │ └── MSL_C │ │ │ ├── MSL_Common │ │ │ ├── FILE_POS.h │ │ │ ├── abort_exit.h │ │ │ ├── alloc.h │ │ │ ├── ansi_files.h │ │ │ ├── ansi_fp.h │ │ │ ├── arith.h │ │ │ ├── buffer_io.h │ │ │ ├── char_io.h │ │ │ ├── critical_regions.h │ │ │ ├── ctype.h │ │ │ ├── direct_io.h │ │ │ ├── errno.h │ │ │ ├── extras.h │ │ │ ├── file_io.h │ │ │ ├── float.h │ │ │ ├── limits.h │ │ │ ├── math.h │ │ │ ├── math_ppc.h │ │ │ ├── mbstring.h │ │ │ ├── mem_funcs.h │ │ │ ├── misc_io.h │ │ │ ├── printf.h │ │ │ ├── scanf.h │ │ │ ├── signal.h │ │ │ ├── stdio.h │ │ │ ├── stdlib.h │ │ │ ├── strtoul.h │ │ │ └── wchar_io.h │ │ │ └── MSL_Common_Embedded │ │ │ └── Math │ │ │ └── fdlibm.h │ └── Runtime │ │ ├── Gecko_ExceptionPPC.h │ │ ├── MWCPlusLib.h │ │ ├── NMWException.h │ │ ├── New.h │ │ ├── __mem.h │ │ ├── __ppc_eabi_linker.h │ │ └── exception.h ├── REL │ ├── E3SetupDLL.h │ ├── board_executor.h │ ├── executor.h │ ├── instDll.h │ ├── m401Dll.h │ ├── m403Dll.h │ ├── m406Dll.h │ ├── m407dll.h │ ├── m408Dll.h │ ├── m409Dll.h │ ├── m410Dll.h │ ├── m412Dll.h │ ├── m415Dll.h │ ├── m416Dll.h │ ├── m417Dll.h │ ├── m418Dll.h │ ├── m420dll.h │ ├── m421Dll.h │ ├── m424Dll.h │ ├── m425Dll.h │ ├── m427Dll.h │ ├── m428Dll.h │ ├── m430Dll.h │ ├── m431Dll.h │ ├── m432data.h │ ├── m433Dll.h │ ├── m434Dll.h │ ├── m435Dll.h │ ├── m436Dll.h │ ├── m437Dll.h │ ├── m438Dll.h │ ├── m439data.h │ ├── m440Dll.h │ ├── m442Dll.h │ ├── m443Dll.h │ ├── m444dll.h │ ├── m446Dll.h │ ├── m447dll.h │ ├── m453Dll.h │ ├── m455Dll.h │ ├── m456Dll.h │ ├── m460Dll.h │ ├── mentDll.h │ ├── mgmodedll.h │ ├── modeltestDll.h │ ├── modeseldll.h │ ├── mpexDll.h │ ├── mstory2Dll.h │ ├── mstory3Dll.h │ ├── mstoryDll.h │ ├── option.h │ ├── present.h │ ├── resultdll.h │ ├── w01Dll.h │ ├── w02Dll.h │ ├── w03Dll.h │ ├── w04Dll.h │ ├── w05Dll.h │ ├── w06Dll.h │ ├── w10Dll.h │ ├── w20Dll.h │ └── ztardll.h ├── Runtime.PPCEABI.H │ ├── NMWException.h │ └── __va_arg.h ├── TRK_MINNOW_DOLPHIN │ ├── MetroTRK │ │ └── Portable │ │ │ ├── dispatch.h │ │ │ ├── main_TRK.h │ │ │ ├── mainloop.h │ │ │ ├── mem_TRK.h │ │ │ ├── msg.h │ │ │ ├── msgbuf.h │ │ │ ├── msghndlr.h │ │ │ ├── mutex_TRK.h │ │ │ ├── notify.h │ │ │ ├── nubevent.h │ │ │ ├── nubinit.h │ │ │ ├── serpoll.h │ │ │ └── support.h │ ├── Os │ │ └── dolphin │ │ │ ├── dolphin_trk.h │ │ │ ├── dolphin_trk_glue.h │ │ │ ├── targcont.h │ │ │ └── usr_put.h │ └── ppc │ │ └── Generic │ │ ├── flush_cache.h │ │ ├── mpc_7xx_603e.h │ │ └── targimpl.h ├── __ppc_eabi_linker.h ├── amcstubs │ └── AmcExi2Stubs.h ├── asm_types.h ├── ctype.h ├── data_num │ ├── title.h │ └── win.h ├── datadir_enum.h ├── datadir_table.h ├── dol2asm.h ├── dolphin.h ├── dolphin │ ├── CARDPriv.h │ ├── DVDPriv.h │ ├── GBAPriv.h │ ├── OSRtcPriv.h │ ├── PPCArch.h │ ├── __ppc_eabi_init.h │ ├── __start.h │ ├── ai.h │ ├── ar.h │ ├── arq.h │ ├── card.h │ ├── db.h │ ├── demo.h │ ├── demo │ │ ├── DEMOInit.h │ │ ├── DEMOPad.h │ │ ├── DEMOPuts.h │ │ ├── DEMOStats.h │ │ └── DEMOWin.h │ ├── demoPriv.h │ ├── dsp.h │ ├── dtk.h │ ├── dvd.h │ ├── exi.h │ ├── gba.h │ ├── gx.h │ ├── gx │ │ ├── GXBump.h │ │ ├── GXCommandList.h │ │ ├── GXCull.h │ │ ├── GXDispList.h │ │ ├── GXDraw.h │ │ ├── GXEnum.h │ │ ├── GXExtra.h │ │ ├── GXFifo.h │ │ ├── GXFrameBuffer.h │ │ ├── GXGeometry.h │ │ ├── GXGet.h │ │ ├── GXLighting.h │ │ ├── GXManage.h │ │ ├── GXPerf.h │ │ ├── GXPixel.h │ │ ├── GXPriv.h │ │ ├── GXStruct.h │ │ ├── GXTev.h │ │ ├── GXTexture.h │ │ ├── GXTransform.h │ │ ├── GXVerify.h │ │ └── GXVert.h │ ├── hw_regs.h │ ├── math.h │ ├── mtx.h │ ├── mtx │ │ └── GeoTypes.h │ ├── os.h │ ├── os │ │ ├── OSAlarm.h │ │ ├── OSAlloc.h │ │ ├── OSArena.h │ │ ├── OSBootInfo.h │ │ ├── OSCache.h │ │ ├── OSContext.h │ │ ├── OSError.h │ │ ├── OSException.h │ │ ├── OSExpansion.h │ │ ├── OSFastCast.h │ │ ├── OSFont.h │ │ ├── OSIC.h │ │ ├── OSInterrupt.h │ │ ├── OSMemory.h │ │ ├── OSMessage.h │ │ ├── OSModule.h │ │ ├── OSMutex.h │ │ ├── OSPriv.h │ │ ├── OSReset.h │ │ ├── OSResetSW.h │ │ ├── OSSerial.h │ │ └── OSThread.h │ ├── pad.h │ ├── sipriv.h │ ├── thp.h │ ├── thp │ │ ├── THPAudio.h │ │ ├── THPAudioDecode.h │ │ ├── THPBuffer.h │ │ ├── THPDraw.h │ │ ├── THPFile.h │ │ ├── THPInfo.h │ │ ├── THPPlayer.h │ │ ├── THPRead.h │ │ └── THPVideoDecode.h │ ├── types.h │ ├── vi.h │ ├── vifuncs.h │ └── vitypes.h ├── ext_math.h ├── float.h ├── game │ ├── ClusterExec.h │ ├── EnvelopeExec.h │ ├── ShapeExec.h │ ├── THPDraw.h │ ├── THPSimple.h │ ├── animdata.h │ ├── armem.h │ ├── audio.h │ ├── board │ │ ├── audio.h │ │ ├── basic_space.h │ │ ├── battle.h │ │ ├── boo.h │ │ ├── boo_house.h │ │ ├── char_wheel.h │ │ ├── com.h │ │ ├── com_path.h │ │ ├── item.h │ │ ├── lottery.h │ │ ├── main.h │ │ ├── map_object.h │ │ ├── mg_setup.h │ │ ├── model.h │ │ ├── pause.h │ │ ├── player.h │ │ ├── roll.h │ │ ├── shop.h │ │ ├── space.h │ │ ├── star.h │ │ ├── start.h │ │ ├── tutorial.h │ │ ├── ui.h │ │ ├── view.h │ │ ├── warp.h │ │ └── window.h │ ├── card.h │ ├── chrman.h │ ├── data.h │ ├── disp.h │ ├── dvd.h │ ├── esprite.h │ ├── fault.h │ ├── flag.h │ ├── frand.h │ ├── gamework.h │ ├── gamework_data.h │ ├── hsfanim.h │ ├── hsfdraw.h │ ├── hsfex.h │ ├── hsfformat.h │ ├── hsfload.h │ ├── hsfman.h │ ├── hsfmotion.h │ ├── init.h │ ├── jmp.h │ ├── mapspace.h │ ├── memory.h │ ├── minigame_seq.h │ ├── msm.h │ ├── msm_data.h │ ├── object.h │ ├── objsub.h │ ├── pad.h │ ├── perf.h │ ├── printfunc.h │ ├── process.h │ ├── saveload.h │ ├── sprite.h │ ├── thpmain.h │ ├── window.h │ └── wipe.h ├── math.h ├── msm │ ├── msmfio.h │ ├── msmmem.h │ ├── msmmus.h │ ├── msmse.h │ ├── msmstream.h │ └── msmsys.h ├── ovl_table.h ├── stdarg.h ├── stddef.h ├── stdint.h ├── stdio.h ├── stdlib.h ├── string.h ├── types.h └── version.h ├── orig ├── GMPE01_00 │ └── .gitkeep ├── GMPE01_01 │ └── .gitkeep ├── GMPJ01_00 │ └── .gitkeep ├── GMPP01_00 │ └── .gitkeep └── GMPP01_02 │ └── .gitkeep ├── src ├── MSL_C.PPCEABI.bare.H │ ├── FILE_POS.c │ ├── abort_exit.c │ ├── alloc.c │ ├── ansi_files.c │ ├── ansi_fp.c │ ├── arith.c │ ├── buffer_io.c │ ├── ctype.c │ ├── direct_io.c │ ├── e_acos.c │ ├── e_asin.c │ ├── e_atan2.c │ ├── e_fmod.c │ ├── e_pow.c │ ├── e_rem_pio2.c │ ├── errno.c │ ├── file_io.c │ ├── float.c │ ├── k_cos.c │ ├── k_rem_pio2.c │ ├── k_sin.c │ ├── k_tan.c │ ├── math_ppc.c │ ├── mbstring.c │ ├── mem.c │ ├── mem_funcs.c │ ├── misc_io.c │ ├── printf.c │ ├── rand.c │ ├── s_atan.c │ ├── s_copysign.c │ ├── s_cos.c │ ├── s_floor.c │ ├── s_frexp.c │ ├── s_ldexp.c │ ├── s_modf.c │ ├── s_sin.c │ ├── s_tan.c │ ├── scanf.c │ ├── signal.c │ ├── string.c │ ├── uart_console_io.c │ ├── w_acos.c │ ├── w_asin.c │ ├── w_atan2.c │ ├── w_fmod.c │ ├── w_pow.c │ └── wchar_io.c ├── OdemuExi2 │ └── DebuggerDriver.c ├── REL │ ├── E3setupDLL │ │ ├── main.c │ │ └── mgselect.c │ ├── _minigameDLL │ │ └── _minigameDLL.c │ ├── board_executor.c │ ├── bootDll │ │ ├── language.c │ │ └── main.c │ ├── empty.c │ ├── executor.c │ ├── instDll │ │ ├── font.c │ │ └── main.c │ ├── m401Dll │ │ ├── main.c │ │ └── main_ex.c │ ├── m402Dll │ │ └── main.c │ ├── m403Dll │ │ ├── main.c │ │ └── scene.c │ ├── m404Dll │ │ └── main.c │ ├── m405Dll │ │ └── main.c │ ├── m406Dll │ │ ├── main.c │ │ ├── map.c │ │ └── player.c │ ├── m407dll │ │ ├── camera.c │ │ ├── effect.c │ │ ├── main.c │ │ ├── map.c │ │ ├── player.c │ │ ├── score.c │ │ ├── whomp.c │ │ └── whomp_score.c │ ├── m408Dll │ │ ├── camera.c │ │ ├── main.c │ │ ├── object.c │ │ └── stage.c │ ├── m409Dll │ │ ├── cursor.c │ │ ├── main.c │ │ └── player.c │ ├── m410Dll │ │ ├── game.c │ │ ├── main.c │ │ ├── player.c │ │ └── stage.c │ ├── m411Dll │ │ └── main.c │ ├── m412Dll │ │ └── main.c │ ├── m413Dll │ │ └── main.c │ ├── m414Dll │ │ └── main.c │ ├── m415Dll │ │ ├── main.c │ │ └── map.c │ ├── m416Dll │ │ ├── main.c │ │ └── map.c │ ├── m417Dll │ │ ├── main.c │ │ ├── player.c │ │ ├── sequence.c │ │ └── water.c │ ├── m418Dll │ │ ├── main.c │ │ └── sequence.c │ ├── m419Dll │ │ └── main.c │ ├── m420dll │ │ ├── camera.c │ │ ├── main.c │ │ ├── map.c │ │ ├── player.c │ │ └── rand.c │ ├── m421Dll │ │ ├── main.c │ │ ├── map.c │ │ └── player.c │ ├── m422Dll │ │ └── main.c │ ├── m423Dll │ │ └── main.c │ ├── m424Dll │ │ ├── ball.c │ │ ├── claw.c │ │ ├── main.c │ │ └── map.c │ ├── m425Dll │ │ ├── main.c │ │ └── thwomp.c │ ├── m426Dll │ │ └── main.c │ ├── m427Dll │ │ ├── main.c │ │ ├── map.c │ │ └── player.c │ ├── m428Dll │ │ ├── main.c │ │ ├── map.c │ │ └── player.c │ ├── m429Dll │ │ └── main.c │ ├── m430Dll │ │ ├── main.c │ │ ├── player.c │ │ └── water.c │ ├── m431Dll │ │ ├── main.c │ │ └── object.c │ ├── m432Dll │ │ └── main.c │ ├── m433Dll │ │ ├── main.c │ │ ├── map.c │ │ └── player.c │ ├── m434Dll │ │ ├── fish.c │ │ ├── main.c │ │ ├── map.c │ │ └── player.c │ ├── m435Dll │ │ ├── main.c │ │ └── sequence.c │ ├── m436Dll │ │ ├── main.c │ │ └── sequence.c │ ├── m437Dll │ │ ├── main.c │ │ └── sequence.c │ ├── m438Dll │ │ ├── fire.c │ │ ├── main.c │ │ └── map.c │ ├── m439Dll │ │ └── main.c │ ├── m440Dll │ │ ├── main.c │ │ └── object.c │ ├── m441Dll │ │ └── main.c │ ├── m442Dll │ │ ├── main.c │ │ └── score.c │ ├── m443Dll │ │ ├── main.c │ │ ├── map.c │ │ └── player.c │ ├── m444dll │ │ ├── datalist.c │ │ ├── main.c │ │ ├── pinball.c │ │ └── shadow.c │ ├── m445Dll │ │ └── main.c │ ├── m446Dll │ │ ├── camera.c │ │ ├── card.c │ │ ├── cursor.c │ │ ├── deck.c │ │ ├── main.c │ │ ├── player.c │ │ ├── stage.c │ │ └── table.c │ ├── m447dll │ │ ├── block.c │ │ ├── camera.c │ │ ├── main.c │ │ ├── player.c │ │ ├── player_col.c │ │ └── stage.c │ ├── m448Dll │ │ └── main.c │ ├── m449Dll │ │ └── main.c │ ├── m450Dll │ │ └── main.c │ ├── m451Dll │ │ └── m451.c │ ├── m453Dll │ │ ├── main.c │ │ ├── map.c │ │ └── score.c │ ├── m455Dll │ │ ├── main.c │ │ └── stage.c │ ├── m456Dll │ │ ├── main.c │ │ └── stage.c │ ├── m457Dll │ │ └── main.c │ ├── m458Dll │ │ └── main.c │ ├── m459dll │ │ └── main.c │ ├── m460Dll │ │ ├── main.c │ │ ├── map.c │ │ ├── player.c │ │ └── score.c │ ├── m461Dll │ │ └── main.c │ ├── m462Dll │ │ └── main.c │ ├── m463Dll │ │ └── main.c │ ├── mentDll │ │ ├── common.c │ │ └── main.c │ ├── messDll │ │ └── main.c │ ├── mgmodedll │ │ ├── battle.c │ │ ├── datalist.c │ │ ├── free_play.c │ │ ├── main.c │ │ ├── mgmode.c │ │ ├── minigame.c │ │ ├── record.c │ │ └── tictactoe.c │ ├── modeltestDll │ │ ├── main.c │ │ ├── modeltest00.c │ │ └── modeltest01.c │ ├── modeseldll │ │ ├── datalist.c │ │ ├── filesel.c │ │ ├── main.c │ │ └── modesel.c │ ├── mpexDll │ │ ├── charsel.c │ │ ├── main.c │ │ ├── mgname.c │ │ └── mpex.c │ ├── mstory2Dll │ │ ├── board_clear.c │ │ ├── board_entrance.c │ │ ├── board_miss.c │ │ ├── ending.c │ │ ├── main.c │ │ ├── mg_clear.c │ │ ├── mg_miss.c │ │ └── save.c │ ├── mstory3Dll │ │ ├── main.c │ │ ├── result.c │ │ ├── result_seq.c │ │ └── win_effect.c │ ├── mstory4Dll │ │ └── main.c │ ├── mstoryDll │ │ ├── board_clear.c │ │ ├── board_miss.c │ │ ├── main.c │ │ ├── mg_clear.c │ │ ├── mg_miss.c │ │ └── save.c │ ├── nisDll │ │ └── main.c │ ├── option │ │ ├── camera.c │ │ ├── guide.c │ │ ├── record.c │ │ ├── room.c │ │ ├── rumble.c │ │ ├── scene.c │ │ ├── sound.c │ │ ├── state.c │ │ └── window.c │ ├── present │ │ ├── camera.c │ │ ├── common.c │ │ ├── init.c │ │ ├── main.c │ │ └── present.c │ ├── resultDll │ │ ├── battle.c │ │ ├── datalist.c │ │ └── main.c │ ├── safDll │ │ └── main.c │ ├── selmenuDll │ │ └── main.c │ ├── staffDll │ │ └── main.c │ ├── subchrselDll │ │ └── main.c │ ├── w01Dll │ │ ├── main.c │ │ ├── mg_coin.c │ │ └── mg_item.c │ ├── w02Dll │ │ ├── gamble.c │ │ ├── gendice.c │ │ ├── main.c │ │ ├── mg_coin.c │ │ ├── mg_item.c │ │ ├── roulette.c │ │ └── shuffleboard.c │ ├── w03Dll │ │ ├── condor.c │ │ ├── main.c │ │ ├── mg_coin.c │ │ ├── mg_item.c │ │ ├── river.c │ │ ├── smoke.c │ │ └── statue.c │ ├── w04Dll │ │ ├── big_boo.c │ │ ├── boo_event.c │ │ ├── bridge.c │ │ ├── main.c │ │ ├── mg_coin.c │ │ └── mg_item.c │ ├── w05Dll │ │ ├── dolphin.c │ │ ├── hotel.c │ │ ├── main.c │ │ ├── mg_coin.c │ │ ├── mg_item.c │ │ └── monkey.c │ ├── w06Dll │ │ ├── bowser.c │ │ ├── bridge.c │ │ ├── fire.c │ │ ├── main.c │ │ ├── mg_coin.c │ │ └── mg_item.c │ ├── w10Dll │ │ ├── host.c │ │ ├── main.c │ │ ├── scene.c │ │ └── tutorial.c │ ├── w20Dll │ │ └── main.c │ ├── w21Dll │ │ └── main.c │ └── ztardll │ │ ├── font.c │ │ ├── main.c │ │ └── select.c ├── Runtime.PPCEABI.H │ ├── GCN_Mem_Alloc.c │ ├── Gecko_ExceptionPPC.cpp │ ├── NMWException.cpp │ ├── New.cp │ ├── NewMore.cp │ ├── __init_cpp_exceptions.cpp │ ├── __mem.c │ ├── __va_arg.c │ ├── global_destructor_chain.c │ └── runtime.c ├── TRK_MINNOW_DOLPHIN │ ├── __exception.s │ ├── dispatch.c │ ├── dolphin_trk.c │ ├── dolphin_trk_glue.c │ ├── flush_cache.c │ ├── main_TRK.c │ ├── mainloop.c │ ├── mem_TRK.c │ ├── mpc_7xx_603e.c │ ├── msg.c │ ├── msgbuf.c │ ├── msghndlr.c │ ├── mslsupp.c │ ├── mutex_TRK.c │ ├── notify.c │ ├── nubevent.c │ ├── nubinit.c │ ├── serpoll.c │ ├── support.c │ ├── targcont.c │ ├── target_options.c │ ├── targimpl.c │ ├── targsupp.s │ └── usr_put.c ├── amcstubs │ └── AmcExi2Stubs.c ├── dolphin │ ├── PPCArch.c │ ├── ai.c │ ├── ar │ │ ├── ar.c │ │ └── arq.c │ ├── card │ │ ├── CARDBios.c │ │ ├── CARDBlock.c │ │ ├── CARDCheck.c │ │ ├── CARDCreate.c │ │ ├── CARDDelete.c │ │ ├── CARDDir.c │ │ ├── CARDFormat.c │ │ ├── CARDMount.c │ │ ├── CARDNet.c │ │ ├── CARDOpen.c │ │ ├── CARDRdwr.c │ │ ├── CARDRead.c │ │ ├── CARDRename.c │ │ ├── CARDStat.c │ │ ├── CARDUnlock.c │ │ └── CARDWrite.c │ ├── db.c │ ├── demo │ │ ├── DEMOFont.c │ │ ├── DEMOInit.c │ │ ├── DEMOPuts.c │ │ └── DEMOStats.c │ ├── dsp │ │ ├── dsp.c │ │ ├── dsp_debug.c │ │ └── dsp_task.c │ ├── dvd │ │ ├── dvd.c │ │ ├── dvderror.c │ │ ├── dvdfs.c │ │ ├── dvdlow.c │ │ ├── dvdqueue.c │ │ └── fstload.c │ ├── exi │ │ ├── EXIBios.c │ │ └── EXIUart.c │ ├── gx │ │ ├── GXAttr.c │ │ ├── GXBump.c │ │ ├── GXDisplayList.c │ │ ├── GXFifo.c │ │ ├── GXFrameBuf.c │ │ ├── GXGeometry.c │ │ ├── GXInit.c │ │ ├── GXLight.c │ │ ├── GXMisc.c │ │ ├── GXPerf.c │ │ ├── GXPixel.c │ │ ├── GXStubs.c │ │ ├── GXTev.c │ │ ├── GXTexture.c │ │ └── GXTransform.c │ ├── mtx │ │ ├── mtx.c │ │ ├── mtx44.c │ │ ├── mtxvec.c │ │ ├── psmtx.c │ │ ├── quat.c │ │ └── vec.c │ ├── os │ │ ├── OS.c │ │ ├── OSAlarm.c │ │ ├── OSAlloc.c │ │ ├── OSArena.c │ │ ├── OSAudioSystem.c │ │ ├── OSCache.c │ │ ├── OSContext.c │ │ ├── OSError.c │ │ ├── OSFont.c │ │ ├── OSInterrupt.c │ │ ├── OSLink.c │ │ ├── OSMemory.c │ │ ├── OSMessage.c │ │ ├── OSMutex.c │ │ ├── OSReboot.c │ │ ├── OSReset.c │ │ ├── OSResetSW.c │ │ ├── OSRtc.c │ │ ├── OSStopwatch.c │ │ ├── OSSync.c │ │ ├── OSThread.c │ │ ├── OSTime.c │ │ ├── __ppc_eabi_init.c │ │ └── __start.c │ ├── pad │ │ ├── Pad.c │ │ └── Padclamp.c │ ├── si │ │ ├── SIBios.c │ │ └── SISamplingRate.c │ ├── thp │ │ ├── THPAudio.c │ │ └── THPDec.c │ └── vi.c ├── game │ ├── ClusterExec.c │ ├── EnvelopeExec.c │ ├── ShapeExec.c │ ├── THPDraw.c │ ├── THPSimple.c │ ├── armem.c │ ├── audio.c │ ├── board │ │ ├── audio.c │ │ ├── basic_space.c │ │ ├── battle.c │ │ ├── block.c │ │ ├── boo.c │ │ ├── boo_house.c │ │ ├── bowser.c │ │ ├── char_wheel.c │ │ ├── com.c │ │ ├── com_path.c │ │ ├── fortune.c │ │ ├── item.c │ │ ├── last5.c │ │ ├── lottery.c │ │ ├── main.c │ │ ├── mg_setup.c │ │ ├── model.c │ │ ├── mushroom.c │ │ ├── pause.c │ │ ├── player.c │ │ ├── roll.c │ │ ├── shop.c │ │ ├── space.c │ │ ├── star.c │ │ ├── start.c │ │ ├── tutorial.c │ │ ├── ui.c │ │ ├── view.c │ │ ├── warp.c │ │ └── window.c │ ├── card.c │ ├── chrman.c │ ├── code_8003FF68.c │ ├── data.c │ ├── decode.c │ ├── dvd.c │ ├── esprite.c │ ├── fault.c │ ├── flag.c │ ├── font.c │ ├── frand.c │ ├── gamework.c │ ├── hsfanim.c │ ├── hsfdraw.c │ ├── hsfex.c │ ├── hsfload.c │ ├── hsfman.c │ ├── hsfmotion.c │ ├── init.c │ ├── jmp.c │ ├── kerent.c │ ├── main.c │ ├── malloc.c │ ├── mapspace.c │ ├── memory.c │ ├── messdata.c │ ├── minigame_seq.c │ ├── objdll.c │ ├── objmain.c │ ├── objsub.c │ ├── objsysobj.c │ ├── ovllist.c │ ├── pad.c │ ├── perf.c │ ├── printfunc.c │ ├── process.c │ ├── saveload.c │ ├── sprman.c │ ├── sprput.c │ ├── sreset.c │ ├── thpmain.c │ ├── window.c │ └── wipe.c ├── libhu │ ├── setvf.c │ └── subvf.c ├── msm │ ├── msmfio.c │ ├── msmmem.c │ ├── msmmus.c │ ├── msmse.c │ ├── msmstream.c │ └── msmsys.c └── odenotstub │ └── odenotstub.c └── tools ├── __init__.py ├── build_iso.py ├── changes_fmt.py ├── decompctx.py ├── doc_check.py ├── download_tool.py ├── interpretasm.py ├── ninja_syntax.py ├── project.py ├── transform_dep.py └── upload_progress.py /.flake8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/.flake8 -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/.gitmodules -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/README.md -------------------------------------------------------------------------------- /config/GMPE01_00/build.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/build.sha1 -------------------------------------------------------------------------------- /config/GMPE01_00/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/config.yml -------------------------------------------------------------------------------- /config/GMPE01_00/rels/bootDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/bootDll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/bootDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/bootDll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/instDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/instDll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/instDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/instDll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m300Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m300Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m300Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m300Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m302Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m302Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m302Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m302Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m303Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m303Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m303Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m303Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m330Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m330Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m330Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m330Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m333Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m333Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m333Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m333Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m401Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m401Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m401Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m401Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m402Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m402Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m402Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m402Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m403Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m403Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m403Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m403Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m404Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m404Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m404Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m404Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m405Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m405Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m405Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m405Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m406Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m406Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m406Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m406Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m407dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m407dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m407dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m407dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m408Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m408Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m408Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m408Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m409Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m409Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m409Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m409Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m410Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m410Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m410Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m410Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m411Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m411Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m411Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m411Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m412Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m412Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m412Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m412Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m413Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m413Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m413Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m413Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m414Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m414Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m414Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m414Dll/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/m415Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/m415Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/nisDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/nisDll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/option/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/option/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/safDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/safDll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/w01Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/w01Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/w02Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/w02Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/w03Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/w03Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/w04Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/w04Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/w05Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/w05Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/w06Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/w06Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/w10Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/w10Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/w20Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/w20Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/rels/w21Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/rels/w21Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_00/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_00/symbols.txt -------------------------------------------------------------------------------- /config/GMPE01_01/build.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_01/build.sha1 -------------------------------------------------------------------------------- /config/GMPE01_01/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_01/config.yml -------------------------------------------------------------------------------- /config/GMPE01_01/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_01/splits.txt -------------------------------------------------------------------------------- /config/GMPE01_01/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPE01_01/symbols.txt -------------------------------------------------------------------------------- /config/GMPJ01_00/build.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPJ01_00/build.sha1 -------------------------------------------------------------------------------- /config/GMPJ01_00/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPJ01_00/config.yml -------------------------------------------------------------------------------- /config/GMPJ01_00/rels/nisDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPJ01_00/rels/nisDll/splits.txt -------------------------------------------------------------------------------- /config/GMPJ01_00/rels/option/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPJ01_00/rels/option/splits.txt -------------------------------------------------------------------------------- /config/GMPJ01_00/rels/safDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPJ01_00/rels/safDll/splits.txt -------------------------------------------------------------------------------- /config/GMPJ01_00/rels/w04Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPJ01_00/rels/w04Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPJ01_00/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPJ01_00/splits.txt -------------------------------------------------------------------------------- /config/GMPJ01_00/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPJ01_00/symbols.txt -------------------------------------------------------------------------------- /config/GMPP01_00/build.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPP01_00/build.sha1 -------------------------------------------------------------------------------- /config/GMPP01_00/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPP01_00/config.yml -------------------------------------------------------------------------------- /config/GMPP01_00/rels/nisDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPP01_00/rels/nisDll/splits.txt -------------------------------------------------------------------------------- /config/GMPP01_00/rels/option/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPP01_00/rels/option/splits.txt -------------------------------------------------------------------------------- /config/GMPP01_00/rels/safDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPP01_00/rels/safDll/splits.txt -------------------------------------------------------------------------------- /config/GMPP01_00/rels/w01Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPP01_00/rels/w01Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPP01_00/rels/w02Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPP01_00/rels/w02Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPP01_00/rels/w03Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPP01_00/rels/w03Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPP01_00/rels/w04Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPP01_00/rels/w04Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPP01_00/rels/w05Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPP01_00/rels/w05Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPP01_00/rels/w06Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPP01_00/rels/w06Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPP01_00/rels/w20Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPP01_00/rels/w20Dll/splits.txt -------------------------------------------------------------------------------- /config/GMPP01_00/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPP01_00/splits.txt -------------------------------------------------------------------------------- /config/GMPP01_00/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPP01_00/symbols.txt -------------------------------------------------------------------------------- /config/GMPP01_02/build.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPP01_02/build.sha1 -------------------------------------------------------------------------------- /config/GMPP01_02/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPP01_02/config.yml -------------------------------------------------------------------------------- /config/GMPP01_02/rels/w04Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/config/GMPP01_02/rels/w04Dll/splits.txt -------------------------------------------------------------------------------- /configure: -------------------------------------------------------------------------------- 1 | python3 configure.py "$@" -------------------------------------------------------------------------------- /configure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/configure.py -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Runtime/New.h: -------------------------------------------------------------------------------- 1 | void operator delete(void* arg0); 2 | -------------------------------------------------------------------------------- /include/REL/E3SetupDLL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/E3SetupDLL.h -------------------------------------------------------------------------------- /include/REL/board_executor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/board_executor.h -------------------------------------------------------------------------------- /include/REL/executor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/executor.h -------------------------------------------------------------------------------- /include/REL/instDll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/instDll.h -------------------------------------------------------------------------------- /include/REL/m401Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m401Dll.h -------------------------------------------------------------------------------- /include/REL/m403Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m403Dll.h -------------------------------------------------------------------------------- /include/REL/m406Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m406Dll.h -------------------------------------------------------------------------------- /include/REL/m407dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m407dll.h -------------------------------------------------------------------------------- /include/REL/m408Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m408Dll.h -------------------------------------------------------------------------------- /include/REL/m409Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m409Dll.h -------------------------------------------------------------------------------- /include/REL/m410Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m410Dll.h -------------------------------------------------------------------------------- /include/REL/m412Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m412Dll.h -------------------------------------------------------------------------------- /include/REL/m415Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m415Dll.h -------------------------------------------------------------------------------- /include/REL/m416Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m416Dll.h -------------------------------------------------------------------------------- /include/REL/m417Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m417Dll.h -------------------------------------------------------------------------------- /include/REL/m418Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m418Dll.h -------------------------------------------------------------------------------- /include/REL/m420dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m420dll.h -------------------------------------------------------------------------------- /include/REL/m421Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m421Dll.h -------------------------------------------------------------------------------- /include/REL/m424Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m424Dll.h -------------------------------------------------------------------------------- /include/REL/m425Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m425Dll.h -------------------------------------------------------------------------------- /include/REL/m427Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m427Dll.h -------------------------------------------------------------------------------- /include/REL/m428Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m428Dll.h -------------------------------------------------------------------------------- /include/REL/m430Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m430Dll.h -------------------------------------------------------------------------------- /include/REL/m431Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m431Dll.h -------------------------------------------------------------------------------- /include/REL/m432data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m432data.h -------------------------------------------------------------------------------- /include/REL/m433Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m433Dll.h -------------------------------------------------------------------------------- /include/REL/m434Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m434Dll.h -------------------------------------------------------------------------------- /include/REL/m435Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m435Dll.h -------------------------------------------------------------------------------- /include/REL/m436Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m436Dll.h -------------------------------------------------------------------------------- /include/REL/m437Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m437Dll.h -------------------------------------------------------------------------------- /include/REL/m438Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m438Dll.h -------------------------------------------------------------------------------- /include/REL/m439data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m439data.h -------------------------------------------------------------------------------- /include/REL/m440Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m440Dll.h -------------------------------------------------------------------------------- /include/REL/m442Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m442Dll.h -------------------------------------------------------------------------------- /include/REL/m443Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m443Dll.h -------------------------------------------------------------------------------- /include/REL/m444dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m444dll.h -------------------------------------------------------------------------------- /include/REL/m446Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m446Dll.h -------------------------------------------------------------------------------- /include/REL/m447dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m447dll.h -------------------------------------------------------------------------------- /include/REL/m453Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m453Dll.h -------------------------------------------------------------------------------- /include/REL/m455Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m455Dll.h -------------------------------------------------------------------------------- /include/REL/m456Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m456Dll.h -------------------------------------------------------------------------------- /include/REL/m460Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/m460Dll.h -------------------------------------------------------------------------------- /include/REL/mentDll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/mentDll.h -------------------------------------------------------------------------------- /include/REL/mgmodedll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/mgmodedll.h -------------------------------------------------------------------------------- /include/REL/modeltestDll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/modeltestDll.h -------------------------------------------------------------------------------- /include/REL/modeseldll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/modeseldll.h -------------------------------------------------------------------------------- /include/REL/mpexDll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/mpexDll.h -------------------------------------------------------------------------------- /include/REL/mstory2Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/mstory2Dll.h -------------------------------------------------------------------------------- /include/REL/mstory3Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/mstory3Dll.h -------------------------------------------------------------------------------- /include/REL/mstoryDll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/mstoryDll.h -------------------------------------------------------------------------------- /include/REL/option.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/option.h -------------------------------------------------------------------------------- /include/REL/present.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/present.h -------------------------------------------------------------------------------- /include/REL/resultdll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/resultdll.h -------------------------------------------------------------------------------- /include/REL/w01Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/w01Dll.h -------------------------------------------------------------------------------- /include/REL/w02Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/w02Dll.h -------------------------------------------------------------------------------- /include/REL/w03Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/w03Dll.h -------------------------------------------------------------------------------- /include/REL/w04Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/w04Dll.h -------------------------------------------------------------------------------- /include/REL/w05Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/w05Dll.h -------------------------------------------------------------------------------- /include/REL/w06Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/w06Dll.h -------------------------------------------------------------------------------- /include/REL/w10Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/w10Dll.h -------------------------------------------------------------------------------- /include/REL/w20Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/w20Dll.h -------------------------------------------------------------------------------- /include/REL/ztardll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/REL/ztardll.h -------------------------------------------------------------------------------- /include/Runtime.PPCEABI.H/__va_arg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/Runtime.PPCEABI.H/__va_arg.h -------------------------------------------------------------------------------- /include/__ppc_eabi_linker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/__ppc_eabi_linker.h -------------------------------------------------------------------------------- /include/amcstubs/AmcExi2Stubs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/amcstubs/AmcExi2Stubs.h -------------------------------------------------------------------------------- /include/asm_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/asm_types.h -------------------------------------------------------------------------------- /include/ctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/ctype.h -------------------------------------------------------------------------------- /include/data_num/title.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/data_num/title.h -------------------------------------------------------------------------------- /include/data_num/win.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/data_num/win.h -------------------------------------------------------------------------------- /include/datadir_enum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/datadir_enum.h -------------------------------------------------------------------------------- /include/datadir_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/datadir_table.h -------------------------------------------------------------------------------- /include/dol2asm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dol2asm.h -------------------------------------------------------------------------------- /include/dolphin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin.h -------------------------------------------------------------------------------- /include/dolphin/CARDPriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/CARDPriv.h -------------------------------------------------------------------------------- /include/dolphin/DVDPriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/DVDPriv.h -------------------------------------------------------------------------------- /include/dolphin/GBAPriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/GBAPriv.h -------------------------------------------------------------------------------- /include/dolphin/OSRtcPriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/OSRtcPriv.h -------------------------------------------------------------------------------- /include/dolphin/PPCArch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/PPCArch.h -------------------------------------------------------------------------------- /include/dolphin/__ppc_eabi_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/__ppc_eabi_init.h -------------------------------------------------------------------------------- /include/dolphin/__start.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/__start.h -------------------------------------------------------------------------------- /include/dolphin/ai.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/ai.h -------------------------------------------------------------------------------- /include/dolphin/ar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/ar.h -------------------------------------------------------------------------------- /include/dolphin/arq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/arq.h -------------------------------------------------------------------------------- /include/dolphin/card.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/card.h -------------------------------------------------------------------------------- /include/dolphin/db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/db.h -------------------------------------------------------------------------------- /include/dolphin/demo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/demo.h -------------------------------------------------------------------------------- /include/dolphin/demo/DEMOInit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/demo/DEMOInit.h -------------------------------------------------------------------------------- /include/dolphin/demo/DEMOPad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/demo/DEMOPad.h -------------------------------------------------------------------------------- /include/dolphin/demo/DEMOPuts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/demo/DEMOPuts.h -------------------------------------------------------------------------------- /include/dolphin/demo/DEMOStats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/demo/DEMOStats.h -------------------------------------------------------------------------------- /include/dolphin/demo/DEMOWin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/demo/DEMOWin.h -------------------------------------------------------------------------------- /include/dolphin/demoPriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/demoPriv.h -------------------------------------------------------------------------------- /include/dolphin/dsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/dsp.h -------------------------------------------------------------------------------- /include/dolphin/dtk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/dtk.h -------------------------------------------------------------------------------- /include/dolphin/dvd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/dvd.h -------------------------------------------------------------------------------- /include/dolphin/exi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/exi.h -------------------------------------------------------------------------------- /include/dolphin/gba.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gba.h -------------------------------------------------------------------------------- /include/dolphin/gx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXBump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXBump.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXCommandList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXCommandList.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXCull.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXCull.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXDispList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXDispList.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXDraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXDraw.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXEnum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXEnum.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXExtra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXExtra.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXFifo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXFifo.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXFrameBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXFrameBuffer.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXGeometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXGeometry.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXGet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXGet.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXLighting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXLighting.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXManage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXManage.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXPerf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXPerf.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXPixel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXPixel.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXPriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXPriv.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXStruct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXStruct.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXTev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXTev.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXTexture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXTexture.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXTransform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXTransform.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXVerify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXVerify.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXVert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/gx/GXVert.h -------------------------------------------------------------------------------- /include/dolphin/hw_regs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/hw_regs.h -------------------------------------------------------------------------------- /include/dolphin/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/math.h -------------------------------------------------------------------------------- /include/dolphin/mtx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/mtx.h -------------------------------------------------------------------------------- /include/dolphin/mtx/GeoTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/mtx/GeoTypes.h -------------------------------------------------------------------------------- /include/dolphin/os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os.h -------------------------------------------------------------------------------- /include/dolphin/os/OSAlarm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSAlarm.h -------------------------------------------------------------------------------- /include/dolphin/os/OSAlloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSAlloc.h -------------------------------------------------------------------------------- /include/dolphin/os/OSArena.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSArena.h -------------------------------------------------------------------------------- /include/dolphin/os/OSBootInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSBootInfo.h -------------------------------------------------------------------------------- /include/dolphin/os/OSCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSCache.h -------------------------------------------------------------------------------- /include/dolphin/os/OSContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSContext.h -------------------------------------------------------------------------------- /include/dolphin/os/OSError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSError.h -------------------------------------------------------------------------------- /include/dolphin/os/OSException.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSException.h -------------------------------------------------------------------------------- /include/dolphin/os/OSExpansion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSExpansion.h -------------------------------------------------------------------------------- /include/dolphin/os/OSFastCast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSFastCast.h -------------------------------------------------------------------------------- /include/dolphin/os/OSFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSFont.h -------------------------------------------------------------------------------- /include/dolphin/os/OSIC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSIC.h -------------------------------------------------------------------------------- /include/dolphin/os/OSInterrupt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSInterrupt.h -------------------------------------------------------------------------------- /include/dolphin/os/OSMemory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSMemory.h -------------------------------------------------------------------------------- /include/dolphin/os/OSMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSMessage.h -------------------------------------------------------------------------------- /include/dolphin/os/OSModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSModule.h -------------------------------------------------------------------------------- /include/dolphin/os/OSMutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSMutex.h -------------------------------------------------------------------------------- /include/dolphin/os/OSPriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSPriv.h -------------------------------------------------------------------------------- /include/dolphin/os/OSReset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSReset.h -------------------------------------------------------------------------------- /include/dolphin/os/OSResetSW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSResetSW.h -------------------------------------------------------------------------------- /include/dolphin/os/OSSerial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSSerial.h -------------------------------------------------------------------------------- /include/dolphin/os/OSThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/os/OSThread.h -------------------------------------------------------------------------------- /include/dolphin/pad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/pad.h -------------------------------------------------------------------------------- /include/dolphin/sipriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/sipriv.h -------------------------------------------------------------------------------- /include/dolphin/thp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/thp.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPAudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/thp/THPAudio.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPAudioDecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/thp/THPAudioDecode.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/thp/THPBuffer.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPDraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/thp/THPDraw.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/thp/THPFile.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/thp/THPInfo.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/thp/THPPlayer.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPRead.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/thp/THPRead.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPVideoDecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/thp/THPVideoDecode.h -------------------------------------------------------------------------------- /include/dolphin/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/types.h -------------------------------------------------------------------------------- /include/dolphin/vi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/vi.h -------------------------------------------------------------------------------- /include/dolphin/vifuncs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/vifuncs.h -------------------------------------------------------------------------------- /include/dolphin/vitypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/dolphin/vitypes.h -------------------------------------------------------------------------------- /include/ext_math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/ext_math.h -------------------------------------------------------------------------------- /include/float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/float.h -------------------------------------------------------------------------------- /include/game/ClusterExec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/ClusterExec.h -------------------------------------------------------------------------------- /include/game/EnvelopeExec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/EnvelopeExec.h -------------------------------------------------------------------------------- /include/game/ShapeExec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/ShapeExec.h -------------------------------------------------------------------------------- /include/game/THPDraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/THPDraw.h -------------------------------------------------------------------------------- /include/game/THPSimple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/THPSimple.h -------------------------------------------------------------------------------- /include/game/animdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/animdata.h -------------------------------------------------------------------------------- /include/game/armem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/armem.h -------------------------------------------------------------------------------- /include/game/audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/audio.h -------------------------------------------------------------------------------- /include/game/board/audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/audio.h -------------------------------------------------------------------------------- /include/game/board/basic_space.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/basic_space.h -------------------------------------------------------------------------------- /include/game/board/battle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/battle.h -------------------------------------------------------------------------------- /include/game/board/boo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/boo.h -------------------------------------------------------------------------------- /include/game/board/boo_house.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/boo_house.h -------------------------------------------------------------------------------- /include/game/board/char_wheel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/char_wheel.h -------------------------------------------------------------------------------- /include/game/board/com.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/com.h -------------------------------------------------------------------------------- /include/game/board/com_path.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/com_path.h -------------------------------------------------------------------------------- /include/game/board/item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/item.h -------------------------------------------------------------------------------- /include/game/board/lottery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/lottery.h -------------------------------------------------------------------------------- /include/game/board/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/main.h -------------------------------------------------------------------------------- /include/game/board/map_object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/map_object.h -------------------------------------------------------------------------------- /include/game/board/mg_setup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/mg_setup.h -------------------------------------------------------------------------------- /include/game/board/model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/model.h -------------------------------------------------------------------------------- /include/game/board/pause.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/pause.h -------------------------------------------------------------------------------- /include/game/board/player.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/player.h -------------------------------------------------------------------------------- /include/game/board/roll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/roll.h -------------------------------------------------------------------------------- /include/game/board/shop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/shop.h -------------------------------------------------------------------------------- /include/game/board/space.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/space.h -------------------------------------------------------------------------------- /include/game/board/star.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/star.h -------------------------------------------------------------------------------- /include/game/board/start.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/start.h -------------------------------------------------------------------------------- /include/game/board/tutorial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/tutorial.h -------------------------------------------------------------------------------- /include/game/board/ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/ui.h -------------------------------------------------------------------------------- /include/game/board/view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/view.h -------------------------------------------------------------------------------- /include/game/board/warp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/warp.h -------------------------------------------------------------------------------- /include/game/board/window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/board/window.h -------------------------------------------------------------------------------- /include/game/card.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/card.h -------------------------------------------------------------------------------- /include/game/chrman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/chrman.h -------------------------------------------------------------------------------- /include/game/data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/data.h -------------------------------------------------------------------------------- /include/game/disp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/disp.h -------------------------------------------------------------------------------- /include/game/dvd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/dvd.h -------------------------------------------------------------------------------- /include/game/esprite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/esprite.h -------------------------------------------------------------------------------- /include/game/fault.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/fault.h -------------------------------------------------------------------------------- /include/game/flag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/flag.h -------------------------------------------------------------------------------- /include/game/frand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/frand.h -------------------------------------------------------------------------------- /include/game/gamework.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/gamework.h -------------------------------------------------------------------------------- /include/game/gamework_data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/gamework_data.h -------------------------------------------------------------------------------- /include/game/hsfanim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/hsfanim.h -------------------------------------------------------------------------------- /include/game/hsfdraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/hsfdraw.h -------------------------------------------------------------------------------- /include/game/hsfex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/hsfex.h -------------------------------------------------------------------------------- /include/game/hsfformat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/hsfformat.h -------------------------------------------------------------------------------- /include/game/hsfload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/hsfload.h -------------------------------------------------------------------------------- /include/game/hsfman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/hsfman.h -------------------------------------------------------------------------------- /include/game/hsfmotion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/hsfmotion.h -------------------------------------------------------------------------------- /include/game/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/init.h -------------------------------------------------------------------------------- /include/game/jmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/jmp.h -------------------------------------------------------------------------------- /include/game/mapspace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/mapspace.h -------------------------------------------------------------------------------- /include/game/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/memory.h -------------------------------------------------------------------------------- /include/game/minigame_seq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/minigame_seq.h -------------------------------------------------------------------------------- /include/game/msm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/msm.h -------------------------------------------------------------------------------- /include/game/msm_data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/msm_data.h -------------------------------------------------------------------------------- /include/game/object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/object.h -------------------------------------------------------------------------------- /include/game/objsub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/objsub.h -------------------------------------------------------------------------------- /include/game/pad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/pad.h -------------------------------------------------------------------------------- /include/game/perf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/perf.h -------------------------------------------------------------------------------- /include/game/printfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/printfunc.h -------------------------------------------------------------------------------- /include/game/process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/process.h -------------------------------------------------------------------------------- /include/game/saveload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/saveload.h -------------------------------------------------------------------------------- /include/game/sprite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/sprite.h -------------------------------------------------------------------------------- /include/game/thpmain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/thpmain.h -------------------------------------------------------------------------------- /include/game/window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/window.h -------------------------------------------------------------------------------- /include/game/wipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/game/wipe.h -------------------------------------------------------------------------------- /include/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/math.h -------------------------------------------------------------------------------- /include/msm/msmfio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/msm/msmfio.h -------------------------------------------------------------------------------- /include/msm/msmmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/msm/msmmem.h -------------------------------------------------------------------------------- /include/msm/msmmus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/msm/msmmus.h -------------------------------------------------------------------------------- /include/msm/msmse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/msm/msmse.h -------------------------------------------------------------------------------- /include/msm/msmstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/msm/msmstream.h -------------------------------------------------------------------------------- /include/msm/msmsys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/msm/msmsys.h -------------------------------------------------------------------------------- /include/ovl_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/ovl_table.h -------------------------------------------------------------------------------- /include/stdarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/stdarg.h -------------------------------------------------------------------------------- /include/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/stddef.h -------------------------------------------------------------------------------- /include/stdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/stdint.h -------------------------------------------------------------------------------- /include/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/stdio.h -------------------------------------------------------------------------------- /include/stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/stdlib.h -------------------------------------------------------------------------------- /include/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/string.h -------------------------------------------------------------------------------- /include/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/types.h -------------------------------------------------------------------------------- /include/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/include/version.h -------------------------------------------------------------------------------- /orig/GMPE01_00/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /orig/GMPE01_01/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /orig/GMPJ01_00/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /orig/GMPP01_00/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /orig/GMPP01_02/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/FILE_POS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/FILE_POS.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/abort_exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/abort_exit.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/alloc.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/ansi_files.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/ansi_files.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/ansi_fp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/ansi_fp.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/arith.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/arith.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/buffer_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/buffer_io.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/ctype.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/ctype.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/direct_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/direct_io.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/e_acos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/e_acos.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/e_asin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/e_asin.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/e_atan2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/e_atan2.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/e_fmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/e_fmod.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/e_pow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/e_pow.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/e_rem_pio2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/e_rem_pio2.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/errno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/errno.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/file_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/file_io.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/float.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/float.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/k_cos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/k_cos.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/k_rem_pio2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/k_rem_pio2.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/k_sin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/k_sin.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/k_tan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/k_tan.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/math_ppc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/math_ppc.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/mbstring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/mbstring.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/mem.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/mem_funcs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/mem_funcs.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/misc_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/misc_io.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/printf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/printf.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/rand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/rand.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_atan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/s_atan.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_copysign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/s_copysign.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_cos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/s_cos.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_floor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/s_floor.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_frexp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/s_frexp.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_ldexp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/s_ldexp.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_modf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/s_modf.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_sin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/s_sin.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_tan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/s_tan.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/scanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/scanf.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/signal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/signal.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/string.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/string.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/w_acos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/w_acos.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/w_asin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/w_asin.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/w_atan2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/w_atan2.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/w_fmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/w_fmod.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/w_pow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/w_pow.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/wchar_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/MSL_C.PPCEABI.bare.H/wchar_io.c -------------------------------------------------------------------------------- /src/OdemuExi2/DebuggerDriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/OdemuExi2/DebuggerDriver.c -------------------------------------------------------------------------------- /src/REL/E3setupDLL/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/E3setupDLL/main.c -------------------------------------------------------------------------------- /src/REL/E3setupDLL/mgselect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/E3setupDLL/mgselect.c -------------------------------------------------------------------------------- /src/REL/_minigameDLL/_minigameDLL.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/_minigameDLL/_minigameDLL.c -------------------------------------------------------------------------------- /src/REL/board_executor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/board_executor.c -------------------------------------------------------------------------------- /src/REL/bootDll/language.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/bootDll/language.c -------------------------------------------------------------------------------- /src/REL/bootDll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/bootDll/main.c -------------------------------------------------------------------------------- /src/REL/empty.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/REL/executor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/executor.c -------------------------------------------------------------------------------- /src/REL/instDll/font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/instDll/font.c -------------------------------------------------------------------------------- /src/REL/instDll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/instDll/main.c -------------------------------------------------------------------------------- /src/REL/m401Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m401Dll/main.c -------------------------------------------------------------------------------- /src/REL/m401Dll/main_ex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m401Dll/main_ex.c -------------------------------------------------------------------------------- /src/REL/m402Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m402Dll/main.c -------------------------------------------------------------------------------- /src/REL/m403Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m403Dll/main.c -------------------------------------------------------------------------------- /src/REL/m403Dll/scene.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m403Dll/scene.c -------------------------------------------------------------------------------- /src/REL/m404Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m404Dll/main.c -------------------------------------------------------------------------------- /src/REL/m405Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m405Dll/main.c -------------------------------------------------------------------------------- /src/REL/m406Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m406Dll/main.c -------------------------------------------------------------------------------- /src/REL/m406Dll/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m406Dll/map.c -------------------------------------------------------------------------------- /src/REL/m406Dll/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m406Dll/player.c -------------------------------------------------------------------------------- /src/REL/m407dll/camera.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m407dll/camera.c -------------------------------------------------------------------------------- /src/REL/m407dll/effect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m407dll/effect.c -------------------------------------------------------------------------------- /src/REL/m407dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m407dll/main.c -------------------------------------------------------------------------------- /src/REL/m407dll/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m407dll/map.c -------------------------------------------------------------------------------- /src/REL/m407dll/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m407dll/player.c -------------------------------------------------------------------------------- /src/REL/m407dll/score.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m407dll/score.c -------------------------------------------------------------------------------- /src/REL/m407dll/whomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m407dll/whomp.c -------------------------------------------------------------------------------- /src/REL/m407dll/whomp_score.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m407dll/whomp_score.c -------------------------------------------------------------------------------- /src/REL/m408Dll/camera.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m408Dll/camera.c -------------------------------------------------------------------------------- /src/REL/m408Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m408Dll/main.c -------------------------------------------------------------------------------- /src/REL/m408Dll/object.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m408Dll/object.c -------------------------------------------------------------------------------- /src/REL/m408Dll/stage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m408Dll/stage.c -------------------------------------------------------------------------------- /src/REL/m409Dll/cursor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m409Dll/cursor.c -------------------------------------------------------------------------------- /src/REL/m409Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m409Dll/main.c -------------------------------------------------------------------------------- /src/REL/m409Dll/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m409Dll/player.c -------------------------------------------------------------------------------- /src/REL/m410Dll/game.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m410Dll/game.c -------------------------------------------------------------------------------- /src/REL/m410Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m410Dll/main.c -------------------------------------------------------------------------------- /src/REL/m410Dll/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m410Dll/player.c -------------------------------------------------------------------------------- /src/REL/m410Dll/stage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m410Dll/stage.c -------------------------------------------------------------------------------- /src/REL/m411Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m411Dll/main.c -------------------------------------------------------------------------------- /src/REL/m412Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m412Dll/main.c -------------------------------------------------------------------------------- /src/REL/m413Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m413Dll/main.c -------------------------------------------------------------------------------- /src/REL/m414Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m414Dll/main.c -------------------------------------------------------------------------------- /src/REL/m415Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m415Dll/main.c -------------------------------------------------------------------------------- /src/REL/m415Dll/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m415Dll/map.c -------------------------------------------------------------------------------- /src/REL/m416Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m416Dll/main.c -------------------------------------------------------------------------------- /src/REL/m416Dll/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m416Dll/map.c -------------------------------------------------------------------------------- /src/REL/m417Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m417Dll/main.c -------------------------------------------------------------------------------- /src/REL/m417Dll/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m417Dll/player.c -------------------------------------------------------------------------------- /src/REL/m417Dll/sequence.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m417Dll/sequence.c -------------------------------------------------------------------------------- /src/REL/m417Dll/water.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m417Dll/water.c -------------------------------------------------------------------------------- /src/REL/m418Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m418Dll/main.c -------------------------------------------------------------------------------- /src/REL/m418Dll/sequence.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m418Dll/sequence.c -------------------------------------------------------------------------------- /src/REL/m419Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m419Dll/main.c -------------------------------------------------------------------------------- /src/REL/m420dll/camera.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m420dll/camera.c -------------------------------------------------------------------------------- /src/REL/m420dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m420dll/main.c -------------------------------------------------------------------------------- /src/REL/m420dll/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m420dll/map.c -------------------------------------------------------------------------------- /src/REL/m420dll/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m420dll/player.c -------------------------------------------------------------------------------- /src/REL/m420dll/rand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m420dll/rand.c -------------------------------------------------------------------------------- /src/REL/m421Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m421Dll/main.c -------------------------------------------------------------------------------- /src/REL/m421Dll/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m421Dll/map.c -------------------------------------------------------------------------------- /src/REL/m421Dll/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m421Dll/player.c -------------------------------------------------------------------------------- /src/REL/m422Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m422Dll/main.c -------------------------------------------------------------------------------- /src/REL/m423Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m423Dll/main.c -------------------------------------------------------------------------------- /src/REL/m424Dll/ball.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m424Dll/ball.c -------------------------------------------------------------------------------- /src/REL/m424Dll/claw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m424Dll/claw.c -------------------------------------------------------------------------------- /src/REL/m424Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m424Dll/main.c -------------------------------------------------------------------------------- /src/REL/m424Dll/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m424Dll/map.c -------------------------------------------------------------------------------- /src/REL/m425Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m425Dll/main.c -------------------------------------------------------------------------------- /src/REL/m425Dll/thwomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m425Dll/thwomp.c -------------------------------------------------------------------------------- /src/REL/m426Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m426Dll/main.c -------------------------------------------------------------------------------- /src/REL/m427Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m427Dll/main.c -------------------------------------------------------------------------------- /src/REL/m427Dll/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m427Dll/map.c -------------------------------------------------------------------------------- /src/REL/m427Dll/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m427Dll/player.c -------------------------------------------------------------------------------- /src/REL/m428Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m428Dll/main.c -------------------------------------------------------------------------------- /src/REL/m428Dll/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m428Dll/map.c -------------------------------------------------------------------------------- /src/REL/m428Dll/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m428Dll/player.c -------------------------------------------------------------------------------- /src/REL/m429Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m429Dll/main.c -------------------------------------------------------------------------------- /src/REL/m430Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m430Dll/main.c -------------------------------------------------------------------------------- /src/REL/m430Dll/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m430Dll/player.c -------------------------------------------------------------------------------- /src/REL/m430Dll/water.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m430Dll/water.c -------------------------------------------------------------------------------- /src/REL/m431Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m431Dll/main.c -------------------------------------------------------------------------------- /src/REL/m431Dll/object.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m431Dll/object.c -------------------------------------------------------------------------------- /src/REL/m432Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m432Dll/main.c -------------------------------------------------------------------------------- /src/REL/m433Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m433Dll/main.c -------------------------------------------------------------------------------- /src/REL/m433Dll/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m433Dll/map.c -------------------------------------------------------------------------------- /src/REL/m433Dll/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m433Dll/player.c -------------------------------------------------------------------------------- /src/REL/m434Dll/fish.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m434Dll/fish.c -------------------------------------------------------------------------------- /src/REL/m434Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m434Dll/main.c -------------------------------------------------------------------------------- /src/REL/m434Dll/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m434Dll/map.c -------------------------------------------------------------------------------- /src/REL/m434Dll/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m434Dll/player.c -------------------------------------------------------------------------------- /src/REL/m435Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m435Dll/main.c -------------------------------------------------------------------------------- /src/REL/m435Dll/sequence.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m435Dll/sequence.c -------------------------------------------------------------------------------- /src/REL/m436Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m436Dll/main.c -------------------------------------------------------------------------------- /src/REL/m436Dll/sequence.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m436Dll/sequence.c -------------------------------------------------------------------------------- /src/REL/m437Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m437Dll/main.c -------------------------------------------------------------------------------- /src/REL/m437Dll/sequence.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m437Dll/sequence.c -------------------------------------------------------------------------------- /src/REL/m438Dll/fire.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m438Dll/fire.c -------------------------------------------------------------------------------- /src/REL/m438Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m438Dll/main.c -------------------------------------------------------------------------------- /src/REL/m438Dll/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m438Dll/map.c -------------------------------------------------------------------------------- /src/REL/m439Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m439Dll/main.c -------------------------------------------------------------------------------- /src/REL/m440Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m440Dll/main.c -------------------------------------------------------------------------------- /src/REL/m440Dll/object.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m440Dll/object.c -------------------------------------------------------------------------------- /src/REL/m441Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m441Dll/main.c -------------------------------------------------------------------------------- /src/REL/m442Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m442Dll/main.c -------------------------------------------------------------------------------- /src/REL/m442Dll/score.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m442Dll/score.c -------------------------------------------------------------------------------- /src/REL/m443Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m443Dll/main.c -------------------------------------------------------------------------------- /src/REL/m443Dll/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m443Dll/map.c -------------------------------------------------------------------------------- /src/REL/m443Dll/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m443Dll/player.c -------------------------------------------------------------------------------- /src/REL/m444dll/datalist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m444dll/datalist.c -------------------------------------------------------------------------------- /src/REL/m444dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m444dll/main.c -------------------------------------------------------------------------------- /src/REL/m444dll/pinball.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m444dll/pinball.c -------------------------------------------------------------------------------- /src/REL/m444dll/shadow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m444dll/shadow.c -------------------------------------------------------------------------------- /src/REL/m445Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m445Dll/main.c -------------------------------------------------------------------------------- /src/REL/m446Dll/camera.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m446Dll/camera.c -------------------------------------------------------------------------------- /src/REL/m446Dll/card.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m446Dll/card.c -------------------------------------------------------------------------------- /src/REL/m446Dll/cursor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m446Dll/cursor.c -------------------------------------------------------------------------------- /src/REL/m446Dll/deck.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m446Dll/deck.c -------------------------------------------------------------------------------- /src/REL/m446Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m446Dll/main.c -------------------------------------------------------------------------------- /src/REL/m446Dll/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m446Dll/player.c -------------------------------------------------------------------------------- /src/REL/m446Dll/stage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m446Dll/stage.c -------------------------------------------------------------------------------- /src/REL/m446Dll/table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m446Dll/table.c -------------------------------------------------------------------------------- /src/REL/m447dll/block.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m447dll/block.c -------------------------------------------------------------------------------- /src/REL/m447dll/camera.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m447dll/camera.c -------------------------------------------------------------------------------- /src/REL/m447dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m447dll/main.c -------------------------------------------------------------------------------- /src/REL/m447dll/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m447dll/player.c -------------------------------------------------------------------------------- /src/REL/m447dll/player_col.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m447dll/player_col.c -------------------------------------------------------------------------------- /src/REL/m447dll/stage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m447dll/stage.c -------------------------------------------------------------------------------- /src/REL/m448Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m448Dll/main.c -------------------------------------------------------------------------------- /src/REL/m449Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m449Dll/main.c -------------------------------------------------------------------------------- /src/REL/m450Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m450Dll/main.c -------------------------------------------------------------------------------- /src/REL/m451Dll/m451.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m451Dll/m451.c -------------------------------------------------------------------------------- /src/REL/m453Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m453Dll/main.c -------------------------------------------------------------------------------- /src/REL/m453Dll/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m453Dll/map.c -------------------------------------------------------------------------------- /src/REL/m453Dll/score.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m453Dll/score.c -------------------------------------------------------------------------------- /src/REL/m455Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m455Dll/main.c -------------------------------------------------------------------------------- /src/REL/m455Dll/stage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m455Dll/stage.c -------------------------------------------------------------------------------- /src/REL/m456Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m456Dll/main.c -------------------------------------------------------------------------------- /src/REL/m456Dll/stage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m456Dll/stage.c -------------------------------------------------------------------------------- /src/REL/m457Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m457Dll/main.c -------------------------------------------------------------------------------- /src/REL/m458Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m458Dll/main.c -------------------------------------------------------------------------------- /src/REL/m459dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m459dll/main.c -------------------------------------------------------------------------------- /src/REL/m460Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m460Dll/main.c -------------------------------------------------------------------------------- /src/REL/m460Dll/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m460Dll/map.c -------------------------------------------------------------------------------- /src/REL/m460Dll/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m460Dll/player.c -------------------------------------------------------------------------------- /src/REL/m460Dll/score.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m460Dll/score.c -------------------------------------------------------------------------------- /src/REL/m461Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m461Dll/main.c -------------------------------------------------------------------------------- /src/REL/m462Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m462Dll/main.c -------------------------------------------------------------------------------- /src/REL/m463Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/m463Dll/main.c -------------------------------------------------------------------------------- /src/REL/mentDll/common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mentDll/common.c -------------------------------------------------------------------------------- /src/REL/mentDll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mentDll/main.c -------------------------------------------------------------------------------- /src/REL/messDll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/messDll/main.c -------------------------------------------------------------------------------- /src/REL/mgmodedll/battle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mgmodedll/battle.c -------------------------------------------------------------------------------- /src/REL/mgmodedll/datalist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mgmodedll/datalist.c -------------------------------------------------------------------------------- /src/REL/mgmodedll/free_play.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mgmodedll/free_play.c -------------------------------------------------------------------------------- /src/REL/mgmodedll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mgmodedll/main.c -------------------------------------------------------------------------------- /src/REL/mgmodedll/mgmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mgmodedll/mgmode.c -------------------------------------------------------------------------------- /src/REL/mgmodedll/minigame.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mgmodedll/minigame.c -------------------------------------------------------------------------------- /src/REL/mgmodedll/record.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mgmodedll/record.c -------------------------------------------------------------------------------- /src/REL/mgmodedll/tictactoe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mgmodedll/tictactoe.c -------------------------------------------------------------------------------- /src/REL/modeltestDll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/modeltestDll/main.c -------------------------------------------------------------------------------- /src/REL/modeltestDll/modeltest00.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/modeltestDll/modeltest00.c -------------------------------------------------------------------------------- /src/REL/modeltestDll/modeltest01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/modeltestDll/modeltest01.c -------------------------------------------------------------------------------- /src/REL/modeseldll/datalist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/modeseldll/datalist.c -------------------------------------------------------------------------------- /src/REL/modeseldll/filesel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/modeseldll/filesel.c -------------------------------------------------------------------------------- /src/REL/modeseldll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/modeseldll/main.c -------------------------------------------------------------------------------- /src/REL/modeseldll/modesel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/modeseldll/modesel.c -------------------------------------------------------------------------------- /src/REL/mpexDll/charsel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mpexDll/charsel.c -------------------------------------------------------------------------------- /src/REL/mpexDll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mpexDll/main.c -------------------------------------------------------------------------------- /src/REL/mpexDll/mgname.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mpexDll/mgname.c -------------------------------------------------------------------------------- /src/REL/mpexDll/mpex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mpexDll/mpex.c -------------------------------------------------------------------------------- /src/REL/mstory2Dll/board_clear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstory2Dll/board_clear.c -------------------------------------------------------------------------------- /src/REL/mstory2Dll/board_entrance.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstory2Dll/board_entrance.c -------------------------------------------------------------------------------- /src/REL/mstory2Dll/board_miss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstory2Dll/board_miss.c -------------------------------------------------------------------------------- /src/REL/mstory2Dll/ending.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstory2Dll/ending.c -------------------------------------------------------------------------------- /src/REL/mstory2Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstory2Dll/main.c -------------------------------------------------------------------------------- /src/REL/mstory2Dll/mg_clear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstory2Dll/mg_clear.c -------------------------------------------------------------------------------- /src/REL/mstory2Dll/mg_miss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstory2Dll/mg_miss.c -------------------------------------------------------------------------------- /src/REL/mstory2Dll/save.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstory2Dll/save.c -------------------------------------------------------------------------------- /src/REL/mstory3Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstory3Dll/main.c -------------------------------------------------------------------------------- /src/REL/mstory3Dll/result.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstory3Dll/result.c -------------------------------------------------------------------------------- /src/REL/mstory3Dll/result_seq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstory3Dll/result_seq.c -------------------------------------------------------------------------------- /src/REL/mstory3Dll/win_effect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstory3Dll/win_effect.c -------------------------------------------------------------------------------- /src/REL/mstory4Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstory4Dll/main.c -------------------------------------------------------------------------------- /src/REL/mstoryDll/board_clear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstoryDll/board_clear.c -------------------------------------------------------------------------------- /src/REL/mstoryDll/board_miss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstoryDll/board_miss.c -------------------------------------------------------------------------------- /src/REL/mstoryDll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstoryDll/main.c -------------------------------------------------------------------------------- /src/REL/mstoryDll/mg_clear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstoryDll/mg_clear.c -------------------------------------------------------------------------------- /src/REL/mstoryDll/mg_miss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstoryDll/mg_miss.c -------------------------------------------------------------------------------- /src/REL/mstoryDll/save.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/mstoryDll/save.c -------------------------------------------------------------------------------- /src/REL/nisDll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/nisDll/main.c -------------------------------------------------------------------------------- /src/REL/option/camera.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/option/camera.c -------------------------------------------------------------------------------- /src/REL/option/guide.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/option/guide.c -------------------------------------------------------------------------------- /src/REL/option/record.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/option/record.c -------------------------------------------------------------------------------- /src/REL/option/room.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/option/room.c -------------------------------------------------------------------------------- /src/REL/option/rumble.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/option/rumble.c -------------------------------------------------------------------------------- /src/REL/option/scene.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/option/scene.c -------------------------------------------------------------------------------- /src/REL/option/sound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/option/sound.c -------------------------------------------------------------------------------- /src/REL/option/state.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/option/state.c -------------------------------------------------------------------------------- /src/REL/option/window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/option/window.c -------------------------------------------------------------------------------- /src/REL/present/camera.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/present/camera.c -------------------------------------------------------------------------------- /src/REL/present/common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/present/common.c -------------------------------------------------------------------------------- /src/REL/present/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/present/init.c -------------------------------------------------------------------------------- /src/REL/present/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/present/main.c -------------------------------------------------------------------------------- /src/REL/present/present.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/present/present.c -------------------------------------------------------------------------------- /src/REL/resultDll/battle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/resultDll/battle.c -------------------------------------------------------------------------------- /src/REL/resultDll/datalist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/resultDll/datalist.c -------------------------------------------------------------------------------- /src/REL/resultDll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/resultDll/main.c -------------------------------------------------------------------------------- /src/REL/safDll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/safDll/main.c -------------------------------------------------------------------------------- /src/REL/selmenuDll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/selmenuDll/main.c -------------------------------------------------------------------------------- /src/REL/staffDll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/staffDll/main.c -------------------------------------------------------------------------------- /src/REL/subchrselDll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/subchrselDll/main.c -------------------------------------------------------------------------------- /src/REL/w01Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w01Dll/main.c -------------------------------------------------------------------------------- /src/REL/w01Dll/mg_coin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w01Dll/mg_coin.c -------------------------------------------------------------------------------- /src/REL/w01Dll/mg_item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w01Dll/mg_item.c -------------------------------------------------------------------------------- /src/REL/w02Dll/gamble.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w02Dll/gamble.c -------------------------------------------------------------------------------- /src/REL/w02Dll/gendice.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w02Dll/gendice.c -------------------------------------------------------------------------------- /src/REL/w02Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w02Dll/main.c -------------------------------------------------------------------------------- /src/REL/w02Dll/mg_coin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w02Dll/mg_coin.c -------------------------------------------------------------------------------- /src/REL/w02Dll/mg_item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w02Dll/mg_item.c -------------------------------------------------------------------------------- /src/REL/w02Dll/roulette.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w02Dll/roulette.c -------------------------------------------------------------------------------- /src/REL/w02Dll/shuffleboard.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w02Dll/shuffleboard.c -------------------------------------------------------------------------------- /src/REL/w03Dll/condor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w03Dll/condor.c -------------------------------------------------------------------------------- /src/REL/w03Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w03Dll/main.c -------------------------------------------------------------------------------- /src/REL/w03Dll/mg_coin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w03Dll/mg_coin.c -------------------------------------------------------------------------------- /src/REL/w03Dll/mg_item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w03Dll/mg_item.c -------------------------------------------------------------------------------- /src/REL/w03Dll/river.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w03Dll/river.c -------------------------------------------------------------------------------- /src/REL/w03Dll/smoke.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w03Dll/smoke.c -------------------------------------------------------------------------------- /src/REL/w03Dll/statue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w03Dll/statue.c -------------------------------------------------------------------------------- /src/REL/w04Dll/big_boo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w04Dll/big_boo.c -------------------------------------------------------------------------------- /src/REL/w04Dll/boo_event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w04Dll/boo_event.c -------------------------------------------------------------------------------- /src/REL/w04Dll/bridge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w04Dll/bridge.c -------------------------------------------------------------------------------- /src/REL/w04Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w04Dll/main.c -------------------------------------------------------------------------------- /src/REL/w04Dll/mg_coin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w04Dll/mg_coin.c -------------------------------------------------------------------------------- /src/REL/w04Dll/mg_item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w04Dll/mg_item.c -------------------------------------------------------------------------------- /src/REL/w05Dll/dolphin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w05Dll/dolphin.c -------------------------------------------------------------------------------- /src/REL/w05Dll/hotel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w05Dll/hotel.c -------------------------------------------------------------------------------- /src/REL/w05Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w05Dll/main.c -------------------------------------------------------------------------------- /src/REL/w05Dll/mg_coin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w05Dll/mg_coin.c -------------------------------------------------------------------------------- /src/REL/w05Dll/mg_item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w05Dll/mg_item.c -------------------------------------------------------------------------------- /src/REL/w05Dll/monkey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w05Dll/monkey.c -------------------------------------------------------------------------------- /src/REL/w06Dll/bowser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w06Dll/bowser.c -------------------------------------------------------------------------------- /src/REL/w06Dll/bridge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w06Dll/bridge.c -------------------------------------------------------------------------------- /src/REL/w06Dll/fire.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w06Dll/fire.c -------------------------------------------------------------------------------- /src/REL/w06Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w06Dll/main.c -------------------------------------------------------------------------------- /src/REL/w06Dll/mg_coin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w06Dll/mg_coin.c -------------------------------------------------------------------------------- /src/REL/w06Dll/mg_item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w06Dll/mg_item.c -------------------------------------------------------------------------------- /src/REL/w10Dll/host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w10Dll/host.c -------------------------------------------------------------------------------- /src/REL/w10Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w10Dll/main.c -------------------------------------------------------------------------------- /src/REL/w10Dll/scene.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w10Dll/scene.c -------------------------------------------------------------------------------- /src/REL/w10Dll/tutorial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w10Dll/tutorial.c -------------------------------------------------------------------------------- /src/REL/w20Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w20Dll/main.c -------------------------------------------------------------------------------- /src/REL/w21Dll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/w21Dll/main.c -------------------------------------------------------------------------------- /src/REL/ztardll/font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/ztardll/font.c -------------------------------------------------------------------------------- /src/REL/ztardll/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/ztardll/main.c -------------------------------------------------------------------------------- /src/REL/ztardll/select.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/REL/ztardll/select.c -------------------------------------------------------------------------------- /src/Runtime.PPCEABI.H/GCN_Mem_Alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/Runtime.PPCEABI.H/GCN_Mem_Alloc.c -------------------------------------------------------------------------------- /src/Runtime.PPCEABI.H/NMWException.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/Runtime.PPCEABI.H/NMWException.cpp -------------------------------------------------------------------------------- /src/Runtime.PPCEABI.H/New.cp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/Runtime.PPCEABI.H/New.cp -------------------------------------------------------------------------------- /src/Runtime.PPCEABI.H/NewMore.cp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/Runtime.PPCEABI.H/NewMore.cp -------------------------------------------------------------------------------- /src/Runtime.PPCEABI.H/__mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/Runtime.PPCEABI.H/__mem.c -------------------------------------------------------------------------------- /src/Runtime.PPCEABI.H/__va_arg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/Runtime.PPCEABI.H/__va_arg.c -------------------------------------------------------------------------------- /src/Runtime.PPCEABI.H/runtime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/Runtime.PPCEABI.H/runtime.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/__exception.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/__exception.s -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/dispatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/dispatch.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/dolphin_trk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/dolphin_trk.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/flush_cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/flush_cache.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/main_TRK.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/main_TRK.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/mainloop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/mainloop.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/mem_TRK.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/mem_TRK.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/mpc_7xx_603e.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/mpc_7xx_603e.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/msg.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/msgbuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/msgbuf.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/msghndlr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/msghndlr.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/mslsupp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/mslsupp.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/mutex_TRK.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/mutex_TRK.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/notify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/notify.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/nubevent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/nubevent.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/nubinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/nubinit.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/serpoll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/serpoll.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/support.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/support.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/targcont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/targcont.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/target_options.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/target_options.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/targimpl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/targimpl.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/targsupp.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/targsupp.s -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/usr_put.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/TRK_MINNOW_DOLPHIN/usr_put.c -------------------------------------------------------------------------------- /src/amcstubs/AmcExi2Stubs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/amcstubs/AmcExi2Stubs.c -------------------------------------------------------------------------------- /src/dolphin/PPCArch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/PPCArch.c -------------------------------------------------------------------------------- /src/dolphin/ai.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/ai.c -------------------------------------------------------------------------------- /src/dolphin/ar/ar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/ar/ar.c -------------------------------------------------------------------------------- /src/dolphin/ar/arq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/ar/arq.c -------------------------------------------------------------------------------- /src/dolphin/card/CARDBios.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/card/CARDBios.c -------------------------------------------------------------------------------- /src/dolphin/card/CARDBlock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/card/CARDBlock.c -------------------------------------------------------------------------------- /src/dolphin/card/CARDCheck.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/card/CARDCheck.c -------------------------------------------------------------------------------- /src/dolphin/card/CARDCreate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/card/CARDCreate.c -------------------------------------------------------------------------------- /src/dolphin/card/CARDDelete.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/card/CARDDelete.c -------------------------------------------------------------------------------- /src/dolphin/card/CARDDir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/card/CARDDir.c -------------------------------------------------------------------------------- /src/dolphin/card/CARDFormat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/card/CARDFormat.c -------------------------------------------------------------------------------- /src/dolphin/card/CARDMount.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/card/CARDMount.c -------------------------------------------------------------------------------- /src/dolphin/card/CARDNet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/card/CARDNet.c -------------------------------------------------------------------------------- /src/dolphin/card/CARDOpen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/card/CARDOpen.c -------------------------------------------------------------------------------- /src/dolphin/card/CARDRdwr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/card/CARDRdwr.c -------------------------------------------------------------------------------- /src/dolphin/card/CARDRead.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/card/CARDRead.c -------------------------------------------------------------------------------- /src/dolphin/card/CARDRename.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/card/CARDRename.c -------------------------------------------------------------------------------- /src/dolphin/card/CARDStat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/card/CARDStat.c -------------------------------------------------------------------------------- /src/dolphin/card/CARDUnlock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/card/CARDUnlock.c -------------------------------------------------------------------------------- /src/dolphin/card/CARDWrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/card/CARDWrite.c -------------------------------------------------------------------------------- /src/dolphin/db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/db.c -------------------------------------------------------------------------------- /src/dolphin/demo/DEMOFont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/demo/DEMOFont.c -------------------------------------------------------------------------------- /src/dolphin/demo/DEMOInit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/demo/DEMOInit.c -------------------------------------------------------------------------------- /src/dolphin/demo/DEMOPuts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/demo/DEMOPuts.c -------------------------------------------------------------------------------- /src/dolphin/demo/DEMOStats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/demo/DEMOStats.c -------------------------------------------------------------------------------- /src/dolphin/dsp/dsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/dsp/dsp.c -------------------------------------------------------------------------------- /src/dolphin/dsp/dsp_debug.c: -------------------------------------------------------------------------------- 1 | #include "types.h" 2 | 3 | void __DSP_debug_printf(const char* fmt, ...) { 4 | // UNUSED(fmt); 5 | } 6 | -------------------------------------------------------------------------------- /src/dolphin/dsp/dsp_task.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/dsp/dsp_task.c -------------------------------------------------------------------------------- /src/dolphin/dvd/dvd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/dvd/dvd.c -------------------------------------------------------------------------------- /src/dolphin/dvd/dvderror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/dvd/dvderror.c -------------------------------------------------------------------------------- /src/dolphin/dvd/dvdfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/dvd/dvdfs.c -------------------------------------------------------------------------------- /src/dolphin/dvd/dvdlow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/dvd/dvdlow.c -------------------------------------------------------------------------------- /src/dolphin/dvd/dvdqueue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/dvd/dvdqueue.c -------------------------------------------------------------------------------- /src/dolphin/dvd/fstload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/dvd/fstload.c -------------------------------------------------------------------------------- /src/dolphin/exi/EXIBios.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/exi/EXIBios.c -------------------------------------------------------------------------------- /src/dolphin/exi/EXIUart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/exi/EXIUart.c -------------------------------------------------------------------------------- /src/dolphin/gx/GXAttr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/gx/GXAttr.c -------------------------------------------------------------------------------- /src/dolphin/gx/GXBump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/gx/GXBump.c -------------------------------------------------------------------------------- /src/dolphin/gx/GXDisplayList.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/gx/GXDisplayList.c -------------------------------------------------------------------------------- /src/dolphin/gx/GXFifo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/gx/GXFifo.c -------------------------------------------------------------------------------- /src/dolphin/gx/GXFrameBuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/gx/GXFrameBuf.c -------------------------------------------------------------------------------- /src/dolphin/gx/GXGeometry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/gx/GXGeometry.c -------------------------------------------------------------------------------- /src/dolphin/gx/GXInit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/gx/GXInit.c -------------------------------------------------------------------------------- /src/dolphin/gx/GXLight.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/gx/GXLight.c -------------------------------------------------------------------------------- /src/dolphin/gx/GXMisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/gx/GXMisc.c -------------------------------------------------------------------------------- /src/dolphin/gx/GXPerf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/gx/GXPerf.c -------------------------------------------------------------------------------- /src/dolphin/gx/GXPixel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/gx/GXPixel.c -------------------------------------------------------------------------------- /src/dolphin/gx/GXStubs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/gx/GXStubs.c -------------------------------------------------------------------------------- /src/dolphin/gx/GXTev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/gx/GXTev.c -------------------------------------------------------------------------------- /src/dolphin/gx/GXTexture.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/gx/GXTexture.c -------------------------------------------------------------------------------- /src/dolphin/gx/GXTransform.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/gx/GXTransform.c -------------------------------------------------------------------------------- /src/dolphin/mtx/mtx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/mtx/mtx.c -------------------------------------------------------------------------------- /src/dolphin/mtx/mtx44.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/mtx/mtx44.c -------------------------------------------------------------------------------- /src/dolphin/mtx/mtxvec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/mtx/mtxvec.c -------------------------------------------------------------------------------- /src/dolphin/mtx/psmtx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/mtx/psmtx.c -------------------------------------------------------------------------------- /src/dolphin/mtx/quat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/mtx/quat.c -------------------------------------------------------------------------------- /src/dolphin/mtx/vec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/mtx/vec.c -------------------------------------------------------------------------------- /src/dolphin/os/OS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OS.c -------------------------------------------------------------------------------- /src/dolphin/os/OSAlarm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSAlarm.c -------------------------------------------------------------------------------- /src/dolphin/os/OSAlloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSAlloc.c -------------------------------------------------------------------------------- /src/dolphin/os/OSArena.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSArena.c -------------------------------------------------------------------------------- /src/dolphin/os/OSAudioSystem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSAudioSystem.c -------------------------------------------------------------------------------- /src/dolphin/os/OSCache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSCache.c -------------------------------------------------------------------------------- /src/dolphin/os/OSContext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSContext.c -------------------------------------------------------------------------------- /src/dolphin/os/OSError.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSError.c -------------------------------------------------------------------------------- /src/dolphin/os/OSFont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSFont.c -------------------------------------------------------------------------------- /src/dolphin/os/OSInterrupt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSInterrupt.c -------------------------------------------------------------------------------- /src/dolphin/os/OSLink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSLink.c -------------------------------------------------------------------------------- /src/dolphin/os/OSMemory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSMemory.c -------------------------------------------------------------------------------- /src/dolphin/os/OSMessage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSMessage.c -------------------------------------------------------------------------------- /src/dolphin/os/OSMutex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSMutex.c -------------------------------------------------------------------------------- /src/dolphin/os/OSReboot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSReboot.c -------------------------------------------------------------------------------- /src/dolphin/os/OSReset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSReset.c -------------------------------------------------------------------------------- /src/dolphin/os/OSResetSW.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSResetSW.c -------------------------------------------------------------------------------- /src/dolphin/os/OSRtc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSRtc.c -------------------------------------------------------------------------------- /src/dolphin/os/OSStopwatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSStopwatch.c -------------------------------------------------------------------------------- /src/dolphin/os/OSSync.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSSync.c -------------------------------------------------------------------------------- /src/dolphin/os/OSThread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSThread.c -------------------------------------------------------------------------------- /src/dolphin/os/OSTime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/OSTime.c -------------------------------------------------------------------------------- /src/dolphin/os/__ppc_eabi_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/__ppc_eabi_init.c -------------------------------------------------------------------------------- /src/dolphin/os/__start.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/os/__start.c -------------------------------------------------------------------------------- /src/dolphin/pad/Pad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/pad/Pad.c -------------------------------------------------------------------------------- /src/dolphin/pad/Padclamp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/pad/Padclamp.c -------------------------------------------------------------------------------- /src/dolphin/si/SIBios.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/si/SIBios.c -------------------------------------------------------------------------------- /src/dolphin/si/SISamplingRate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/si/SISamplingRate.c -------------------------------------------------------------------------------- /src/dolphin/thp/THPAudio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/thp/THPAudio.c -------------------------------------------------------------------------------- /src/dolphin/thp/THPDec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/thp/THPDec.c -------------------------------------------------------------------------------- /src/dolphin/vi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/dolphin/vi.c -------------------------------------------------------------------------------- /src/game/ClusterExec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/ClusterExec.c -------------------------------------------------------------------------------- /src/game/EnvelopeExec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/EnvelopeExec.c -------------------------------------------------------------------------------- /src/game/ShapeExec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/ShapeExec.c -------------------------------------------------------------------------------- /src/game/THPDraw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/THPDraw.c -------------------------------------------------------------------------------- /src/game/THPSimple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/THPSimple.c -------------------------------------------------------------------------------- /src/game/armem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/armem.c -------------------------------------------------------------------------------- /src/game/audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/audio.c -------------------------------------------------------------------------------- /src/game/board/audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/audio.c -------------------------------------------------------------------------------- /src/game/board/basic_space.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/basic_space.c -------------------------------------------------------------------------------- /src/game/board/battle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/battle.c -------------------------------------------------------------------------------- /src/game/board/block.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/block.c -------------------------------------------------------------------------------- /src/game/board/boo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/boo.c -------------------------------------------------------------------------------- /src/game/board/boo_house.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/boo_house.c -------------------------------------------------------------------------------- /src/game/board/bowser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/bowser.c -------------------------------------------------------------------------------- /src/game/board/char_wheel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/char_wheel.c -------------------------------------------------------------------------------- /src/game/board/com.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/com.c -------------------------------------------------------------------------------- /src/game/board/com_path.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/com_path.c -------------------------------------------------------------------------------- /src/game/board/fortune.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/fortune.c -------------------------------------------------------------------------------- /src/game/board/item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/item.c -------------------------------------------------------------------------------- /src/game/board/last5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/last5.c -------------------------------------------------------------------------------- /src/game/board/lottery.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/lottery.c -------------------------------------------------------------------------------- /src/game/board/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/main.c -------------------------------------------------------------------------------- /src/game/board/mg_setup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/mg_setup.c -------------------------------------------------------------------------------- /src/game/board/model.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/model.c -------------------------------------------------------------------------------- /src/game/board/mushroom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/mushroom.c -------------------------------------------------------------------------------- /src/game/board/pause.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/pause.c -------------------------------------------------------------------------------- /src/game/board/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/player.c -------------------------------------------------------------------------------- /src/game/board/roll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/roll.c -------------------------------------------------------------------------------- /src/game/board/shop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/shop.c -------------------------------------------------------------------------------- /src/game/board/space.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/space.c -------------------------------------------------------------------------------- /src/game/board/star.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/star.c -------------------------------------------------------------------------------- /src/game/board/start.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/start.c -------------------------------------------------------------------------------- /src/game/board/tutorial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/tutorial.c -------------------------------------------------------------------------------- /src/game/board/ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/ui.c -------------------------------------------------------------------------------- /src/game/board/view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/view.c -------------------------------------------------------------------------------- /src/game/board/warp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/warp.c -------------------------------------------------------------------------------- /src/game/board/window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/board/window.c -------------------------------------------------------------------------------- /src/game/card.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/card.c -------------------------------------------------------------------------------- /src/game/chrman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/chrman.c -------------------------------------------------------------------------------- /src/game/code_8003FF68.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/code_8003FF68.c -------------------------------------------------------------------------------- /src/game/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/data.c -------------------------------------------------------------------------------- /src/game/decode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/decode.c -------------------------------------------------------------------------------- /src/game/dvd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/dvd.c -------------------------------------------------------------------------------- /src/game/esprite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/esprite.c -------------------------------------------------------------------------------- /src/game/fault.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/fault.c -------------------------------------------------------------------------------- /src/game/flag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/flag.c -------------------------------------------------------------------------------- /src/game/font.c: -------------------------------------------------------------------------------- 1 | #include "ank8x8_4b.inc" -------------------------------------------------------------------------------- /src/game/frand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/frand.c -------------------------------------------------------------------------------- /src/game/gamework.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/gamework.c -------------------------------------------------------------------------------- /src/game/hsfanim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/hsfanim.c -------------------------------------------------------------------------------- /src/game/hsfdraw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/hsfdraw.c -------------------------------------------------------------------------------- /src/game/hsfex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/hsfex.c -------------------------------------------------------------------------------- /src/game/hsfload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/hsfload.c -------------------------------------------------------------------------------- /src/game/hsfman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/hsfman.c -------------------------------------------------------------------------------- /src/game/hsfmotion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/hsfmotion.c -------------------------------------------------------------------------------- /src/game/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/init.c -------------------------------------------------------------------------------- /src/game/jmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/jmp.c -------------------------------------------------------------------------------- /src/game/kerent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/kerent.c -------------------------------------------------------------------------------- /src/game/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/main.c -------------------------------------------------------------------------------- /src/game/malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/malloc.c -------------------------------------------------------------------------------- /src/game/mapspace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/mapspace.c -------------------------------------------------------------------------------- /src/game/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/memory.c -------------------------------------------------------------------------------- /src/game/messdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/messdata.c -------------------------------------------------------------------------------- /src/game/minigame_seq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/minigame_seq.c -------------------------------------------------------------------------------- /src/game/objdll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/objdll.c -------------------------------------------------------------------------------- /src/game/objmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/objmain.c -------------------------------------------------------------------------------- /src/game/objsub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/objsub.c -------------------------------------------------------------------------------- /src/game/objsysobj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/objsysobj.c -------------------------------------------------------------------------------- /src/game/ovllist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/ovllist.c -------------------------------------------------------------------------------- /src/game/pad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/pad.c -------------------------------------------------------------------------------- /src/game/perf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/perf.c -------------------------------------------------------------------------------- /src/game/printfunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/printfunc.c -------------------------------------------------------------------------------- /src/game/process.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/process.c -------------------------------------------------------------------------------- /src/game/saveload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/saveload.c -------------------------------------------------------------------------------- /src/game/sprman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/sprman.c -------------------------------------------------------------------------------- /src/game/sprput.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/sprput.c -------------------------------------------------------------------------------- /src/game/sreset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/sreset.c -------------------------------------------------------------------------------- /src/game/thpmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/thpmain.c -------------------------------------------------------------------------------- /src/game/window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/window.c -------------------------------------------------------------------------------- /src/game/wipe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/game/wipe.c -------------------------------------------------------------------------------- /src/libhu/setvf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/libhu/setvf.c -------------------------------------------------------------------------------- /src/libhu/subvf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/libhu/subvf.c -------------------------------------------------------------------------------- /src/msm/msmfio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/msm/msmfio.c -------------------------------------------------------------------------------- /src/msm/msmmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/msm/msmmem.c -------------------------------------------------------------------------------- /src/msm/msmmus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/msm/msmmus.c -------------------------------------------------------------------------------- /src/msm/msmse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/msm/msmse.c -------------------------------------------------------------------------------- /src/msm/msmstream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/msm/msmstream.c -------------------------------------------------------------------------------- /src/msm/msmsys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/msm/msmsys.c -------------------------------------------------------------------------------- /src/odenotstub/odenotstub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/src/odenotstub/odenotstub.c -------------------------------------------------------------------------------- /tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/build_iso.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/tools/build_iso.py -------------------------------------------------------------------------------- /tools/changes_fmt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/tools/changes_fmt.py -------------------------------------------------------------------------------- /tools/decompctx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/tools/decompctx.py -------------------------------------------------------------------------------- /tools/doc_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/tools/doc_check.py -------------------------------------------------------------------------------- /tools/download_tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/tools/download_tool.py -------------------------------------------------------------------------------- /tools/interpretasm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/tools/interpretasm.py -------------------------------------------------------------------------------- /tools/ninja_syntax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/tools/ninja_syntax.py -------------------------------------------------------------------------------- /tools/project.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/tools/project.py -------------------------------------------------------------------------------- /tools/transform_dep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/tools/transform_dep.py -------------------------------------------------------------------------------- /tools/upload_progress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty4/HEAD/tools/upload_progress.py --------------------------------------------------------------------------------