├── .DS_Store ├── README ├── README.md ├── assets ├── .DS_Store ├── Image 3 ├── Large Skeletons:High Res ├── Large Skeletons:Low Res ├── Sega Comp Back ├── Sega Comp Front ├── Small Skeletons:High Res ├── Ultimate MK3 Logo:Layered ├── Ultimate Typeface.eps ├── seperate pieces.psd ├── seperate pieces.psd low res └── seperate pieces.psd low res2 └── src ├── BKGDBALC.C ├── BKGDBANK.C ├── BKGDBELL.C ├── BKGDBRIG.C ├── BKGDCAVE.C ├── BKGDCITY.C ├── BKGDESRT.C ├── BKGDGRAV.C ├── BKGDMOCK.C ├── BKGDPIT.C ├── BKGDPORT.C ├── BKGDSBST.C ├── BKGDSKEN.C ├── BKGDSOUL.C ├── BKGDTEMP.C ├── BKGDWATR.C ├── DAVID.C ├── DAVID.H ├── DIGLOAD.H ├── LCDLOAD.H ├── MAIN.C ├── MK3SND.H ├── MKAMODE.C ├── MKAMODE.H ├── MKANI.C ├── MKANI.H ├── MKANIMAL.C ├── MKANIMAL.H ├── MKBIO.C ├── MKBIO.H ├── MKBKGD.C ├── MKBKGD.H ├── MKBKMOD.C ├── MKBLOOD.C ├── MKBLOOD.H ├── MKBONUS.C ├── MKBONUS.H ├── MKBOSS.C ├── MKBOSS.H ├── MKBRIEF.C ├── MKBRIEF.H ├── MKBUG.C ├── MKBUG.H ├── MKBUYIN.C ├── MKBUYIN.H ├── MKCANNED.C ├── MKCANNED.H ├── MKCOIN.C ├── MKCOIN.H ├── MKCOMBO.C ├── MKCOMBO.H ├── MKDIAG.C ├── MKDIAG.H ├── MKDRONE.C ├── MKDRONE.H ├── MKEND.C ├── MKEND.H ├── MKFADE.C ├── MKFADE.H ├── MKFATAL.C ├── MKFATAL.H ├── MKFILE.C ├── MKFILE.H ├── MKFRIEND.C ├── MKFRIEND.H ├── MKFX.C ├── MKFX.H ├── MKGAME.H ├── MKGLOBAL.C ├── MKGUYS.C ├── MKGUYS.H ├── MKHSTD.C ├── MKHSTD.H ├── MKINIT.C ├── MKINIT.H ├── MKJOY.C ├── MKJOY.H ├── MKLADDER.C ├── MKLADDER.H ├── MKMAIN.C ├── MKMAIN.H ├── MKMAINOD.C ├── MKMAINOD.H ├── MKMARK.C ├── MKMARK.H ├── MKMODE.C ├── MKMODE.H ├── MKOBJ.C ├── MKOBJ.H ├── MKOPT.C ├── MKOPT.H ├── MKOS.C ├── MKOS.H ├── MKPAL.C ├── MKPAL.H ├── MKPROP.C ├── MKPROP.H ├── MKR1.C ├── MKR1.H ├── MKREACT.C ├── MKREACT.H ├── MKREPELL.C ├── MKREPELL.H ├── MKSCORE.C ├── MKSCORE.H ├── MKSEL.C ├── MKSEL.H ├── MKSELNEW.C ├── MKSELNEW.H ├── MKSLAM.C ├── MKSLAM.H ├── MKSND.H ├── MKSONY.C ├── MKSONY.H ├── MKSOUND.C ├── MKSOUND.H ├── MKSTAT.C ├── MKSTAT.H ├── MKTEXT.C ├── MKTEXT.H ├── MKUTIL.C ├── MKUTIL.H ├── MKVS.C ├── MKVS.H ├── MKZAP.C ├── MKZAP.H ├── MOVES.C ├── MOVES.H ├── PSXCD.C ├── PSXCD.H ├── PSXCDABS.C ├── PSXCDABS.H ├── PSXCDOLD.C ├── PSXCDOLD.H ├── PSXSND.C ├── PSXSND.H ├── PSXSPU.H ├── SEQLOAD.H ├── SNDLST.H ├── SONYRLE.C ├── SOUNDHW.H ├── STDARG.H ├── SYSTEM.H ├── VALLOC.C └── VALLOC.H /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/.DS_Store -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/README.md -------------------------------------------------------------------------------- /assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/assets/.DS_Store -------------------------------------------------------------------------------- /assets/Image 3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/assets/Image 3 -------------------------------------------------------------------------------- /assets/Large Skeletons:High Res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/assets/Large Skeletons:High Res -------------------------------------------------------------------------------- /assets/Large Skeletons:Low Res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/assets/Large Skeletons:Low Res -------------------------------------------------------------------------------- /assets/Sega Comp Back: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/assets/Sega Comp Back -------------------------------------------------------------------------------- /assets/Sega Comp Front: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/assets/Sega Comp Front -------------------------------------------------------------------------------- /assets/Small Skeletons:High Res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/assets/Small Skeletons:High Res -------------------------------------------------------------------------------- /assets/Ultimate MK3 Logo:Layered: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/assets/Ultimate MK3 Logo:Layered -------------------------------------------------------------------------------- /assets/Ultimate Typeface.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/assets/Ultimate Typeface.eps -------------------------------------------------------------------------------- /assets/seperate pieces.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/assets/seperate pieces.psd -------------------------------------------------------------------------------- /assets/seperate pieces.psd low res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/assets/seperate pieces.psd low res -------------------------------------------------------------------------------- /assets/seperate pieces.psd low res2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/assets/seperate pieces.psd low res2 -------------------------------------------------------------------------------- /src/BKGDBALC.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/BKGDBALC.C -------------------------------------------------------------------------------- /src/BKGDBANK.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/BKGDBANK.C -------------------------------------------------------------------------------- /src/BKGDBELL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/BKGDBELL.C -------------------------------------------------------------------------------- /src/BKGDBRIG.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/BKGDBRIG.C -------------------------------------------------------------------------------- /src/BKGDCAVE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/BKGDCAVE.C -------------------------------------------------------------------------------- /src/BKGDCITY.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/BKGDCITY.C -------------------------------------------------------------------------------- /src/BKGDESRT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/BKGDESRT.C -------------------------------------------------------------------------------- /src/BKGDGRAV.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/BKGDGRAV.C -------------------------------------------------------------------------------- /src/BKGDMOCK.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/BKGDMOCK.C -------------------------------------------------------------------------------- /src/BKGDPIT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/BKGDPIT.C -------------------------------------------------------------------------------- /src/BKGDPORT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/BKGDPORT.C -------------------------------------------------------------------------------- /src/BKGDSBST.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/BKGDSBST.C -------------------------------------------------------------------------------- /src/BKGDSKEN.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/BKGDSKEN.C -------------------------------------------------------------------------------- /src/BKGDSOUL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/BKGDSOUL.C -------------------------------------------------------------------------------- /src/BKGDTEMP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/BKGDTEMP.C -------------------------------------------------------------------------------- /src/BKGDWATR.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/BKGDWATR.C -------------------------------------------------------------------------------- /src/DAVID.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/DAVID.C -------------------------------------------------------------------------------- /src/DAVID.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/DAVID.H -------------------------------------------------------------------------------- /src/DIGLOAD.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/DIGLOAD.H -------------------------------------------------------------------------------- /src/LCDLOAD.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/LCDLOAD.H -------------------------------------------------------------------------------- /src/MAIN.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MAIN.C -------------------------------------------------------------------------------- /src/MK3SND.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MK3SND.H -------------------------------------------------------------------------------- /src/MKAMODE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKAMODE.C -------------------------------------------------------------------------------- /src/MKAMODE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKAMODE.H -------------------------------------------------------------------------------- /src/MKANI.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKANI.C -------------------------------------------------------------------------------- /src/MKANI.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKANI.H -------------------------------------------------------------------------------- /src/MKANIMAL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKANIMAL.C -------------------------------------------------------------------------------- /src/MKANIMAL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKANIMAL.H -------------------------------------------------------------------------------- /src/MKBIO.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKBIO.C -------------------------------------------------------------------------------- /src/MKBIO.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKBIO.H -------------------------------------------------------------------------------- /src/MKBKGD.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKBKGD.C -------------------------------------------------------------------------------- /src/MKBKGD.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKBKGD.H -------------------------------------------------------------------------------- /src/MKBKMOD.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKBKMOD.C -------------------------------------------------------------------------------- /src/MKBLOOD.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKBLOOD.C -------------------------------------------------------------------------------- /src/MKBLOOD.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKBLOOD.H -------------------------------------------------------------------------------- /src/MKBONUS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKBONUS.C -------------------------------------------------------------------------------- /src/MKBONUS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKBONUS.H -------------------------------------------------------------------------------- /src/MKBOSS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKBOSS.C -------------------------------------------------------------------------------- /src/MKBOSS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKBOSS.H -------------------------------------------------------------------------------- /src/MKBRIEF.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKBRIEF.C -------------------------------------------------------------------------------- /src/MKBRIEF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKBRIEF.H -------------------------------------------------------------------------------- /src/MKBUG.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKBUG.C -------------------------------------------------------------------------------- /src/MKBUG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKBUG.H -------------------------------------------------------------------------------- /src/MKBUYIN.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKBUYIN.C -------------------------------------------------------------------------------- /src/MKBUYIN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKBUYIN.H -------------------------------------------------------------------------------- /src/MKCANNED.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKCANNED.C -------------------------------------------------------------------------------- /src/MKCANNED.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKCANNED.H -------------------------------------------------------------------------------- /src/MKCOIN.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKCOIN.C -------------------------------------------------------------------------------- /src/MKCOIN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKCOIN.H -------------------------------------------------------------------------------- /src/MKCOMBO.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKCOMBO.C -------------------------------------------------------------------------------- /src/MKCOMBO.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKCOMBO.H -------------------------------------------------------------------------------- /src/MKDIAG.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKDIAG.C -------------------------------------------------------------------------------- /src/MKDIAG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKDIAG.H -------------------------------------------------------------------------------- /src/MKDRONE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKDRONE.C -------------------------------------------------------------------------------- /src/MKDRONE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKDRONE.H -------------------------------------------------------------------------------- /src/MKEND.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKEND.C -------------------------------------------------------------------------------- /src/MKEND.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKEND.H -------------------------------------------------------------------------------- /src/MKFADE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKFADE.C -------------------------------------------------------------------------------- /src/MKFADE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKFADE.H -------------------------------------------------------------------------------- /src/MKFATAL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKFATAL.C -------------------------------------------------------------------------------- /src/MKFATAL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKFATAL.H -------------------------------------------------------------------------------- /src/MKFILE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKFILE.C -------------------------------------------------------------------------------- /src/MKFILE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKFILE.H -------------------------------------------------------------------------------- /src/MKFRIEND.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKFRIEND.C -------------------------------------------------------------------------------- /src/MKFRIEND.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKFRIEND.H -------------------------------------------------------------------------------- /src/MKFX.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKFX.C -------------------------------------------------------------------------------- /src/MKFX.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKFX.H -------------------------------------------------------------------------------- /src/MKGAME.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKGAME.H -------------------------------------------------------------------------------- /src/MKGLOBAL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKGLOBAL.C -------------------------------------------------------------------------------- /src/MKGUYS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKGUYS.C -------------------------------------------------------------------------------- /src/MKGUYS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKGUYS.H -------------------------------------------------------------------------------- /src/MKHSTD.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKHSTD.C -------------------------------------------------------------------------------- /src/MKHSTD.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKHSTD.H -------------------------------------------------------------------------------- /src/MKINIT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKINIT.C -------------------------------------------------------------------------------- /src/MKINIT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKINIT.H -------------------------------------------------------------------------------- /src/MKJOY.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKJOY.C -------------------------------------------------------------------------------- /src/MKJOY.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKJOY.H -------------------------------------------------------------------------------- /src/MKLADDER.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKLADDER.C -------------------------------------------------------------------------------- /src/MKLADDER.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKLADDER.H -------------------------------------------------------------------------------- /src/MKMAIN.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKMAIN.C -------------------------------------------------------------------------------- /src/MKMAIN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKMAIN.H -------------------------------------------------------------------------------- /src/MKMAINOD.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKMAINOD.C -------------------------------------------------------------------------------- /src/MKMAINOD.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKMAINOD.H -------------------------------------------------------------------------------- /src/MKMARK.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKMARK.C -------------------------------------------------------------------------------- /src/MKMARK.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKMARK.H -------------------------------------------------------------------------------- /src/MKMODE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKMODE.C -------------------------------------------------------------------------------- /src/MKMODE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKMODE.H -------------------------------------------------------------------------------- /src/MKOBJ.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKOBJ.C -------------------------------------------------------------------------------- /src/MKOBJ.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKOBJ.H -------------------------------------------------------------------------------- /src/MKOPT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKOPT.C -------------------------------------------------------------------------------- /src/MKOPT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKOPT.H -------------------------------------------------------------------------------- /src/MKOS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKOS.C -------------------------------------------------------------------------------- /src/MKOS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKOS.H -------------------------------------------------------------------------------- /src/MKPAL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKPAL.C -------------------------------------------------------------------------------- /src/MKPAL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKPAL.H -------------------------------------------------------------------------------- /src/MKPROP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKPROP.C -------------------------------------------------------------------------------- /src/MKPROP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKPROP.H -------------------------------------------------------------------------------- /src/MKR1.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKR1.C -------------------------------------------------------------------------------- /src/MKR1.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKR1.H -------------------------------------------------------------------------------- /src/MKREACT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKREACT.C -------------------------------------------------------------------------------- /src/MKREACT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKREACT.H -------------------------------------------------------------------------------- /src/MKREPELL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKREPELL.C -------------------------------------------------------------------------------- /src/MKREPELL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKREPELL.H -------------------------------------------------------------------------------- /src/MKSCORE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKSCORE.C -------------------------------------------------------------------------------- /src/MKSCORE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKSCORE.H -------------------------------------------------------------------------------- /src/MKSEL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKSEL.C -------------------------------------------------------------------------------- /src/MKSEL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKSEL.H -------------------------------------------------------------------------------- /src/MKSELNEW.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKSELNEW.C -------------------------------------------------------------------------------- /src/MKSELNEW.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKSELNEW.H -------------------------------------------------------------------------------- /src/MKSLAM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKSLAM.C -------------------------------------------------------------------------------- /src/MKSLAM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKSLAM.H -------------------------------------------------------------------------------- /src/MKSND.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKSND.H -------------------------------------------------------------------------------- /src/MKSONY.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKSONY.C -------------------------------------------------------------------------------- /src/MKSONY.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKSONY.H -------------------------------------------------------------------------------- /src/MKSOUND.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKSOUND.C -------------------------------------------------------------------------------- /src/MKSOUND.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKSOUND.H -------------------------------------------------------------------------------- /src/MKSTAT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKSTAT.C -------------------------------------------------------------------------------- /src/MKSTAT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKSTAT.H -------------------------------------------------------------------------------- /src/MKTEXT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKTEXT.C -------------------------------------------------------------------------------- /src/MKTEXT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKTEXT.H -------------------------------------------------------------------------------- /src/MKUTIL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKUTIL.C -------------------------------------------------------------------------------- /src/MKUTIL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKUTIL.H -------------------------------------------------------------------------------- /src/MKVS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKVS.C -------------------------------------------------------------------------------- /src/MKVS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKVS.H -------------------------------------------------------------------------------- /src/MKZAP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKZAP.C -------------------------------------------------------------------------------- /src/MKZAP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MKZAP.H -------------------------------------------------------------------------------- /src/MOVES.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MOVES.C -------------------------------------------------------------------------------- /src/MOVES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/MOVES.H -------------------------------------------------------------------------------- /src/PSXCD.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/PSXCD.C -------------------------------------------------------------------------------- /src/PSXCD.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/PSXCD.H -------------------------------------------------------------------------------- /src/PSXCDABS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/PSXCDABS.C -------------------------------------------------------------------------------- /src/PSXCDABS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/PSXCDABS.H -------------------------------------------------------------------------------- /src/PSXCDOLD.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/PSXCDOLD.C -------------------------------------------------------------------------------- /src/PSXCDOLD.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/PSXCDOLD.H -------------------------------------------------------------------------------- /src/PSXSND.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/PSXSND.C -------------------------------------------------------------------------------- /src/PSXSND.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/PSXSND.H -------------------------------------------------------------------------------- /src/PSXSPU.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/PSXSPU.H -------------------------------------------------------------------------------- /src/SEQLOAD.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/SEQLOAD.H -------------------------------------------------------------------------------- /src/SNDLST.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/SNDLST.H -------------------------------------------------------------------------------- /src/SONYRLE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/SONYRLE.C -------------------------------------------------------------------------------- /src/SOUNDHW.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/SOUNDHW.H -------------------------------------------------------------------------------- /src/STDARG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/STDARG.H -------------------------------------------------------------------------------- /src/SYSTEM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/SYSTEM.H -------------------------------------------------------------------------------- /src/VALLOC.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/VALLOC.C -------------------------------------------------------------------------------- /src/VALLOC.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/UltimateMortalKombat3/HEAD/src/VALLOC.H --------------------------------------------------------------------------------