Comment on Mario Kart 64 got finally decompiled!
LovableSidekick@lemmy.world 10 months agoThe assets folder in the github repository seems to contain the assets - unless you’re talking about different assets.
Comment on Mario Kart 64 got finally decompiled!
LovableSidekick@lemmy.world 10 months agoThe assets folder in the github repository seems to contain the assets - unless you’re talking about different assets.
ChairmanMeow@programming.dev 10 months ago
Those are the references to where the assets are located in the original ROM (that’s the data inside those json files). There’s no actual asset in there.
LovableSidekick@lemmy.world 10 months ago
Oh I see. So to play the game using this code do you need hardware to physically connect the cartridge so the PC can read the assets, or does it read a dump of the ROM?
ChairmanMeow@programming.dev 10 months ago
It will read a dump from the ROM. The project obviously can’t be held responsible for how you may have obtained that ROM.