├── .flake8 ├── .gitattributes ├── .github └── workflows │ └── build.yml ├── .gitignore ├── .vscode.example ├── c_cpp_properties.json └── settings.json ├── LICENSE ├── README.md ├── assets ├── dolphin-extract.png └── objdiff.png ├── config └── GP5E01_00 │ ├── build.sha1 │ ├── config.yml │ ├── rels │ ├── actmanDLL │ │ ├── splits.txt │ │ └── symbols.txt │ ├── bootDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── carddll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── decathlonDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── e3bootdll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── e3setupdll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── fileseldll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── instDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m401Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m416Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m425Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m433Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m435Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m438Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m444dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m501Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m502dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m503Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m504dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m505Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m506Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m507dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m508Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m509Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m510dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m511Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m512Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m513Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m514Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m515Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m516Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m517Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m518dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m519dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m520Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m521Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m522Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m523Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m524Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m525Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m526Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m527Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m528Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m529dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m530Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m531Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m532Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m533dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m534Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m535Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m536Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m537Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m538Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m539Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m540Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m541Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m542dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m543Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m544Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m545Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m546Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m547dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m548dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m549Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m550dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m551Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m552dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m553Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m554dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m555Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m559dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m560dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m561dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m562dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m563dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m564Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m565dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m566Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m567Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m568Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m569Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m570Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m571dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m572dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m573dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m574Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m575dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m576Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m577Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m579Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── m580Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── mdbeachDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── mdcardDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── mdminiDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── mdomakeDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── mdoptionDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── mdpartyDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── mdselDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── mdstoryDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── meschkdll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── mgfreeDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── mgmatchDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── mgtourDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── mgwarsDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── motchkDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── partyresultdll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── rescardDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── resultDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── safDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── sampledll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── sd00dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── sdroomdll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── selmenuDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── sequencedll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── staffDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── storymodedll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── storyresultdll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── systemDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── w01Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── w01sDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── w02Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── w02sDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── w03Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── w03sDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── w04Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── w04sDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── w05Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── w05sDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── w06Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── w06sDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── w07Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── w07sDll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── w10Dll │ │ ├── splits.txt │ │ └── symbols.txt │ └── w20Dll │ │ ├── splits.txt │ │ └── symbols.txt │ ├── splits.txt │ └── symbols.txt ├── 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 │ ├── decathlonDll.h │ ├── fileseldll.h │ └── m433Dll.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 ├── amcstubs │ └── AmcExi2Stubs.h ├── ctype.h ├── datadir_enum.h ├── datadir_table.h ├── datanum │ ├── bbattle.h │ ├── blast5.h │ ├── board.h │ ├── bpause.h │ ├── capsule.h │ ├── capsulechar0.h │ ├── capsulechar1.h │ ├── capsulechar2.h │ ├── capsulechar3.h │ ├── capsulechar4.h │ ├── char.h │ ├── charmot.h │ ├── decathlon.h │ ├── e3boot.h │ ├── effect.h │ ├── filesel.h │ ├── gamemes.h │ ├── guide.h │ ├── instpic.h │ ├── m433.h │ ├── m526.h │ ├── mgconst.h │ ├── selmenu.h │ ├── title.h │ ├── w06.h │ ├── w06s.h │ ├── w10.h │ ├── w20.h │ └── win.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 │ ├── 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 │ ├── 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 │ │ ├── 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 ├── float.h ├── game │ ├── ClusterExec.h │ ├── EnvelopeExec.h │ ├── ShapeExec.h │ ├── THPDraw.h │ ├── THPSimple.h │ ├── animdata.h │ ├── armem.h │ ├── audio.h │ ├── board │ │ ├── audio.h │ │ ├── branch.h │ │ ├── camera.h │ │ ├── capsule.h │ │ ├── coin.h │ │ ├── com.h │ │ ├── effect.h │ │ ├── gate.h │ │ ├── guide.h │ │ ├── main.h │ │ ├── masu.h │ │ ├── mgcall.h │ │ ├── model.h │ │ ├── opening.h │ │ ├── pad.h │ │ ├── pause.h │ │ ├── player.h │ │ ├── roulette.h │ │ ├── sai.h │ │ ├── scroll.h │ │ ├── star.h │ │ ├── status.h │ │ ├── story.h │ │ ├── telop.h │ │ ├── tutorial.h │ │ └── window.h │ ├── card.h │ ├── charman.h │ ├── data.h │ ├── disp.h │ ├── dvd.h │ ├── esprite.h │ ├── fault.h │ ├── flag.h │ ├── frand.h │ ├── gamemes.h │ ├── gamework.h │ ├── hsfex.h │ ├── hsfformat.h │ ├── hsfload.h │ ├── hu3d.h │ ├── init.h │ ├── jmp.h │ ├── main.h │ ├── memory.h │ ├── mg │ │ ├── score.h │ │ ├── seqman.h │ │ └── timer.h │ ├── mgdata.h │ ├── objdll.h │ ├── object.h │ ├── pad.h │ ├── perf.h │ ├── printfunc.h │ ├── process.h │ ├── saveload.h │ ├── sprite.h │ ├── sreset.h │ ├── thpmain.h │ ├── window.h │ └── wipe.h ├── humath.h ├── infblock.h ├── infcodes.h ├── inffast.h ├── inffixed.h ├── inftrees.h ├── infutil.h ├── math.h ├── messdir_enum.h ├── messdir_table.h ├── messnum │ ├── board_battle.h │ ├── board_capmachine.h │ ├── board_gate.h │ ├── board_mgcircuit.h │ ├── board_opening.h │ ├── board_pause.h │ ├── board_star.h │ ├── board_tutorial.h │ ├── board_w06.h │ ├── boardope.h │ ├── capsule_ex01.h │ ├── capsule_ex02.h │ ├── capsule_ex03.h │ ├── capsule_ex04.h │ ├── capsule_ex98.h │ ├── capsule_ex99.h │ ├── charaname.h │ ├── circuitevent.h │ ├── koopamasu.h │ ├── last5koopa.h │ ├── mg_decathlon.h │ ├── mginst.h │ ├── mginstsys.h │ ├── mgname.h │ ├── mpsystem.h │ ├── sdg.h │ ├── storyevent.h │ ├── syshelp.h │ ├── teamname.h │ └── vsmasu.h ├── mgdata.inc ├── msm.h ├── msm_grp.h ├── msm_se.h ├── msm_stream.h ├── musyx │ ├── adsr.h │ ├── assert.h │ ├── dsp_import.h │ ├── dspvoice.h │ ├── hardware.h │ ├── macros.h │ ├── musyx.h │ ├── platform.h │ ├── s3d.h │ ├── sal.h │ ├── seq.h │ ├── snd.h │ ├── stream.h │ ├── synth.h │ ├── synth_dbtab.h │ ├── synthdata.h │ ├── txwin.h │ ├── version.h │ └── voice.h ├── ovl_table.h ├── stdarg.h ├── stddef.h ├── stdint.h ├── stdio.h ├── stdlib.h ├── string.h ├── types.h ├── zconf.h ├── zlib.h └── zutil.h ├── orig └── GP5E01_00 │ └── .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 │ ├── bootDll │ │ └── boot.c │ ├── decathlonDll │ │ ├── mess.c │ │ ├── mgtournament.c │ │ └── score.c │ ├── e3bootdll │ │ └── e3boot.c │ ├── empty.c │ ├── fileseldll │ │ ├── filename.c │ │ ├── filesel.c │ │ ├── saveload.c │ │ └── toueidisp.c │ ├── m433Dll │ │ ├── m433.c │ │ ├── player.c │ │ └── stage.c │ ├── m526Dll │ │ ├── m526.c │ │ └── math.c │ ├── nintendo │ │ └── data.c │ ├── selmenuDll │ │ └── selmenu.c │ ├── w06dll │ │ └── world06.c │ └── w06sDll │ │ └── world06.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 │ ├── 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 ├── game │ ├── ClusterExec.c │ ├── EnvelopeExec.c │ ├── ShapeExec.c │ ├── THPDraw.c │ ├── THPSimple.c │ ├── armem.c │ ├── audio.c │ ├── board │ │ ├── audio.c │ │ ├── branch.c │ │ ├── camera.c │ │ ├── capmachine.c │ │ ├── capmain.c │ │ ├── capsule.c │ │ ├── coin.c │ │ ├── com.c │ │ ├── effect.c │ │ ├── gate.c │ │ ├── guide.c │ │ ├── main.c │ │ ├── masu.c │ │ ├── mgcall.c │ │ ├── model.c │ │ ├── opening.c │ │ ├── padall.c │ │ ├── pause.c │ │ ├── pauseoption.c │ │ ├── pausewatch.c │ │ ├── player.c │ │ ├── roulette.c │ │ ├── sai.c │ │ ├── scroll.c │ │ ├── star.c │ │ ├── status.c │ │ ├── telop.c │ │ ├── tutorial.c │ │ └── window.c │ ├── card.c │ ├── charman.c │ ├── data.c │ ├── decode.c │ ├── dvd.c │ ├── esprite.c │ ├── fault.c │ ├── flag.c │ ├── font.c │ ├── frand.c │ ├── gamemes.c │ ├── gamework.c │ ├── hsfanim.c │ ├── hsfdraw.c │ ├── hsfex.c │ ├── hsfload.c │ ├── hsfman.c │ ├── hsfmotion.c │ ├── init.c │ ├── jmp.c │ ├── main.c │ ├── malloc.c │ ├── mapspace.c │ ├── memory.c │ ├── messdata.c │ ├── mg │ │ ├── score.c │ │ ├── seqman.c │ │ └── timer.c │ ├── mgdata.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 ├── musyx │ └── runtime │ │ ├── CheapReverb │ │ ├── creverb.c │ │ └── creverb_fx.c │ │ ├── Chorus │ │ └── chorus_fx.c │ │ ├── Delay │ │ └── delay_fx.c │ │ ├── StdReverb │ │ ├── reverb.c │ │ └── reverb_fx.c │ │ ├── dsp_import.c │ │ ├── hardware.c │ │ ├── hw_aramdma.c │ │ ├── hw_dolphin.c │ │ ├── hw_dspctrl.c │ │ ├── hw_lib_dummy.c │ │ ├── hw_memory.c │ │ ├── hw_pc.c │ │ ├── hw_volconv.c │ │ ├── profile.c │ │ ├── s_data.c │ │ ├── seq.c │ │ ├── seq_api.c │ │ ├── snd3d.c │ │ ├── snd_init.c │ │ ├── snd_math.c │ │ ├── snd_midictrl.c │ │ ├── snd_service.c │ │ ├── snd_synthapi.c │ │ ├── stream.c │ │ ├── synth.c │ │ ├── synth_ac.c │ │ ├── synth_adsr.c │ │ ├── synth_dbtab.c │ │ ├── synth_vsamples.c │ │ ├── synthdata.c │ │ ├── synthmacros.c │ │ └── synthvoice.c ├── odenotstub │ └── odenotstub.c └── zlib │ ├── adler32.c │ ├── infblock.c │ ├── infcodes.c │ ├── inffast.c │ ├── inflate.c │ ├── inftrees.c │ ├── infutil.c │ └── zutil.c └── tools ├── __init__.py ├── changes_fmt.py ├── decompctx.py ├── download_tool.py ├── ninja_syntax.py ├── project.py ├── transform_dep.py └── upload_progress.py /.flake8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/.flake8 -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode.example/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/.vscode.example/c_cpp_properties.json -------------------------------------------------------------------------------- /.vscode.example/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/.vscode.example/settings.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/README.md -------------------------------------------------------------------------------- /assets/dolphin-extract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/assets/dolphin-extract.png -------------------------------------------------------------------------------- /assets/objdiff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/assets/objdiff.png -------------------------------------------------------------------------------- /config/GP5E01_00/build.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/build.sha1 -------------------------------------------------------------------------------- /config/GP5E01_00/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/config.yml -------------------------------------------------------------------------------- /config/GP5E01_00/rels/actmanDLL/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/actmanDLL/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/actmanDLL/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/actmanDLL/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/bootDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/bootDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/bootDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/bootDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/carddll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/carddll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/carddll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/carddll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/decathlonDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/decathlonDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/decathlonDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/decathlonDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/e3bootdll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/e3bootdll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/e3bootdll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/e3bootdll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/e3setupdll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/e3setupdll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/e3setupdll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/e3setupdll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/fileseldll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/fileseldll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/fileseldll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/fileseldll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/instDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/instDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/instDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/instDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m401Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m401Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m401Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m401Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m416Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m416Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m416Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m416Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m425Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m425Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m425Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m425Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m433Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m433Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m433Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m433Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m435Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m435Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m435Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m435Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m438Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m438Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m438Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m438Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m444dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m444dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m444dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m444dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m501Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m501Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m501Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m501Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m502dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m502dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m502dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m502dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m503Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m503Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m503Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m503Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m504dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m504dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m504dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m504dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m505Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m505Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m505Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m505Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m506Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m506Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m506Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m506Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m507dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m507dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m507dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m507dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m508Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m508Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m508Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m508Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m509Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m509Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m509Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m509Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m510dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m510dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m510dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m510dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m511Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m511Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m511Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m511Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m512Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m512Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m512Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m512Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m513Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m513Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m513Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m513Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m514Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m514Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m514Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m514Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m515Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m515Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m515Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m515Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m516Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m516Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m516Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m516Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m517Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m517Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m517Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m517Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m518dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m518dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m518dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m518dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m519dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m519dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m519dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m519dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m520Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m520Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m520Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m520Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m521Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m521Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m521Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m521Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m522Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m522Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m522Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m522Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m523Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m523Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m523Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m523Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m524Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m524Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m524Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m524Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m525Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m525Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m525Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m525Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m526Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m526Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m526Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m526Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m527Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m527Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m527Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m527Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m528Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m528Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m528Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m528Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m529dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m529dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m529dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m529dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m530Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m530Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m530Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m530Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m531Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m531Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m531Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m531Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m532Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m532Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m532Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m532Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m533dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m533dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m533dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m533dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m534Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m534Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m534Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m534Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m535Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m535Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m535Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m535Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m536Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m536Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m536Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m536Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m537Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m537Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m537Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m537Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m538Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m538Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m538Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m538Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m539Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m539Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m539Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m539Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m540Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m540Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m540Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m540Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m541Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m541Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m541Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m541Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m542dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m542dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m542dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m542dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m543Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m543Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m543Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m543Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m544Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m544Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m544Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m544Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m545Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m545Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m545Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m545Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m546Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m546Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m546Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m546Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m547dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m547dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m547dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m547dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m548dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m548dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m548dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m548dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m549Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m549Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m549Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m549Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m550dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m550dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m550dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m550dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m551Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m551Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m551Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m551Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m552dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m552dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m552dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m552dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m553Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m553Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m553Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m553Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m554dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m554dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m554dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m554dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m555Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m555Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m555Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m555Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m559dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m559dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m559dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m559dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m560dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m560dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m560dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m560dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m561dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m561dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m561dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m561dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m562dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m562dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m562dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m562dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m563dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m563dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m563dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m563dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m564Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m564Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m564Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m564Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m565dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m565dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m565dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m565dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m566Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m566Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m566Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m566Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m567Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m567Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m567Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m567Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m568Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m568Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m568Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m568Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m569Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m569Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m569Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m569Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m570Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m570Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m570Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m570Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m571dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m571dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m571dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m571dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m572dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m572dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m572dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m572dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m573dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m573dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m573dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m573dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m574Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m574Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m574Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m574Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m575dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m575dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m575dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m575dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m576Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m576Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m576Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m576Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m577Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m577Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m577Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m577Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m579Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m579Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m579Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m579Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m580Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m580Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/m580Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/m580Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mdbeachDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mdbeachDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mdbeachDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mdbeachDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mdcardDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mdcardDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mdcardDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mdcardDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mdminiDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mdminiDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mdminiDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mdminiDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mdomakeDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mdomakeDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mdomakeDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mdomakeDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mdoptionDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mdoptionDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mdoptionDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mdoptionDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mdpartyDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mdpartyDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mdpartyDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mdpartyDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mdselDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mdselDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mdselDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mdselDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mdstoryDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mdstoryDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mdstoryDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mdstoryDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/meschkdll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/meschkdll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/meschkdll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/meschkdll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mgfreeDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mgfreeDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mgfreeDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mgfreeDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mgmatchDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mgmatchDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mgmatchDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mgmatchDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mgtourDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mgtourDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mgtourDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mgtourDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mgwarsDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mgwarsDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/mgwarsDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/mgwarsDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/motchkDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/motchkDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/motchkDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/motchkDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/partyresultdll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/partyresultdll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/partyresultdll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/partyresultdll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/rescardDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/rescardDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/rescardDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/rescardDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/resultDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/resultDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/resultDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/resultDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/safDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/safDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/safDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/safDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/sampledll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/sampledll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/sampledll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/sampledll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/sd00dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/sd00dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/sd00dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/sd00dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/sdroomdll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/sdroomdll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/sdroomdll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/sdroomdll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/selmenuDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/selmenuDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/selmenuDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/selmenuDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/sequencedll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/sequencedll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/sequencedll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/sequencedll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/staffDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/staffDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/staffDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/staffDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/storymodedll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/storymodedll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/storymodedll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/storymodedll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/storyresultdll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/storyresultdll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/storyresultdll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/storyresultdll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/systemDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/systemDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/systemDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/systemDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w01Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w01Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w01Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w01Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w01sDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w01sDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w01sDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w01sDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w02Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w02Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w02Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w02Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w02sDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w02sDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w02sDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w02sDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w03Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w03Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w03Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w03Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w03sDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w03sDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w03sDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w03sDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w04Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w04Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w04Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w04Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w04sDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w04sDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w04sDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w04sDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w05Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w05Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w05Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w05Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w05sDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w05sDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w05sDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w05sDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w06Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w06Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w06Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w06Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w06sDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w06sDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w06sDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w06sDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w07Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w07Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w07Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w07Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w07sDll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w07sDll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w07sDll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w07sDll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w10Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w10Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w10Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w10Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w20Dll/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w20Dll/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/rels/w20Dll/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/rels/w20Dll/symbols.txt -------------------------------------------------------------------------------- /config/GP5E01_00/splits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/splits.txt -------------------------------------------------------------------------------- /config/GP5E01_00/symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/config/GP5E01_00/symbols.txt -------------------------------------------------------------------------------- /configure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/configure.py -------------------------------------------------------------------------------- /include/OdemuExi2/odemuexi/DebuggerDriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/OdemuExi2/odemuexi/DebuggerDriver.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/MetroTRK/trk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/MetroTRK/trk.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/FILE_POS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/FILE_POS.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/alloc.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/ansi_fp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/ansi_fp.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/arith.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/arith.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/buffer_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/buffer_io.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/char_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/char_io.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/ctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/ctype.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/direct_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/direct_io.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/errno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/errno.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/extras.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/extras.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/file_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/file_io.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/float.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/limits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/limits.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/math.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/math_ppc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/math_ppc.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/mbstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/mbstring.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/mem_funcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/mem_funcs.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/misc_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/misc_io.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/printf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/printf.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/scanf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/scanf.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/signal.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/stdio.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/stdlib.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/strtoul.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/strtoul.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Runtime/Gecko_ExceptionPPC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Runtime/Gecko_ExceptionPPC.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Runtime/MWCPlusLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Runtime/MWCPlusLib.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Runtime/NMWException.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Runtime/NMWException.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Runtime/New.h: -------------------------------------------------------------------------------- 1 | void operator delete(void* arg0); 2 | -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Runtime/__mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Runtime/__mem.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Runtime/__ppc_eabi_linker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Runtime/__ppc_eabi_linker.h -------------------------------------------------------------------------------- /include/PowerPC_EABI_Support/Runtime/exception.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/PowerPC_EABI_Support/Runtime/exception.h -------------------------------------------------------------------------------- /include/REL/decathlonDll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/REL/decathlonDll.h -------------------------------------------------------------------------------- /include/REL/fileseldll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/REL/fileseldll.h -------------------------------------------------------------------------------- /include/REL/m433Dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/REL/m433Dll.h -------------------------------------------------------------------------------- /include/Runtime.PPCEABI.H/NMWException.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/Runtime.PPCEABI.H/NMWException.h -------------------------------------------------------------------------------- /include/Runtime.PPCEABI.H/__va_arg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/Runtime.PPCEABI.H/__va_arg.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/dispatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/dispatch.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/main_TRK.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/main_TRK.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/mainloop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/mainloop.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/mem_TRK.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/mem_TRK.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/msg.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/msgbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/msgbuf.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/msghndlr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/msghndlr.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/mutex_TRK.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/mutex_TRK.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/notify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/notify.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/nubevent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/nubevent.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/nubinit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/nubinit.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/serpoll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/serpoll.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/support.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/Os/dolphin/dolphin_trk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/Os/dolphin/dolphin_trk.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/Os/dolphin/dolphin_trk_glue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/Os/dolphin/dolphin_trk_glue.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/Os/dolphin/targcont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/Os/dolphin/targcont.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/Os/dolphin/usr_put.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/Os/dolphin/usr_put.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/ppc/Generic/flush_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/ppc/Generic/flush_cache.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/ppc/Generic/mpc_7xx_603e.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/ppc/Generic/mpc_7xx_603e.h -------------------------------------------------------------------------------- /include/TRK_MINNOW_DOLPHIN/ppc/Generic/targimpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/TRK_MINNOW_DOLPHIN/ppc/Generic/targimpl.h -------------------------------------------------------------------------------- /include/amcstubs/AmcExi2Stubs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/amcstubs/AmcExi2Stubs.h -------------------------------------------------------------------------------- /include/ctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/ctype.h -------------------------------------------------------------------------------- /include/datadir_enum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datadir_enum.h -------------------------------------------------------------------------------- /include/datadir_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datadir_table.h -------------------------------------------------------------------------------- /include/datanum/bbattle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/bbattle.h -------------------------------------------------------------------------------- /include/datanum/blast5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/blast5.h -------------------------------------------------------------------------------- /include/datanum/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/board.h -------------------------------------------------------------------------------- /include/datanum/bpause.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/bpause.h -------------------------------------------------------------------------------- /include/datanum/capsule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/capsule.h -------------------------------------------------------------------------------- /include/datanum/capsulechar0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/capsulechar0.h -------------------------------------------------------------------------------- /include/datanum/capsulechar1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/capsulechar1.h -------------------------------------------------------------------------------- /include/datanum/capsulechar2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/capsulechar2.h -------------------------------------------------------------------------------- /include/datanum/capsulechar3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/capsulechar3.h -------------------------------------------------------------------------------- /include/datanum/capsulechar4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/capsulechar4.h -------------------------------------------------------------------------------- /include/datanum/char.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/char.h -------------------------------------------------------------------------------- /include/datanum/charmot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/charmot.h -------------------------------------------------------------------------------- /include/datanum/decathlon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/decathlon.h -------------------------------------------------------------------------------- /include/datanum/e3boot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/e3boot.h -------------------------------------------------------------------------------- /include/datanum/effect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/effect.h -------------------------------------------------------------------------------- /include/datanum/filesel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/filesel.h -------------------------------------------------------------------------------- /include/datanum/gamemes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/gamemes.h -------------------------------------------------------------------------------- /include/datanum/guide.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/guide.h -------------------------------------------------------------------------------- /include/datanum/instpic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/instpic.h -------------------------------------------------------------------------------- /include/datanum/m433.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/m433.h -------------------------------------------------------------------------------- /include/datanum/m526.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/m526.h -------------------------------------------------------------------------------- /include/datanum/mgconst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/mgconst.h -------------------------------------------------------------------------------- /include/datanum/selmenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/selmenu.h -------------------------------------------------------------------------------- /include/datanum/title.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/title.h -------------------------------------------------------------------------------- /include/datanum/w06.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/w06.h -------------------------------------------------------------------------------- /include/datanum/w06s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/w06s.h -------------------------------------------------------------------------------- /include/datanum/w10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/w10.h -------------------------------------------------------------------------------- /include/datanum/w20.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/w20.h -------------------------------------------------------------------------------- /include/datanum/win.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/datanum/win.h -------------------------------------------------------------------------------- /include/dol2asm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dol2asm.h -------------------------------------------------------------------------------- /include/dolphin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin.h -------------------------------------------------------------------------------- /include/dolphin/CARDPriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/CARDPriv.h -------------------------------------------------------------------------------- /include/dolphin/DVDPriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/DVDPriv.h -------------------------------------------------------------------------------- /include/dolphin/GBAPriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/GBAPriv.h -------------------------------------------------------------------------------- /include/dolphin/OSRtcPriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/OSRtcPriv.h -------------------------------------------------------------------------------- /include/dolphin/PPCArch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/PPCArch.h -------------------------------------------------------------------------------- /include/dolphin/__ppc_eabi_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/__ppc_eabi_init.h -------------------------------------------------------------------------------- /include/dolphin/__start.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/__start.h -------------------------------------------------------------------------------- /include/dolphin/ai.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/ai.h -------------------------------------------------------------------------------- /include/dolphin/ar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/ar.h -------------------------------------------------------------------------------- /include/dolphin/arq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/arq.h -------------------------------------------------------------------------------- /include/dolphin/card.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/card.h -------------------------------------------------------------------------------- /include/dolphin/db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/db.h -------------------------------------------------------------------------------- /include/dolphin/dsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/dsp.h -------------------------------------------------------------------------------- /include/dolphin/dtk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/dtk.h -------------------------------------------------------------------------------- /include/dolphin/dvd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/dvd.h -------------------------------------------------------------------------------- /include/dolphin/exi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/exi.h -------------------------------------------------------------------------------- /include/dolphin/gba.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gba.h -------------------------------------------------------------------------------- /include/dolphin/gx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXBump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXBump.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXCommandList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXCommandList.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXCull.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXCull.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXDispList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXDispList.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXDraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXDraw.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXEnum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXEnum.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXExtra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXExtra.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXFifo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXFifo.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXFrameBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXFrameBuffer.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXGeometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXGeometry.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXGet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXGet.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXLighting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXLighting.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXManage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXManage.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXPerf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXPerf.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXPixel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXPixel.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXPriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXPriv.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXStruct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXStruct.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXTev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXTev.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXTexture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXTexture.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXTransform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXTransform.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXVerify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXVerify.h -------------------------------------------------------------------------------- /include/dolphin/gx/GXVert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/gx/GXVert.h -------------------------------------------------------------------------------- /include/dolphin/hw_regs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/hw_regs.h -------------------------------------------------------------------------------- /include/dolphin/mtx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/mtx.h -------------------------------------------------------------------------------- /include/dolphin/mtx/GeoTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/mtx/GeoTypes.h -------------------------------------------------------------------------------- /include/dolphin/os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os.h -------------------------------------------------------------------------------- /include/dolphin/os/OSAlarm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSAlarm.h -------------------------------------------------------------------------------- /include/dolphin/os/OSAlloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSAlloc.h -------------------------------------------------------------------------------- /include/dolphin/os/OSArena.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSArena.h -------------------------------------------------------------------------------- /include/dolphin/os/OSBootInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSBootInfo.h -------------------------------------------------------------------------------- /include/dolphin/os/OSCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSCache.h -------------------------------------------------------------------------------- /include/dolphin/os/OSContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSContext.h -------------------------------------------------------------------------------- /include/dolphin/os/OSError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSError.h -------------------------------------------------------------------------------- /include/dolphin/os/OSException.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSException.h -------------------------------------------------------------------------------- /include/dolphin/os/OSExpansion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSExpansion.h -------------------------------------------------------------------------------- /include/dolphin/os/OSFastCast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSFastCast.h -------------------------------------------------------------------------------- /include/dolphin/os/OSFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSFont.h -------------------------------------------------------------------------------- /include/dolphin/os/OSInterrupt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSInterrupt.h -------------------------------------------------------------------------------- /include/dolphin/os/OSMemory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSMemory.h -------------------------------------------------------------------------------- /include/dolphin/os/OSMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSMessage.h -------------------------------------------------------------------------------- /include/dolphin/os/OSModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSModule.h -------------------------------------------------------------------------------- /include/dolphin/os/OSMutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSMutex.h -------------------------------------------------------------------------------- /include/dolphin/os/OSPriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSPriv.h -------------------------------------------------------------------------------- /include/dolphin/os/OSReset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSReset.h -------------------------------------------------------------------------------- /include/dolphin/os/OSResetSW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSResetSW.h -------------------------------------------------------------------------------- /include/dolphin/os/OSSerial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSSerial.h -------------------------------------------------------------------------------- /include/dolphin/os/OSThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/os/OSThread.h -------------------------------------------------------------------------------- /include/dolphin/pad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/pad.h -------------------------------------------------------------------------------- /include/dolphin/sipriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/sipriv.h -------------------------------------------------------------------------------- /include/dolphin/thp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/thp.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPAudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/thp/THPAudio.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPAudioDecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/thp/THPAudioDecode.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/thp/THPBuffer.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPDraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/thp/THPDraw.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/thp/THPFile.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/thp/THPInfo.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/thp/THPPlayer.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPRead.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/thp/THPRead.h -------------------------------------------------------------------------------- /include/dolphin/thp/THPVideoDecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/thp/THPVideoDecode.h -------------------------------------------------------------------------------- /include/dolphin/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/types.h -------------------------------------------------------------------------------- /include/dolphin/vi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/vi.h -------------------------------------------------------------------------------- /include/dolphin/vifuncs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/vifuncs.h -------------------------------------------------------------------------------- /include/dolphin/vitypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/dolphin/vitypes.h -------------------------------------------------------------------------------- /include/float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/float.h -------------------------------------------------------------------------------- /include/game/ClusterExec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/ClusterExec.h -------------------------------------------------------------------------------- /include/game/EnvelopeExec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/EnvelopeExec.h -------------------------------------------------------------------------------- /include/game/ShapeExec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/ShapeExec.h -------------------------------------------------------------------------------- /include/game/THPDraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/THPDraw.h -------------------------------------------------------------------------------- /include/game/THPSimple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/THPSimple.h -------------------------------------------------------------------------------- /include/game/animdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/animdata.h -------------------------------------------------------------------------------- /include/game/armem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/armem.h -------------------------------------------------------------------------------- /include/game/audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/audio.h -------------------------------------------------------------------------------- /include/game/board/audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/audio.h -------------------------------------------------------------------------------- /include/game/board/branch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/branch.h -------------------------------------------------------------------------------- /include/game/board/camera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/camera.h -------------------------------------------------------------------------------- /include/game/board/capsule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/capsule.h -------------------------------------------------------------------------------- /include/game/board/coin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/coin.h -------------------------------------------------------------------------------- /include/game/board/com.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/com.h -------------------------------------------------------------------------------- /include/game/board/effect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/effect.h -------------------------------------------------------------------------------- /include/game/board/gate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/gate.h -------------------------------------------------------------------------------- /include/game/board/guide.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/guide.h -------------------------------------------------------------------------------- /include/game/board/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/main.h -------------------------------------------------------------------------------- /include/game/board/masu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/masu.h -------------------------------------------------------------------------------- /include/game/board/mgcall.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/mgcall.h -------------------------------------------------------------------------------- /include/game/board/model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/model.h -------------------------------------------------------------------------------- /include/game/board/opening.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/opening.h -------------------------------------------------------------------------------- /include/game/board/pad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/pad.h -------------------------------------------------------------------------------- /include/game/board/pause.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/pause.h -------------------------------------------------------------------------------- /include/game/board/player.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/player.h -------------------------------------------------------------------------------- /include/game/board/roulette.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/roulette.h -------------------------------------------------------------------------------- /include/game/board/sai.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/sai.h -------------------------------------------------------------------------------- /include/game/board/scroll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/scroll.h -------------------------------------------------------------------------------- /include/game/board/star.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/star.h -------------------------------------------------------------------------------- /include/game/board/status.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/status.h -------------------------------------------------------------------------------- /include/game/board/story.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/story.h -------------------------------------------------------------------------------- /include/game/board/telop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/telop.h -------------------------------------------------------------------------------- /include/game/board/tutorial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/tutorial.h -------------------------------------------------------------------------------- /include/game/board/window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/board/window.h -------------------------------------------------------------------------------- /include/game/card.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/card.h -------------------------------------------------------------------------------- /include/game/charman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/charman.h -------------------------------------------------------------------------------- /include/game/data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/data.h -------------------------------------------------------------------------------- /include/game/disp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/disp.h -------------------------------------------------------------------------------- /include/game/dvd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/dvd.h -------------------------------------------------------------------------------- /include/game/esprite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/esprite.h -------------------------------------------------------------------------------- /include/game/fault.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/fault.h -------------------------------------------------------------------------------- /include/game/flag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/flag.h -------------------------------------------------------------------------------- /include/game/frand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/frand.h -------------------------------------------------------------------------------- /include/game/gamemes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/gamemes.h -------------------------------------------------------------------------------- /include/game/gamework.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/gamework.h -------------------------------------------------------------------------------- /include/game/hsfex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/hsfex.h -------------------------------------------------------------------------------- /include/game/hsfformat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/hsfformat.h -------------------------------------------------------------------------------- /include/game/hsfload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/hsfload.h -------------------------------------------------------------------------------- /include/game/hu3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/hu3d.h -------------------------------------------------------------------------------- /include/game/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/init.h -------------------------------------------------------------------------------- /include/game/jmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/jmp.h -------------------------------------------------------------------------------- /include/game/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/main.h -------------------------------------------------------------------------------- /include/game/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/memory.h -------------------------------------------------------------------------------- /include/game/mg/score.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/mg/score.h -------------------------------------------------------------------------------- /include/game/mg/seqman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/mg/seqman.h -------------------------------------------------------------------------------- /include/game/mg/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/mg/timer.h -------------------------------------------------------------------------------- /include/game/mgdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/mgdata.h -------------------------------------------------------------------------------- /include/game/objdll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/objdll.h -------------------------------------------------------------------------------- /include/game/object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/object.h -------------------------------------------------------------------------------- /include/game/pad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/pad.h -------------------------------------------------------------------------------- /include/game/perf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/perf.h -------------------------------------------------------------------------------- /include/game/printfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/printfunc.h -------------------------------------------------------------------------------- /include/game/process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/process.h -------------------------------------------------------------------------------- /include/game/saveload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/saveload.h -------------------------------------------------------------------------------- /include/game/sprite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/sprite.h -------------------------------------------------------------------------------- /include/game/sreset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/sreset.h -------------------------------------------------------------------------------- /include/game/thpmain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/thpmain.h -------------------------------------------------------------------------------- /include/game/window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/window.h -------------------------------------------------------------------------------- /include/game/wipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/game/wipe.h -------------------------------------------------------------------------------- /include/humath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/humath.h -------------------------------------------------------------------------------- /include/infblock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/infblock.h -------------------------------------------------------------------------------- /include/infcodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/infcodes.h -------------------------------------------------------------------------------- /include/inffast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/inffast.h -------------------------------------------------------------------------------- /include/inffixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/inffixed.h -------------------------------------------------------------------------------- /include/inftrees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/inftrees.h -------------------------------------------------------------------------------- /include/infutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/infutil.h -------------------------------------------------------------------------------- /include/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/math.h -------------------------------------------------------------------------------- /include/messdir_enum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messdir_enum.h -------------------------------------------------------------------------------- /include/messdir_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messdir_table.h -------------------------------------------------------------------------------- /include/messnum/board_battle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/board_battle.h -------------------------------------------------------------------------------- /include/messnum/board_capmachine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/board_capmachine.h -------------------------------------------------------------------------------- /include/messnum/board_gate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/board_gate.h -------------------------------------------------------------------------------- /include/messnum/board_mgcircuit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/board_mgcircuit.h -------------------------------------------------------------------------------- /include/messnum/board_opening.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/board_opening.h -------------------------------------------------------------------------------- /include/messnum/board_pause.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/board_pause.h -------------------------------------------------------------------------------- /include/messnum/board_star.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/board_star.h -------------------------------------------------------------------------------- /include/messnum/board_tutorial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/board_tutorial.h -------------------------------------------------------------------------------- /include/messnum/board_w06.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/board_w06.h -------------------------------------------------------------------------------- /include/messnum/boardope.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/boardope.h -------------------------------------------------------------------------------- /include/messnum/capsule_ex01.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/capsule_ex01.h -------------------------------------------------------------------------------- /include/messnum/capsule_ex02.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/capsule_ex02.h -------------------------------------------------------------------------------- /include/messnum/capsule_ex03.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/capsule_ex03.h -------------------------------------------------------------------------------- /include/messnum/capsule_ex04.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/capsule_ex04.h -------------------------------------------------------------------------------- /include/messnum/capsule_ex98.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/capsule_ex98.h -------------------------------------------------------------------------------- /include/messnum/capsule_ex99.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/capsule_ex99.h -------------------------------------------------------------------------------- /include/messnum/charaname.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/charaname.h -------------------------------------------------------------------------------- /include/messnum/circuitevent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/circuitevent.h -------------------------------------------------------------------------------- /include/messnum/koopamasu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/koopamasu.h -------------------------------------------------------------------------------- /include/messnum/last5koopa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/last5koopa.h -------------------------------------------------------------------------------- /include/messnum/mg_decathlon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/mg_decathlon.h -------------------------------------------------------------------------------- /include/messnum/mginst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/mginst.h -------------------------------------------------------------------------------- /include/messnum/mginstsys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/mginstsys.h -------------------------------------------------------------------------------- /include/messnum/mgname.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/mgname.h -------------------------------------------------------------------------------- /include/messnum/mpsystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/mpsystem.h -------------------------------------------------------------------------------- /include/messnum/sdg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/sdg.h -------------------------------------------------------------------------------- /include/messnum/storyevent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/storyevent.h -------------------------------------------------------------------------------- /include/messnum/syshelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/syshelp.h -------------------------------------------------------------------------------- /include/messnum/teamname.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/teamname.h -------------------------------------------------------------------------------- /include/messnum/vsmasu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/messnum/vsmasu.h -------------------------------------------------------------------------------- /include/mgdata.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/mgdata.inc -------------------------------------------------------------------------------- /include/msm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/msm.h -------------------------------------------------------------------------------- /include/msm_grp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/msm_grp.h -------------------------------------------------------------------------------- /include/msm_se.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/msm_se.h -------------------------------------------------------------------------------- /include/msm_stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/msm_stream.h -------------------------------------------------------------------------------- /include/musyx/adsr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/adsr.h -------------------------------------------------------------------------------- /include/musyx/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/assert.h -------------------------------------------------------------------------------- /include/musyx/dsp_import.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/dsp_import.h -------------------------------------------------------------------------------- /include/musyx/dspvoice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/dspvoice.h -------------------------------------------------------------------------------- /include/musyx/hardware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/hardware.h -------------------------------------------------------------------------------- /include/musyx/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/macros.h -------------------------------------------------------------------------------- /include/musyx/musyx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/musyx.h -------------------------------------------------------------------------------- /include/musyx/platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/platform.h -------------------------------------------------------------------------------- /include/musyx/s3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/s3d.h -------------------------------------------------------------------------------- /include/musyx/sal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/sal.h -------------------------------------------------------------------------------- /include/musyx/seq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/seq.h -------------------------------------------------------------------------------- /include/musyx/snd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/snd.h -------------------------------------------------------------------------------- /include/musyx/stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/stream.h -------------------------------------------------------------------------------- /include/musyx/synth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/synth.h -------------------------------------------------------------------------------- /include/musyx/synth_dbtab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/synth_dbtab.h -------------------------------------------------------------------------------- /include/musyx/synthdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/synthdata.h -------------------------------------------------------------------------------- /include/musyx/txwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/txwin.h -------------------------------------------------------------------------------- /include/musyx/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/version.h -------------------------------------------------------------------------------- /include/musyx/voice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/musyx/voice.h -------------------------------------------------------------------------------- /include/ovl_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/ovl_table.h -------------------------------------------------------------------------------- /include/stdarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/stdarg.h -------------------------------------------------------------------------------- /include/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/stddef.h -------------------------------------------------------------------------------- /include/stdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/stdint.h -------------------------------------------------------------------------------- /include/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/stdio.h -------------------------------------------------------------------------------- /include/stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/stdlib.h -------------------------------------------------------------------------------- /include/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/string.h -------------------------------------------------------------------------------- /include/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/types.h -------------------------------------------------------------------------------- /include/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/zconf.h -------------------------------------------------------------------------------- /include/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/zlib.h -------------------------------------------------------------------------------- /include/zutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/include/zutil.h -------------------------------------------------------------------------------- /orig/GP5E01_00/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/FILE_POS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/FILE_POS.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/abort_exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/abort_exit.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/alloc.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/ansi_files.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/ansi_files.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/ansi_fp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/ansi_fp.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/arith.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/arith.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/buffer_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/buffer_io.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/ctype.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/ctype.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/direct_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/direct_io.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/e_acos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/e_acos.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/e_asin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/e_asin.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/e_atan2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/e_atan2.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/e_fmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/e_fmod.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/e_pow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/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/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/e_rem_pio2.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/errno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/errno.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/file_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/file_io.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/float.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/float.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/k_cos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/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/marioparty5/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/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/k_sin.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/k_tan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/k_tan.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/math_ppc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/math_ppc.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/mbstring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/mbstring.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/mem.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/mem_funcs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/mem_funcs.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/misc_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/misc_io.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/printf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/printf.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/rand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/rand.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_atan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/s_atan.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_copysign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/s_copysign.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_cos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/s_cos.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_floor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/s_floor.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_frexp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/s_frexp.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_ldexp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/s_ldexp.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_modf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/s_modf.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_sin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/s_sin.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/s_tan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/s_tan.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/scanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/scanf.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/signal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/signal.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/string.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/string.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/uart_console_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/uart_console_io.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/w_acos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/w_acos.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/w_asin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/w_asin.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/w_atan2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/w_atan2.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/w_fmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/w_fmod.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/w_pow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/w_pow.c -------------------------------------------------------------------------------- /src/MSL_C.PPCEABI.bare.H/wchar_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/MSL_C.PPCEABI.bare.H/wchar_io.c -------------------------------------------------------------------------------- /src/OdemuExi2/DebuggerDriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/OdemuExi2/DebuggerDriver.c -------------------------------------------------------------------------------- /src/REL/bootDll/boot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/REL/bootDll/boot.c -------------------------------------------------------------------------------- /src/REL/decathlonDll/mess.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/REL/decathlonDll/mess.c -------------------------------------------------------------------------------- /src/REL/decathlonDll/mgtournament.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/REL/decathlonDll/mgtournament.c -------------------------------------------------------------------------------- /src/REL/decathlonDll/score.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/REL/decathlonDll/score.c -------------------------------------------------------------------------------- /src/REL/e3bootdll/e3boot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/REL/e3bootdll/e3boot.c -------------------------------------------------------------------------------- /src/REL/empty.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/REL/fileseldll/filename.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/REL/fileseldll/filename.c -------------------------------------------------------------------------------- /src/REL/fileseldll/filesel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/REL/fileseldll/filesel.c -------------------------------------------------------------------------------- /src/REL/fileseldll/saveload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/REL/fileseldll/saveload.c -------------------------------------------------------------------------------- /src/REL/fileseldll/toueidisp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/REL/fileseldll/toueidisp.c -------------------------------------------------------------------------------- /src/REL/m433Dll/m433.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/REL/m433Dll/m433.c -------------------------------------------------------------------------------- /src/REL/m433Dll/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/REL/m433Dll/player.c -------------------------------------------------------------------------------- /src/REL/m433Dll/stage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/REL/m433Dll/stage.c -------------------------------------------------------------------------------- /src/REL/m526Dll/m526.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/REL/m526Dll/m526.c -------------------------------------------------------------------------------- /src/REL/m526Dll/math.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/REL/m526Dll/math.c -------------------------------------------------------------------------------- /src/REL/nintendo/data.c: -------------------------------------------------------------------------------- 1 | #include "nintendoData.inc" -------------------------------------------------------------------------------- /src/REL/selmenuDll/selmenu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/REL/selmenuDll/selmenu.c -------------------------------------------------------------------------------- /src/REL/w06dll/world06.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/REL/w06dll/world06.c -------------------------------------------------------------------------------- /src/REL/w06sDll/world06.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/REL/w06sDll/world06.c -------------------------------------------------------------------------------- /src/Runtime.PPCEABI.H/GCN_mem_alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/Runtime.PPCEABI.H/GCN_mem_alloc.c -------------------------------------------------------------------------------- /src/Runtime.PPCEABI.H/Gecko_ExceptionPPC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/Runtime.PPCEABI.H/Gecko_ExceptionPPC.cpp -------------------------------------------------------------------------------- /src/Runtime.PPCEABI.H/NMWException.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/Runtime.PPCEABI.H/NMWException.cpp -------------------------------------------------------------------------------- /src/Runtime.PPCEABI.H/New.cp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/Runtime.PPCEABI.H/New.cp -------------------------------------------------------------------------------- /src/Runtime.PPCEABI.H/NewMore.cp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/Runtime.PPCEABI.H/NewMore.cp -------------------------------------------------------------------------------- /src/Runtime.PPCEABI.H/__init_cpp_exceptions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/Runtime.PPCEABI.H/__init_cpp_exceptions.cpp -------------------------------------------------------------------------------- /src/Runtime.PPCEABI.H/__mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/Runtime.PPCEABI.H/__mem.c -------------------------------------------------------------------------------- /src/Runtime.PPCEABI.H/__va_arg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/Runtime.PPCEABI.H/__va_arg.c -------------------------------------------------------------------------------- /src/Runtime.PPCEABI.H/global_destructor_chain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/Runtime.PPCEABI.H/global_destructor_chain.c -------------------------------------------------------------------------------- /src/Runtime.PPCEABI.H/runtime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/Runtime.PPCEABI.H/runtime.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/dispatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/dispatch.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/dolphin_trk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/dolphin_trk.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/dolphin_trk_glue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/dolphin_trk_glue.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/flush_cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/flush_cache.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/main_TRK.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/main_TRK.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/mainloop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/mainloop.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/mem_TRK.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/mem_TRK.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/mpc_7xx_603e.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/mpc_7xx_603e.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/msg.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/msgbuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/msgbuf.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/msghndlr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/msghndlr.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/mslsupp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/mslsupp.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/mutex_TRK.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/mutex_TRK.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/notify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/notify.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/nubevent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/nubevent.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/nubinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/nubinit.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/serpoll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/serpoll.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/support.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/support.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/targcont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/targcont.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/target_options.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/target_options.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/targimpl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/targimpl.c -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/targsupp.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/targsupp.s -------------------------------------------------------------------------------- /src/TRK_MINNOW_DOLPHIN/usr_put.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/TRK_MINNOW_DOLPHIN/usr_put.c -------------------------------------------------------------------------------- /src/amcstubs/AmcExi2Stubs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/amcstubs/AmcExi2Stubs.c -------------------------------------------------------------------------------- /src/game/ClusterExec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/ClusterExec.c -------------------------------------------------------------------------------- /src/game/EnvelopeExec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/EnvelopeExec.c -------------------------------------------------------------------------------- /src/game/ShapeExec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/ShapeExec.c -------------------------------------------------------------------------------- /src/game/THPDraw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/THPDraw.c -------------------------------------------------------------------------------- /src/game/THPSimple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/THPSimple.c -------------------------------------------------------------------------------- /src/game/armem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/armem.c -------------------------------------------------------------------------------- /src/game/audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/audio.c -------------------------------------------------------------------------------- /src/game/board/audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/audio.c -------------------------------------------------------------------------------- /src/game/board/branch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/branch.c -------------------------------------------------------------------------------- /src/game/board/camera.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/camera.c -------------------------------------------------------------------------------- /src/game/board/capmachine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/capmachine.c -------------------------------------------------------------------------------- /src/game/board/capmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/capmain.c -------------------------------------------------------------------------------- /src/game/board/capsule.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/capsule.c -------------------------------------------------------------------------------- /src/game/board/coin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/coin.c -------------------------------------------------------------------------------- /src/game/board/com.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/com.c -------------------------------------------------------------------------------- /src/game/board/effect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/effect.c -------------------------------------------------------------------------------- /src/game/board/gate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/gate.c -------------------------------------------------------------------------------- /src/game/board/guide.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/guide.c -------------------------------------------------------------------------------- /src/game/board/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/main.c -------------------------------------------------------------------------------- /src/game/board/masu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/masu.c -------------------------------------------------------------------------------- /src/game/board/mgcall.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/mgcall.c -------------------------------------------------------------------------------- /src/game/board/model.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/model.c -------------------------------------------------------------------------------- /src/game/board/opening.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/opening.c -------------------------------------------------------------------------------- /src/game/board/padall.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/padall.c -------------------------------------------------------------------------------- /src/game/board/pause.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/pause.c -------------------------------------------------------------------------------- /src/game/board/pauseoption.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/pauseoption.c -------------------------------------------------------------------------------- /src/game/board/pausewatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/pausewatch.c -------------------------------------------------------------------------------- /src/game/board/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/player.c -------------------------------------------------------------------------------- /src/game/board/roulette.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/roulette.c -------------------------------------------------------------------------------- /src/game/board/sai.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/sai.c -------------------------------------------------------------------------------- /src/game/board/scroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/scroll.c -------------------------------------------------------------------------------- /src/game/board/star.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/star.c -------------------------------------------------------------------------------- /src/game/board/status.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/status.c -------------------------------------------------------------------------------- /src/game/board/telop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/telop.c -------------------------------------------------------------------------------- /src/game/board/tutorial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/tutorial.c -------------------------------------------------------------------------------- /src/game/board/window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/board/window.c -------------------------------------------------------------------------------- /src/game/card.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/card.c -------------------------------------------------------------------------------- /src/game/charman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/charman.c -------------------------------------------------------------------------------- /src/game/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/data.c -------------------------------------------------------------------------------- /src/game/decode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/decode.c -------------------------------------------------------------------------------- /src/game/dvd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/dvd.c -------------------------------------------------------------------------------- /src/game/esprite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/esprite.c -------------------------------------------------------------------------------- /src/game/fault.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/fault.c -------------------------------------------------------------------------------- /src/game/flag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/flag.c -------------------------------------------------------------------------------- /src/game/font.c: -------------------------------------------------------------------------------- 1 | #include "ank8x8_4b.inc" -------------------------------------------------------------------------------- /src/game/frand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/frand.c -------------------------------------------------------------------------------- /src/game/gamemes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/gamemes.c -------------------------------------------------------------------------------- /src/game/gamework.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/gamework.c -------------------------------------------------------------------------------- /src/game/hsfanim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/hsfanim.c -------------------------------------------------------------------------------- /src/game/hsfdraw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/hsfdraw.c -------------------------------------------------------------------------------- /src/game/hsfex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/hsfex.c -------------------------------------------------------------------------------- /src/game/hsfload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/hsfload.c -------------------------------------------------------------------------------- /src/game/hsfman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/hsfman.c -------------------------------------------------------------------------------- /src/game/hsfmotion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/hsfmotion.c -------------------------------------------------------------------------------- /src/game/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/init.c -------------------------------------------------------------------------------- /src/game/jmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/jmp.c -------------------------------------------------------------------------------- /src/game/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/main.c -------------------------------------------------------------------------------- /src/game/malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/malloc.c -------------------------------------------------------------------------------- /src/game/mapspace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/mapspace.c -------------------------------------------------------------------------------- /src/game/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/memory.c -------------------------------------------------------------------------------- /src/game/messdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/messdata.c -------------------------------------------------------------------------------- /src/game/mg/score.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/mg/score.c -------------------------------------------------------------------------------- /src/game/mg/seqman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/mg/seqman.c -------------------------------------------------------------------------------- /src/game/mg/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/mg/timer.c -------------------------------------------------------------------------------- /src/game/mgdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/mgdata.c -------------------------------------------------------------------------------- /src/game/objdll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/objdll.c -------------------------------------------------------------------------------- /src/game/objmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/objmain.c -------------------------------------------------------------------------------- /src/game/objsub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/objsub.c -------------------------------------------------------------------------------- /src/game/objsysobj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/objsysobj.c -------------------------------------------------------------------------------- /src/game/ovllist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/ovllist.c -------------------------------------------------------------------------------- /src/game/pad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/pad.c -------------------------------------------------------------------------------- /src/game/perf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/perf.c -------------------------------------------------------------------------------- /src/game/printfunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/printfunc.c -------------------------------------------------------------------------------- /src/game/process.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/process.c -------------------------------------------------------------------------------- /src/game/saveload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/saveload.c -------------------------------------------------------------------------------- /src/game/sprman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/sprman.c -------------------------------------------------------------------------------- /src/game/sprput.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/sprput.c -------------------------------------------------------------------------------- /src/game/sreset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/sreset.c -------------------------------------------------------------------------------- /src/game/thpmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/thpmain.c -------------------------------------------------------------------------------- /src/game/window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/window.c -------------------------------------------------------------------------------- /src/game/wipe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/game/wipe.c -------------------------------------------------------------------------------- /src/libhu/setvf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/libhu/setvf.c -------------------------------------------------------------------------------- /src/libhu/subvf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/libhu/subvf.c -------------------------------------------------------------------------------- /src/musyx/runtime/CheapReverb/creverb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/CheapReverb/creverb.c -------------------------------------------------------------------------------- /src/musyx/runtime/CheapReverb/creverb_fx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/CheapReverb/creverb_fx.c -------------------------------------------------------------------------------- /src/musyx/runtime/Chorus/chorus_fx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/Chorus/chorus_fx.c -------------------------------------------------------------------------------- /src/musyx/runtime/Delay/delay_fx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/Delay/delay_fx.c -------------------------------------------------------------------------------- /src/musyx/runtime/StdReverb/reverb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/StdReverb/reverb.c -------------------------------------------------------------------------------- /src/musyx/runtime/StdReverb/reverb_fx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/StdReverb/reverb_fx.c -------------------------------------------------------------------------------- /src/musyx/runtime/dsp_import.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/dsp_import.c -------------------------------------------------------------------------------- /src/musyx/runtime/hardware.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/hardware.c -------------------------------------------------------------------------------- /src/musyx/runtime/hw_aramdma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/hw_aramdma.c -------------------------------------------------------------------------------- /src/musyx/runtime/hw_dolphin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/hw_dolphin.c -------------------------------------------------------------------------------- /src/musyx/runtime/hw_dspctrl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/hw_dspctrl.c -------------------------------------------------------------------------------- /src/musyx/runtime/hw_lib_dummy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/hw_lib_dummy.c -------------------------------------------------------------------------------- /src/musyx/runtime/hw_memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/hw_memory.c -------------------------------------------------------------------------------- /src/musyx/runtime/hw_pc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/hw_pc.c -------------------------------------------------------------------------------- /src/musyx/runtime/hw_volconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/hw_volconv.c -------------------------------------------------------------------------------- /src/musyx/runtime/profile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/profile.c -------------------------------------------------------------------------------- /src/musyx/runtime/s_data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/s_data.c -------------------------------------------------------------------------------- /src/musyx/runtime/seq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/seq.c -------------------------------------------------------------------------------- /src/musyx/runtime/seq_api.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/seq_api.c -------------------------------------------------------------------------------- /src/musyx/runtime/snd3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/snd3d.c -------------------------------------------------------------------------------- /src/musyx/runtime/snd_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/snd_init.c -------------------------------------------------------------------------------- /src/musyx/runtime/snd_math.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/snd_math.c -------------------------------------------------------------------------------- /src/musyx/runtime/snd_midictrl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/snd_midictrl.c -------------------------------------------------------------------------------- /src/musyx/runtime/snd_service.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/snd_service.c -------------------------------------------------------------------------------- /src/musyx/runtime/snd_synthapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/snd_synthapi.c -------------------------------------------------------------------------------- /src/musyx/runtime/stream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/stream.c -------------------------------------------------------------------------------- /src/musyx/runtime/synth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/synth.c -------------------------------------------------------------------------------- /src/musyx/runtime/synth_ac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/synth_ac.c -------------------------------------------------------------------------------- /src/musyx/runtime/synth_adsr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/synth_adsr.c -------------------------------------------------------------------------------- /src/musyx/runtime/synth_dbtab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/synth_dbtab.c -------------------------------------------------------------------------------- /src/musyx/runtime/synth_vsamples.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/synth_vsamples.c -------------------------------------------------------------------------------- /src/musyx/runtime/synthdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/synthdata.c -------------------------------------------------------------------------------- /src/musyx/runtime/synthmacros.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/synthmacros.c -------------------------------------------------------------------------------- /src/musyx/runtime/synthvoice.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/musyx/runtime/synthvoice.c -------------------------------------------------------------------------------- /src/odenotstub/odenotstub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/odenotstub/odenotstub.c -------------------------------------------------------------------------------- /src/zlib/adler32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/zlib/adler32.c -------------------------------------------------------------------------------- /src/zlib/infblock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/zlib/infblock.c -------------------------------------------------------------------------------- /src/zlib/infcodes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/zlib/infcodes.c -------------------------------------------------------------------------------- /src/zlib/inffast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/zlib/inffast.c -------------------------------------------------------------------------------- /src/zlib/inflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/zlib/inflate.c -------------------------------------------------------------------------------- /src/zlib/inftrees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/zlib/inftrees.c -------------------------------------------------------------------------------- /src/zlib/infutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/zlib/infutil.c -------------------------------------------------------------------------------- /src/zlib/zutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/src/zlib/zutil.c -------------------------------------------------------------------------------- /tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/changes_fmt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/tools/changes_fmt.py -------------------------------------------------------------------------------- /tools/decompctx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/tools/decompctx.py -------------------------------------------------------------------------------- /tools/download_tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/tools/download_tool.py -------------------------------------------------------------------------------- /tools/ninja_syntax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/tools/ninja_syntax.py -------------------------------------------------------------------------------- /tools/project.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/tools/project.py -------------------------------------------------------------------------------- /tools/transform_dep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/tools/transform_dep.py -------------------------------------------------------------------------------- /tools/upload_progress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mariopartyrd/marioparty5/HEAD/tools/upload_progress.py --------------------------------------------------------------------------------