-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
673 lines (658 loc) · 52.5 KB
/
index.html
File metadata and controls
673 lines (658 loc) · 52.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
<!DOCTYPE html>
<html data-qb-installed="true", lang="en"><head>
<title>Game Decompilations</title>
<!-- created by samidy -->
<!-- send emails to me (at) samidy.com -->
<!-- designed by severe -->
<!-- send emails to svrbrndmg@proton.me -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<meta name="description" content="A list Of Game Decompilations, One of the biggest on the internet.">
<link rel="preload" type="image/x-icon" href="logo.png" as="image">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Lexend+Mega:wght@100..900" rel="stylesheet">
</head>
<body>
<h1 class="header" id="game-decompilations">
Game
<span><div style="margin-right: 12px;"></div></span>
Decompilations
</h1>
<div class="shift-right">
<p>Below is a list of game decompilations I could gather. Created by <a href="https://samidy.com/">Samidy.</a></p>
</div>
<span><div style="margin-right: 18px;"></div></span>
<div class="shift-right">
<p>Thanks to everyone who helped, Listed <a href="https://github.com/SamidyFR/Game-Decompilations/blob/main/CREDITS.md">Here!</a></p>
</div>
<span><div style="margin-right: 18px;"></div></span>
<div style="margin-left: 15px;">
<p>NOTES:</p>
</div>
<div>
<ul class="space3">
<li>Some decomps are still unfinished and they need to be checked before downloading.</li>
<li>The list is a Work in Progress (WIP). Still a bunch missing. If you want to help by fixing spelling mistakes, duplicates or just add more game decomps, read the <a href="https://github.com/SamidyFR/Game-Decompilations/blob/main/CONTRIBUTING.md">Contributing Guide!</a></li>
<li>Last Updated: April 26th, 2026</li>
</ul>
</div>
<div class="shift-right">
<p>Like what you see? <a class="starlink" href="https://github.com/SamidyFR/Game-Decompilations">⭐ The Github Repo!</a> It will help out a ton.</p>
</div>
<main>
<input type="text" id="search" placeholder="Search...">
<ul class="space3" id="Game-Decomps">
<li><a href="https://github.com/x86matthew/Playable3DMaze">3D Maze</a></li>
<li><a href="https://github.com/sal063/AC6_recomp">Ace Combat 6: Fires of Liberation</a></li>
<li><a href="https://github.com/Eebit/aw2bhr">Advance Wars 2: Black Hole Rising</a></li>
<li><a href="https://github.com/LLONSIT/AeroGauge">AeroGauge</a></li>
<li><a href="https://github.com/Llamaware/age-of-speed2">Age of Speed 2</a></li>
<li><a href="https://github.com/blackgamma7/Aidyn">Aidyn Chronicles: The First Mage</a></li>
<li><a href="https://github.com/blackgamma7/aidyn">Aidyn Chronicles</a></li>
<li><a href="https://github.com/sasja-san/atc">Air Traffic Chaos</a></li>
<li><a href="https://github.com/bismurphy/Aironauts-decomp">Aironauts</a></li>
<li><a href="https://github.com/Alice-2010/Decomp">Alice in Wonderland</a></li>
<li><a href="https://github.com/unspDecomp/abcParkDecomp">Alphabet Park Adventure</a></li>
<li><a href="https://github.com/EltaleLibrarian/Amazing">Amazing Island</a></li>
<li><a href="https://github.com/Pyrdacor/Ambermoon.net">Ambermoon</a></li>
<li><a href="https://github.com/ieee802dot11ac/amp">Amplitude</a></li>
<li><a href="https://github.com/Atomk/ancient-empires-1-decompilation">Ancient Empires</a></li>
<li><a href="https://github.com/jooapa/Angry_Birds_Decompilation">Angry Birds</a></li>
<li><a href="https://github.com/acreteam/ac-decomp">Animal Crossing</a></li>
<li><a href="https://github.com/acreteam/afe-decomp">Animal Forest e+</a></li>
<li><a href="https://github.com/zeldaret/af">Animal Forest</a></li>
<li><a href="https://github.com/Gmon20/makethedecomp">Are You Smarter Than a 5th Grader: Make the Grade</a></li>
<li><a href="https://github.com/Normmatt/unarmoredunit">Armored Unit</a></li>
<li><a href="https://github.com/forestbelton/azure">Azure Dreams</a></li>
<li><a href="https://github.com/Vawlpe/BakuganDotC-decomp">Bakugan: Defenders of the Core</a></li>
<li><a href="https://github.com/LuigiBlood/balloonfight_dis">Balloon Fight</a></li>
<li><a href="https://github.com/banjo360/bk360">Banjo-Kazooie (X360)</a></li>
<li><a href="https://github.com/masterspike52/reNut">Banjo-Kazooie Nuts and Bolts</a></li>
<li><a href="https://github.com/jellees/bkgr">Banjo-Kazooie: Grunty's Revenge</a></li>
<li><a href="https://gitlab.com/banjo.decomp/banjo-kazooie">Banjo-Kazooie</a></li>
<li><a href="https://github.com/mr-wiseguy/banjo-tooie">Banjo-Tooie</a></li>
<li><a href="https://github.com/InfiniteC0re/OpenBarnyard">Barnyard</a></li>
<li><a href="https://github.com/cyneprepou4uk/NES-Games-Disassembly/tree/main/Battle%20City">Battle City</a></li>
<li><a href="https://github.com/kiwidoggie/breadflowerdos">Battlefield 2</a></li>
<li><a href="https://github.com/vabold/bba-wd">Big Brain Academy: Wii Degree</a></li>
<li><a href="https://github.com/lethal-guitar/BioMenaceDecomp">Bio Menace</a></li>
<li><a href="https://github.com/openblack/bw1-decomp">Black and White</a></li>
<li><a href="https://github.com/pokemodding/pokeblack">Black</a></li>
<li><a href="https://github.com/retroplastic/blastcorps">Blast Corps</a></li>
<li><a href="https://github.com/KoboDev/BBR2Decompile">Blasterball Revolution 2</a></li>
<li><a href="https://github.com/NKHook/BTD5-Decomp">Bloons TD 5</a></li>
<li><a href="https://github.com/zolaware/reblue">Blue Dragon</a></li>
<li><a href="https://github.com/jaytheham/body-harvest-decompilation">Body Harvest</a></li>
<li><a href="https://github.com/bomberhackers/tsa">Bomberman 64: The Second Attack!</a></li>
<li><a href="https://github.com/bomberhackers/bm64">Bomberman 64</a></li>
<li><a href="https://github.com/bomberhackers/bmhero">Bomberman Hero</a></li>
<li><a href="https://github.com/misterjdrg/Bouncer">Bounce</a></li>
<li><a href="https://github.com/decompfrontier/client">Brave Frontier</a></li>
<li><a href="https://github.com/Normmatt/bof">Breath Of Fire</a></li>
<li><a href="https://github.com/uncreativeCultist/buckshot-decomp-public">Buckshot Roulette</a></li>
<li><a href="https://github.com/quantumdude836/BugsDecomp">Bugs Bunny: Lost in Time!</a></li>
<li><a href="https://github.com/BurnoutHints/b5-decomp">Burnout Paradise</a></li>
<li><a href="https://github.com/Moddimation/KinokoDecomp-S">Captain Toad: Treasure Tracker</a></li>
<li><a href="https://github.com/dethrace-labs/dethrace">Carmageddon</a></li>
<li><a href="https://github.com/blazkowolf/cv64">Castlevania 64</a></li>
<li><a href="https://github.com/testyourmine/cvaos">Castlevania: Aria of Sorrow</a></li>
<li><a href="https://github.com/lagolunatic/ooe">Castlevania: Order of Ecclesia</a></li>
<li><a href="https://github.com/xeeynamo/sotn-decomp">Castlevania: Symphony of the Night</a></li>
<li><a href="https://github.com/gameblabla/CSE2">Cave Story</a></li>
<li><a href="https://github.com/chameleontwistret/chameleontwist2v1.0-jp">Chameleon Twist 2</a></li>
<li><a href="https://github.com/chameleontwistret/chameleontwistv1.0-jp">Chameleon Twist</a></li>
<li><a href="https://github.com/smolkrieger/nuclear-neighbor">Chernobyl Neighbor. Clown Gang</a></li>
<li><a href="https://github.com/eavpsp/cbr_decomp">Chibi-Robo!</a></li>
<li><a href="https://github.com/gays-studio/ChikisChaseAPK">Chiki's Chase</a></li>
<li><a href="https://github.com/jdperos/chrono-cross-decomp">Chrono Cross</a></li>
<li><a href="https://github.com/CMR2Decomp/CMR2Decomp">Colin McRae Rally 2.0</a></li>
<li><a href="https://github.com/mkst/conker">Conker's Bad Fur Day</a></li>
<li><a href="https://github.com/vermiceli/nes-contra-us/">Contra</a></li>
<li><a href="https://github.com/smitelli/cosmore">Cosmo's Cosmic Adventure</a></li>
<li><a href="https://github.com/Costume-Quest-Modding/CostumeQuest-Decomp">Costume Quest</a></li>
<li><a href="https://github.com/matty45/Crackdown2-Recomp">Crackdown 2</a></li>
<li><a href="https://github.com/SkiddyToast/Crackdown">Crackdown</a></li>
<li><a href="https://github.com/ughman/c2c">Crash Bandicoot 2: Cortex Strikes back</a></li>
<li><a href="https://github.com/calmsacibis995/crash-ps2">Crash Bandicoot: The Wrath of Cortex</a></li>
<li><a href="https://github.com/wurlyfox/c1">Crash Bandicoot</a></li>
<li><a href="https://github.com/bluisblu/cttr">Crash Tag Team Racing</a></li>
<li><a href="https://github.com/CTR-Tools/CTR-ModSDK">Crash Team Racing</a></li>
<li><a href="https://github.com/xylolfrei/CREATURES-II-DECOMPILATION-PROJECT">Creatures 2</a></li>
<li><a href="https://github.com/xeeynamo/croc">Croc: Legend of the Gobbos</a></li>
<li><a href="https://github.com/crystalisdisassembly/crystalisdisassembly">Crystalis</a></li>
<li><a href="https://github.com/jmxamongusmodder/cuphead-decomp">Cuphead</a></li>
<li><a href="https://github.com/pizdex/robogx">Custom Robo GX</a></li>
<li><a href="https://github.com/Bingies24/CtRCrossPlatform">Cut The Rope</a></li>
<li><a href="https://github.com/rjkiv/dc3-decomp">Dance Central 3</a></li>
<li><a href="https://github.com/cyneprepou4uk/NES-Games-Disassembly/tree/main/Danny%20Sullivan's%20Indy%20Heat">Danny Sullivan's Indy heat</a></li>
<li><a href="https://github.com/adubbz/dcdecomp">Dark Cloud</a></li>
<li><a href="https://github.com/unnunu/darkrift">Dark Rift</a></li>
<li><a href="https://github.com/AdventureT/OpenToshi">de Blob</a></li>
<li><a href="https://github.com/Lindarychwalski/Defenders-Dragons">Defenders & Dragons</a></li>
<li><a href="https://github.com/Team-UPD/DeltaruneDecomp">Deltarune</a></li>
<li><a href="https://github.com/FredYeye/various-game-disassembly/blob/main/SNES/demons_crest.asm">Demons Crest</a></li>
<li><a href="https://github.com/masterspike52/reDAHM">Destroy All Humans: Path of the Furon</a></li>
<li><a href="https://github.com/rrika/cdcEngineDXHR">Deus Ex: Human Revolution</a></li>
<li><a href="https://github.com/diasurgical/devilution">Diablo</a></li>
<li><a href="https://github.com/palaceswitcher/Diamond-Rush-Decomp">Diamond Rush</a></li>
<li><a href="https://github.com/davidsm64/diddy-kong-racing">Diddy Kong Racing</a></li>
<li><a href="https://github.com/markisha64/ddw3">Digimon World 3</a></li>
<li><a href="https://github.com/solidheron/Digimon_World_1_decompolation">Digimon World</a></li>
<li><a href="https://github.com/zestydevy/dinosaur-planet">Dinosaur Planet</a></li>
<li><a href="https://github.com/tgsm/pbg">Disney Piglet's Big Game</a></li>
<li><a href="https://github.com/IWILLCRAFT-M0d/dogcomp">Dog's Life</a></li>
<li><a href="https://github.com/iestyn129/DOMADays">DOMA Days</a></li>
<li><a href="https://github.com/brunovalads/donald-land">Donald Land</a></li>
<li><a href="https://github.com/CelestialAmber/DKGBDisasm">Donkey Kong '94</a></li>
<li><a href="https://gitlab.com/dk64_decomp/dk64">Donkey Kong 64</a></li>
<li><a href="https://atariage.com/forums/topic/286583-donkey-kong-disassembly-take-2/">Donkey Kong [Atari 2600]</a></li>
<li><a href="https://atariage.com/forums/topic/229669-colecovision-donkey-kong-disassembly/">Donkey Kong [ColecoVision]</a></li>
<li><a href="https://github.com/p4plus2/DKC2-disassembly">Donkey Kong Country 2</a></li>
<li><a href="https://github.com/Yoshifanatic1/Donkey-Kong-Country-3-Disassembly">Donkey Kong Country 3</a></li>
<li><a href="https://github.com/Wexos/DKCR-Decompilation">Donkey Kong Country Returns</a></li>
<li><a href="https://github.com/Yoshifanatic1/Donkey-Kong-Country-1-Disassembly">Donkey Kong Country</a></li>
<li><a href="https://github.com/RussianManSMWC/Donkey-Kong-NES-Disassembly">Donkey Kong</a></li>
<li><a href="https://github.com/Erick194/DOOM64-RE">Doom 64</a></li>
<li><a href="https://github.com/Erick194/PSXDOOM-RE">DOOM PSX</a></li>
<li><a href="https://github.com/prakxo/doraemon1">Doraemon: Nobita to Mittsu no Seireiseki</a></li>
<li><a href="https://github.com/break-core/doshin-gc">Doshin the Giant</a></li>
<li><a href="https://github.com/cyneprepou4uk/NES-Games-Disassembly/tree/main/Double%20Dragon%20II">Double Dragon II: The Revenge</a></li>
<li><a href="https://github.com/SirHenricus/DrBrainActionReaction_PackageDecomp">Dr. Brain Action Reaction</a></li>
<li><a href="https://github.com/angheloalf/drmario64">Dr. Mario 64</a></li>
<li><a href="https://github.com/Nostaljipi/dr-mario-disassembly">Dr.Mario</a></li>
<li><a href="https://github.com/GodkuHacking/Dragon-Ball-Legends">Dragon Ball Legends</a></li>
<li><a href="https://github.com/TotallyNotMichael-GH/dbz2">Dragon Ball Z: Budokai 2</a></li>
<li><a href="https://github.com/DQIX/dqix-decomp">Dragon Quest IX</a></li>
<li><a href="https://github.com/Ebernacher90/DragonQuestMonstersGerman">Dragon Warrior Monsters (German)</a></li>
<li><a href="https://github.com/NiyaDev/DWM">Dragon Warrior Monsters</a></li>
<li><a href="https://github.com/nmikstas/dragon-warrior-disassembly">Dragon Warrior</a></li>
<li><a href="https://github.com/cScarletter/Drakan-The-Ancient-Gates-Decompilation-">Drakan: The Ancients' Gates</a></li>
<li><a href="https://github.com/OpenDriver2/REDRIVER2">Driver 2</a></li>
<li><a href="https://github.com/TheFlyingFoool/DuckGameRebuilt">Duck Game</a></li>
<li><a href="https://github.com/nblood/duke64-re">Duke Nukem 64</a></li>
<li><a href="https://github.com/lethal-guitar/Duke2Reconstructed">Duke Nukem II</a></li>
<li><a href="https://github.com/gillou68310/dukenukemzerohour">Duke Nukem: Zero Hour</a></li>
<li><a href="https://github.com/Herringway/ebsrc">EarthBound / Mother 2</a></li>
<li><a href="https://github.com/GrasonHumphrey/Earthbound-Zero-Decomp">Earthbound Beginnings</a></li>
<li><a href="https://github.com/imavie/ecdpdecomp">eCrew Development Program (McDonald's Training Game)</a></li>
<li><a href="https://github.com/mkst/esa">Evo's Space Adventures</a></li>
<li><a href="https://github.com/cyneprepou4uk/NES-Games-Disassembly/tree/main/Excitebike">ExciteBike</a></li>
<li><a href="https://aliveteam.github.io/">Exodus</a></li>
<li><a href="https://github.com/TheInfiniteLegend/f-0-ax">F-Zero AX</a></li>
<li><a href="https://github.com/inspectredc/fzerox-expansion-kit">F-Zero X Expansion Kit</a></li>
<li><a href="https://github.com/inspectredc/fzerox">F-Zero X</a></li>
<li><a href="https://github.com/alexbatalov/fallout2-re">Fallout 2</a></li>
<li><a href="https://github.com/mikompilation/himuro">Fatal Frame 1</a></li>
<li><a href="https://github.com/mikompilation/minakami">Fatal Frame 2</a></li>
<li><a href="https://github.com/bIue9076r/fate-extella-decompilation">Fate EXTELLA</a></li>
<li><a href="https://github.com/zcanann/FFCC-Decomp">Final Fantasy Crystal Chronicles</a></li>
<li><a href="https://github.com/everything8215/ff2">Final Fantasy II</a></li>
<li><a href="https://github.com/everything8215/ff3">Final Fantasy III</a></li>
<li><a href="https://github.com/GlitchedDeveloper/Babil-Decompilation-Project">Final Fantasy IV (3D Remake)</a></li>
<li><a href="https://github.com/everything8215/ff4">Final Fantasy IV</a></li>
<li><a href="https://github.com/everything8215/ff5">Final Fantasy V</a></li>
<li><a href="https://www.ff6hacking.com/ff5wiki/images/0/00/Ff5j_asm_Squall.txt">Final Fantasy V</a></li>
<li><a href="https://github.com/everything8215/ff6">Final Fantasy VI</a></li>
<li><a href="https://github.com/ficed/Braver">Final Fantasy VII</a>, <a href="https://github.com/xeeynamo/ff7-decomp">2</a></li>
<li><a href="https://github.com/Entroper/FF1Disassembly">Final Fantasy</a></li>
<li><a href="https://github.com/Eebit/fe11-us">Fire Emblem: Shadow Dragon</a></li>
<li><a href="https://github.com/StanHash/fe6">Fire Emblem: The Binding Blade</a></li>
<li><a href="https://github.com/MokhaLeee/FireEmblem7J">Fire Emblem: The Blazing Blade</a></li>
<li><a href="https://github.com/FireEmblemUniverse/fireemblem8u">FIre Emblem: The Sacred Stones</a></li>
<li><a href="https://github.com/fr3dsp/FNaF-2-Decomp">Five Nights At Freddy's 2</a></li>
<li><a href="https://github.com/fr3dsp/FNaF-Decomp">Five Nights At Freddy's</a></li>
<li><a href="https://github.com/fr3dsp/FlappyBird-Decomp">Flappy Bird</a></li>
<li><a href="https://github.com/ZackWilde27/FlatOut-2-decomp">FlatOut 2</a></li>
<li><a href="https://github.com/ZackWilde27/FlatOut-UC-Decomp">FlatOut: Ultimate Carnage</a></li>
<li><a href="https://github.com/dashr9230/Gt2">Ford Racing</a></li>
<li><a href="https://github.com/FortuneStreetModding/boom-street-decomp">Fortune Street</a></li>
<li><a href="https://github.com/andresj-sanchez/frfi-decomp">Freedom Fighters</a></li>
<li><a href="https://github.com/HighwayFrogs/frogger-psx">Frogger: He's Back!</a></li>
<li><a href="https://github.com/widberg/FUELDecompilation">FUEL</a></li>
<li><a href="https://github.com/qalle2/nes-gg-disassembly">Game Genie</a></li>
<li><a href="https://github.com/zeldaret/oot-gc">Gamecube Nintendo 64 Emulator</a></li>
<li><a href="https://github.com/sabishii-bit/Gauntlet-Dark-Legacy-Decompilation">Gauntlet Dark Legacy</a></li>
<li><a href="https://github.com/drahsid/gauntlet-legends">Gauntlet Legends</a></li>
<li><a href="https://github.com/aloaf812/GD">Geometry Dash</a></li>
<li><a href="https://github.com/matbourgon/gex64decomp">Gex 64: Enter the Gecko</a></li>
<li><a href="https://github.com/AnthonyBongers/GhostsAndGraves">Ghosts And Graves</a></li>
<li><a href="https://github.com/rainchus/glover">Glover</a></li>
<li><a href="https://github.com/Moddimation/GoVacation-Decompilation">Go Vacation</a></li>
<li><a href="https://github.com/Fluvian/gga">Goemon’s Great Adventure</a></li>
<li><a href="https://github.com/gsret/goldensun">Golden Sun</a></li>
<li><a href="https://gitlab.com/kholdfuzion/goldeneye_src">GoldenEye 007</a></li>
<li><a href="https://github.com/Yoshifanatic1/Goof-Troop-Disassembly">Goof Troop</a></li>
<li><a href="https://github.com/ginryuoku/gt2-reversing">Gran Turismo 2</a></li>
<li><a href="https://github.com/CriminalRETeam/gta2_re">Grand Theft Auto 2</a></li>
<li><a href="https://github.com/Cai1Hsu/re3">Grand Theft Auto III / Grand Theft Auto: Vice City</a> | <a href="https://archive.org/details/gta-3-gta-vc-re_20210222_0707_20211010_0949/GTAModding%20REVC%26RE3%20backup/Archive%20org%20backup/1.jpg">Download Compiled Version</a></li>
<li><a href="https://github.com/scd5dev/GrannyDecompilation">Granny</a></li>
<li><a href="https://github.com/SmithGoll/Greenier-Farm-3-Decomp">Green Farm 3</a></li>
<li><a href="https://github.com/WistfulHopes/ggx">Guilty Gear X Plus</a></li>
<li><a href="https://github.com/YoshiCrystal9/re-gh2">Guitar Hero 2</a></li>
<li><a href="https://github.com/kernaltrap8/WoR-Plus">Guitar Hero: Warriors of Rock</a></li>
<li><a href="https://github.com/dingusdev/gunmetal-decomp">Gunmetal</a></li>
<li><a href="https://github.com/GRAnimated/Hagi">Hagi (GameCube & Wii emulator from Super Mario 3D All-Stars)</a></li>
<li><a href="https://github.com/twist84/halo3_cache_release_recomp/">Halo 3 Delta</a></li>
<li><a href="https://github.com/ChimpsAtSea/Reach">Halo Reach</a></li>
<li><a href="https://github.com/halo-re/halo">Halo: Combat Evolved</a></li>
<li><a href="https://github.com/Afterflash/HappyWheels">Happy Wheels</a></li>
<li><a href="https://github.com/harvestwhisperer/hm64-decomp">Harvest Moon 64</a></li>
<li><a href="https://github.com/ChrisNonyminus/hmawl">Harvest Moon: A Wonderful Life</a></li>
<li><a href="https://github.com/StanHash/fomt">Harvest Moon: Friends Of Mineral Town</a></li>
<li><a href="https://github.com/0danny/re47">Hitman: Codename 47</a></li>
<li><a href="https://github.com/bttrdrgn/homeland">Homeland</a></li>
<li><a href="https://github.com/Teofil98/OpenHopmonhttps://github.com/ZackWilde27/FlatOut-2-decomp">Hopmon</a></li>
<li><a href="https://github.com/AM7999/ISpy-SM-Decomp">I Spy Spooky Mansion</a></li>
<li><a href="https://github.com/cyneprepou4uk/NES-Games-Disassembly/tree/main/Ice%20Climber">Ice Climber</a></li>
<li><a href="https://github.com/rossydoubleunderscore/ico-decomp">Ico</a></li>
<li><a href="https://github.com/Avenze/ios_reverse_engineering">Idle Office Tycoon</a></li>
<li><a href="https://github.com/CacaBueno64/ie3ogres">Inazuma Eleven 3 - Sekai e no Chousen: The Ogre!!</a></li>
<li><a href="https://github.com/SwareJonge/IEStrikers">Inazuma Eleven Strikers</a></li>
<li><a href="https://github.com/open-goal/jak-project">Jak & Daxter</a></li>
<li><a href="https://github.com/Mustafa1177/jazzjackrabbit2-decompiled">Jazz Jackrabbit 2</a></li>
<li><a href="https://github.com/ryan-myers/jet-force-gemini">Jet Force Gemini</a></li>
<li><a href="https://codeberg.org/KeybadeBlox/JSRF-Decompilation">Jet Set Radio Future</a></li>
<li><a href="https://github.com/danvratil/jhgpc98decomp">Johnny Herbert's Grand Prix Championship 1998</a></li>
<li><a href="https://github.com/NotExactlySiev/aloha">Jumping Flash</a></li>
<li><a href="https://github.com/AdventureT/OpenJPOG">Jurassic Park: Operation Genesis</a></li>
<li><a href="https://github.com/sonicretro/kid-chameleon-disasm">Kid Chameleon</a></li>
<li><a href="https://github.com/ethteck/kh1">Kingdom Hearts</a></li>
<li><a href="https://github.com/jiangzhengwenjz/katam">Kirby & The Amazing Mirror</a></li>
<li><a href="https://github.com/kirby64ret/kirby64">Kirby 64: The Crystal Shards</a></li>
<li><a href="https://github.com/doldecomp/kar">Kirby Air Ride</a></li>
<li><a href="https://github.com/Swiftshine/kdc">Kirby's Dream Collection - Special Edition</a></li>
<li><a href="https://github.com/swiftshine/key">Kirby's Epic Yarn</a></li>
<li><a href="https://github.com/ThePlayerRolo/KRTDLDecomp">Kirby's Return To Dreamland</a></li>
<li><a href="https://github.com/entriphy/kl2_lv_decomp">Klonoa 2: Lunatea's Veil</a></li>
<li><a href="https://github.com/Dream-Atelier/kl-eod-decomp">Klonoa: Empire of Dreams</a></li>
<li><a href="https://github.com/disi33/KE-NG_Reversing">Knife Edge - Nose Gunner</a></li>
<li><a href="https://github.com/sonicretro/chaotix">Knuckles Chaotix</a></li>
<li><a href="https://github.com/cyneprepou4uk/NES-Games-Disassembly/tree/main/Kunio-kun%20no%20Nekketsu%20Soccer%20League">Kunio-kun no Nekketsu Soccer League</a></li>
<li><a href="https://github.com/fmil95/soul-re">Legacy of Kain: Soul Reaver</a></li>
<li><a href="https://github.com/Legend-of-Dragoon-Modding/Legend-of-Dragoon-Java">Legend of Dragoon</a></li>
<li><a href="https://github.com/dacodechick/legaia-decomp">Legend of Legaia</a></li>
<li><a href="https://github.com/celophi/lom-decomp">Legend of Mana</a></li>
<li><a href="https://github.com/mariopossamato/LEGO-Batman">LEGO Batman: The Videogame</a></li>
<li><a href="https://github.com/LiruJ/Lego-Battles-Decomp">Lego Battles</a></li>
<li><a href="https://github.com/Nintendocustom/Lego-City-Undercover-Decompilation">Lego City Undercover</a></li>
<li><a href="https://github.com/DavidGrice/knightskingdom">Lego Creator Knights Kingdom</a></li>
<li><a href="https://github.com/isledecomp/isle">Lego Island</a> | <a href="https://github.com/isledecomp/isle-portable">Isle Portable (Used to port Lego Island to Other Platforms)</a></li>
<li><a href="https://github.com/marijnvdwerf/lego-racers">Lego Racers</a></li>
<li><a href="https://decomp.dev/ThePlayerRolo/LegoCloneWarsWii">Lego Star Wars III: The Clone Wars</a></li>
<li><a href="https://github.com/Owen-Splat/las-decomp">Link's Awakening (Switch)</a></li>
<li><a href="https://github.com/redraincatching/locksmith">Lock's Quest</a></li>
<li><a href="https://github.com/huderlem/carrotcrazy">Looney Tunes: Carrot Crazy</a></li>
<li><a href="https://github.com/FirecatFG/lsddecomp">LSD Dream Emulator</a></li>
<li><a href="https://github.com/sage-of-mirrors/zmansion">Luigi's Mansion</a></li>
<li><a href="https://github.com/Zackmon/lunar2-psx-decomp">Lunar 2: Eternal Blue</a></li>
<li><a href="https://github.com/Marvisak/mafia-re">Mafia: The City of Lost Heaven</a></li>
<li><a href="https://github.com/pditincho/mm-explained">Maniac Mansion</a></li>
<li><a href="https://github.com/cyneprepou4uk/NES-Games-Disassembly/tree/main/Mappy">Mappy</a></li>
<li><a href="https://github.com/rainchus/partnersintime-decomp">Mario & Luigi - Partners in Time</a></li>
<li><a href="https://github.com/jellees/mlss">Mario & Luigi: Superstar Saga</a></li>
<li><a href="https://github.com/nstearns96/MLSuperstarSaga">Mario & Luigi: The Superstar Saga</a></li>
<li><a href="https://github.com/monde-lointain/mariogolf64">Mario Golf</a></li>
<li><a href="https://github.com/n64decomp/mk64">Mario Kart 64</a>. <a href="https://github.com/HarbourMasters/SpaghettiKart">2</a></li>
<li><a href="https://github.com/XorTroll/mkds-re">Mario Kart DS</a></li>
<li><a href="https://github.com/riidefi/mkw">Mario Kart Wii</a></li>
<li><a href="https://github.com/doldecomp/mkdd">Mario Kart: Double Dash!!</a></li>
<li><a href="https://github.com/jellees/mksc">Mario Kart: Super Circuit</a></li>
<li><a href="https://github.com/mariopartyrd/marioparty">Mario Party 1</a></li>
<li><a href="https://github.com/mariopartyrd/marioparty2">Mario Party 2</a></li>
<li><a href="https://github.com/mariopartyrd/marioparty3">Mario Party 3</a></li>
<li><a href="https://github.com/mariopartyrd/marioparty4">Mario Party 4</a></li>
<li><a href="https://github.com/mariopartyrd/marioparty5">Mario Party 5</a></li>
<li><a href="https://github.com/mariopartyrd/marioparty6">Mario Party 6</a></li>
<li><a href="https://github.com/mariopartyrd/marioparty7">Mario Party 7</a></li>
<li><a href="https://github.com/mariopartyrd/marioparty8">Mario Party 8</a></li>
<li><a href="https://github.com/mariopartyrd/marioparty9">Mario Party 9</a></li>
<li><a href="https://github.com/mariopartyrd/mariopartyds">Mario Party DS</a></li>
<li><a href="https://github.com/EltyDev/MSM-decomp">Mario Sport Mix</a></li>
<li><a href="https://github.com/roeming/mssb-dtk">Mario Superstar Baseball</a></li>
<li><a href="https://github.com/EliasFever/MarioTeachesTyping3Decomp">Mario Teaches Typing 3</a></li>
<li><a href="https://github.com/dellm-79/mariotennisn64">Mario Tennis</a></li>
<li><a href="https://github.com/camthesaxman/mariovsdk">Mario VS Donkey Kong</a></li>
<li><a href="https://github.com/medievildecompilation/medievil-decomp">MediEvil</a></li>
<li><a href="https://github.com/Raidenthequick/megaman3-disassembly">Mega Man 3</a></li>
<li><a href="https://github.com/Raidenthequick/megaman4-disassembly">Mega Man 4</a></li>
<li><a href="https://github.com/Raidenthequick/megaman5-disassembly">Mega Man 5</a></li>
<li><a href="https://github.com/sozud/mmx4">Mega Man X4</a></li>
<li><a href="https://github.com/mmzret/rmz3">Megaman Zero 3</a></li>
<li><a href="https://github.com/FoxdieTeam/mgs_reversing">Metal Gear Solid 1</a></li>
<li><a href="https://github.com/GirianSeed/mgs2">Metal Gear Solid 2</a></li>
<li><a href="https://github.com/GirianSeed/mgs3">Metal Gear Solid 3</a></li>
<li><a href="https://github.com/GirianSeed/mgstts">Metal Gear Solid: The Twin Snakes</a></li>
<li><a href="https://github.com/GuillianSeed/MetalGear">Metal Gear</a></li>
<li><a href="https://github.com/metroidret/mf">Metroid Fusion</a></li>
<li><a href="https://github.com/Vashy777/metroid2">Metroid II: Return Of Samus</a></li>
<li><a href="https://github.com/primedecomp/prime">Metroid Prime 1</a></li>
<li><a href="https://github.com/primedecomp/echoes">Metroid Prime 2</a></li>
<li><a href="https://github.com/metroidret/mzm">Metroid: Zero Mission</a></li>
<li><a href="https://metroiddatabase.com/source-code/">Metroid</a></li>
<li><a href="https://github.com/nmikstas/mike-tysons-punch-out-disassembly">Mike Tyson's Punch Out!!</a></li>
<li><a href="https://github.com/openblack/bw1-decompated/MinecraftLCE">Minecraft: Legacy Console Edition</a></li>
<li><a href="https://github.com/granimated/MinecraftLCE">Minecraft: Nintendo Switch Edition</a></li>
<li><a href="https://github.com/BrentDaMage/mcpe-engine">Minecraft: Pocket Edition</a></li>
<li><a href="https://github.com/LCERD/Minecraft-Xbox-360-Decompilation">Minecraft: Xbox 360 Edition</a></li>
<li><a href="https://github.com/drahsid/mischief-makers">Mischief Makers</a></li>
<li><a href="https://github.com/Nugetinc/MixelsRushDecompilation">Mixels Rush</a></li>
<li><a href="https://github.com/froggestspirit/mmania">Mole Mania</a></li>
<li><a href="https://github.com/tclamb/mhp2g-decomp">Monster Hunter Portable 2nd G</a></li>
<li><a href="https://github.com/2Tie/mh1j">Monster Hunter</a></li>
<li><a href="https://github.com/cScarletter/MK-3D-Era-Decompilation">Mortal Kombat: Deadly Alliance</a></li>
<li><a href="https://github.com/Normmatt/m12">Mother 1+2 (Japan)</a></li>
<li><a href="https://github.com/fluvian/mnsg">Mystical Ninja Starring Goemon</a></li>
<li><a href="https://github.com/doldecomp/gnt4">Naruto: Gekitō Ninja Taisen! 4</a></li>
<li><a href="https://github.com/OpenNFS/OpenNFS">Need For Speed 1-6</a></li>
<li><a href="https://github.com/OpenNFS/NFSHSX">Need For Speed: High Stakes</a></li>
<li><a href="https://github.com/dbalatoni13/nfsmw">Need for Speed: Most Wanted</a></li>
<li><a href="https://github.com/dbalatoni13/nfsug">Need for Speed: Underground</a></li>
<li><a href="https://github.com/farisawan-2000/evangelion">Neon Genesis Evangelion 64</a></li>
<li><a href="https://github.com/projectPiki/pik2wii">New Play Control! Pikmin 2</a></li>
<li><a href="https://github.com/projectPiki/pik1wii">New Play Control! Pikmin</a></li>
<li><a href="https://github.com/aboood40091/red-pro2">New Super Mario Bros. U</a></li>
<li><a href="https://github.com/NSMBW-Community/NSMBW-Decomp">New Super Mario Bros. Wii</a></li>
<li><a href="https://github.com/NSMB-Decomp/nsmb">New Super Mario Bros.</a></li>
<li><a href="https://github.com/NewGBAXL/drmario64-gc">Nintendo Puzzle Collection: Dr. Mario 64</a></li>
<li><a href="https://github.com/NearlyTRex/NocturneDecomp">Nocturne</a></li>
<li><a href="https://github.com/cyneprepou4uk/NES-Games-Disassembly/tree/main/Nuts%20%26%20Milk">Nuts & Milk</a></li>
<li><a href="https://github.com/AliveTeam/alive_reversing">Oddworld 1-2</a></li>
<li><a href="https://github.com/Shintensu/OkamiHD-Decomp">Okami HD</a></li>
<li><a href="https://github.com/caramelcupcakes842/On-The-Run-2-Decomp">On The Run 2</a></li>
<li><a href="https://github.com/caramelcupcakes842/On-The-Run-Vegas-Decomp">On The Run Vegas</a></li>
<li><a href="https://github.com/caramelcupcakes842/On-The-Run-The-Getaway">On The Run: The Getaway</a></li>
<li><a href="https://github.com/ryan-myers/onegaimonsters">Onegai Monsters</a></li>
<li><a href="https://github.com/katstasaph/otii">Oregon Trail II</a></li>
<li><a href="https://github.com/cyneprepou4uk/NES-Games-Disassembly/tree/main/Pac-Man">Pac Man</a></li>
<li><a href="https://github.com/yaz0r/Azel">Panzer Dragoon Saga</a></li>
<li><a href="https://github.com/darxoon/leaflitter">Paper Mario: Sticker Star</a></li>
<li><a href="https://github.com/doldecomp/ttyd">Paper Mario: The Thousand-Year Door</a></li>
<li><a href="https://github.com/pmret/papermario">Paper Mario</a></li>
<li><a href="https://github.com/parappadev/parappa2">PaRappa the Rapper 2</a></li>
<li><a href="https://gitlab.com/ryandwyer/perfect-dark">Perfect Dark</a></li>
<li><a href="https://github.com/atasro2/pwaa2">Phoenix Wright: Ace Attorney – Justice for All</a></li>
<li><a href="https://github.com/atasro2/pwaa1">Phoenix Wright: Ace Attorney</a></li>
<li><a href="https://github.com/projectPiki/pikmin">Pikmin 1</a></li>
<li><a href="https://github.com/projectPiki/pikmin2">Pikmin 2</a></li>
<li><a href="https://github.com/femloy/OpenTower">Pizza Tower</a></li>
<li><a href="https://github.com/Patoke/re-plants-vs-zombies">Plants vs Zombies GOTY</a></li>
<li><a href="https://github.com/bgsamm/pbr-dtk">Pokemon Battle Revolution</a></li>
<li><a href="https://github.com/pret/pokecrystal">Pokemon Crystal</a></li>
<li><a href="https://github.com/pret/pokediamond">Pokemon Diamond</a></li>
<li><a href="https://github.com/pret/pokeemerald-jp">Pokemon Emerald (JP)</a></li>
<li><a href="https://github.com/pret/pokeemerald">Pokemon Emerald</a></li>
<li><a href="https://github.com/pret/pokefirered">Pokemon FireRed</a></li>
<li><a href="https://github.com/pret/pokegold-spaceworld">Pokemon Gold SpaceWorld Demo</a></li>
<li><a href="https://github.com/pret/pokegold">Pokemon Gold</a></li>
<li><a href="https://github.com/pret/pokeheartgold">Pokemon HeartGold</a></li>
<li><a href="https://github.com/pret/pmd-red">Pokemon MD Red</a></li>
<li><a href="https://github.com/pret/pmd-sky">Pokemon MD Sky</a></li>
<li><a href="https://github.com/pret/pokepinballrs">Pokemon Pinball Ruby & Sapphire</a></li>
<li><a href="https://github.com/pret/pokepinball">Pokemon Pinball</a></li>
<li><a href="https://github.com/pret/pokeplatinum">Pokemon Platinum</a></li>
<li><a href="https://github.com/pret/pokepuzzle">Pokemon Puzzle Challenge</a></li>
<li><a href="https://github.com/angheloalf/puzzleleague64">Pokemon Puzzle League</a></li>
<li><a href="https://github.com/pret/pokered">Pokemon Red</a></li>
<li><a href="https://github.com/pret/pokeruby">Pokemon Ruby</a></li>
<li><a href="https://github.com/ethteck/pokemonsnap">Pokemon Snap</a></li>
<li><a href="https://github.com/pret/pokestadium">Pokemon Stadium 1</a></li>
<li><a href="https://github.com/pret/pokestadiumgs">Pokemon Stadium 2</a></li>
<li><a href="https://github.com/pret/poketcg">Pokemon TCG 1</a></li>
<li><a href="https://github.com/pret/poketcg2">Pokemon TCG 2</a></li>
<li><a href="https://github.com/pret/pokeyellow">Pokemon Yellow</a></li>
<li><a href="https://github.com/sephdb/pokepark-wii-decomp">Pokepark Wii: Pikachu's Adventure</a></li>
<li><a href="https://github.com/Erizur/slpm86183">Pop'N Music</a></li>
<li><a href="https://github.com/Yanis002/pm4">Princess Maker 4</a></li>
<li><a href="https://github.com/rainchus/quest64-decomp">Quest 64</a></li>
<li><a href="https://github.com/rghdecomp/rgh">Rabbids Go Home</a></li>
<li><a href="https://github.com/Bsquo/pcopter_wii">Radio Helicopter</a></li>
<li><a href="https://github.com/ZounaDecomp/RatDecomp">Ratatouille</a></li>
<li><a href="https://github.com/VELD-Dev/Pyrocitor">Ratchet & Clank (PS2 Quadrilogy)</a></li>
<li><a href="https://github.com/Francessco121/real-war-decomp">Real War</a></li>
<li><a href="https://github.com/fmil95/recvx-decomp">Resident Evil - Code: Veronica X</a></li>
<li><a href="https://github.com/fmil95/recv-dc-decomp">Resident Evil - Code: Veronica</a></li>
<li><a href="https://github.com/OpenBiohazard2/OpenBiohazard2">Resident Evil 2</a></li>
<li><a href="https://github.com/cakehonolulu/Bullseye">Resident Evil: Dead Aim</a></li>
<li><a href="https://github.com/conhlee/rhf">Rhythm Heaven Fever</a></li>
<li><a href="https://github.com/patataofcourse/rhgold">Rhythm Heaven</a></li>
<li><a href="https://github.com/jvicu2001/rr64-decomp">Ridge Racer 64</a></li>
<li><a href="https://github.com/sonicretro/ristar">Ristar</a></li>
<li><a href="https://github.com/ieee802dot11ac/rb3ds">Rock Band 3 (Nintendo DS)</a></li>
<li><a href="https://github.com/DarkRTA/rb3">Rock Band 3</a></li>
<li><a href="https://github.com/RocketRet/Rocket-Robot-On-Wheels">Rocket: Robot on Wheels</a></li>
<li><a href="https://github.com/Primitheus/rumbledecomp">Rumble Fighter</a></li>
<li><a href="https://github.com/KooShnoo/pokemon-rumble">Rumble</a></li>
<li><a href="https://github.com/2003scape/rsc-c">Runescape (2003)</a></li>
<li><a href="https://github.com/Decomp-And-Recomp/Samurai-Vs-Zombies">Samurai Vs Zombies</a></li>
<li><a href="https://git.sr.ht/~benoitren/shadowheartsdecompilation">Shadow Hearts</a></li>
<li><a href="https://github.com/Fantaskink/SOTC">Shadow of the Colossus</a></li>
<li><a href="https://github.com/rainchus/shadowgate64">Shadowgate 64</a></li>
<li><a href="https://codeberg.org/Chickenzes/smt-decomp">Shin Megami Tensei</a></li>
<li><a href="https://github.com/ShiningForceCentral/SFCDDISASM">Shining Force CD</a></li>
<li><a href="https://github.com/konovalov-aleks/reSL">Shortline railroad</a></li>
<li><a href="https://github.com/dreamingmoths/memory-of-alessa">Silent Hill 3</a></li>
<li><a href="https://github.com/Vatuu/silent-hill-decomp">Silent Hill</a></li>
<li><a href="https://github.com/Skate-Modding-Team/Skate-Decompilation-Project">Skate</a></li>
<li><a href="https://github.com/rainchus/SkiesofArcadiaLegends">Skies of Arcadia Legends</a></li>
<li><a href="https://github.com/yuv422/skifree_decomp">SkiFree</a></li>
<li><a href="https://github.com/spyrosadventure/cloud-patrol-decomp">Skylanders Cloud Patrol</a></li>
<li><a href="https://github.com/TheOnlyZac/sly1">Sly Cooper and the Thievius Raccoonus</a></li>
<li><a href="https://github.com/cdlewis/snowboardkids2-decomp">Snowboard Kids 2</a></li>
<li><a href="https://github.com/sonicdcer/sk">Snowboard Kids</a></li>
<li><a href="https://github.com/cyneprepou4uk/NES-Games-Disassembly/tree/main/Solstice">Solstice: The Quest for the Staff of Demnos</a></li>
<li><a href="https://git.sr.ht/~benoitren/skccport">Sonic & Knuckles Collection (1997)</a></li>
<li><a href="https://github.com/sonicretro/skdisasm">Sonic & Knuckles</a></li>
<li><a href="https://github.com/PranchaD/re-Sonic06Demo">Sonic 06 Demo</a></li>
<li><a href="https://github.com/sonicretro/s3ddisasm">Sonic 3D Blast</a></li>
<li><a href="https://github.com/SAT-R/sa1">Sonic Advance 1</a></li>
<li><a href="https://github.com/SAT-R/sa2">Sonic Advance 2</a></li>
<li><a href="https://github.com/SAT-R/sa3">Sonic Advance 3</a></li>
<li><a href="https://github.com/doldecomp/sadx">Sonic Adventure DX</a></li>
<li><a href="https://github.com/sonicretro/sad_disasm">Sonic Adventure</a></li>
<li><a href="https://github.com/Rubberduckycooly/Sonic-CD-11-Decompilation">Sonic CD</a></li>
<li><a href="https://github.com/Luigi587/GenerationsDecomp">Sonic Generations</a></li>
<li><a href="https://github.com/Radfordhound/OpenLW">Sonic Lost World</a></li>
<li><a href="https://github.com/Rubberduckycooly/Sonic-Mania-Decompilation">Sonic Mania</a></li>
<li><a href="https://github.com/sonicretro/spindisasm">Sonic Pinball</a></li>
<li><a href="https://github.com/m0ester/SRZGDecomp">Sonic Riders: Zero Gravity</a></li>
<li><a href="https://github.com/doldecomp/sonicriders">Sonic Riders</a></li>
<li><a href="https://github.com/itsmattkc/RunnersDecomp">Sonic Runners</a></li>
<li><a href="https://github.com/RushRE/SonicRushAdventure-Decomp">Sonic Rush Adventure</a></li>
<li><a href="https://github.com/cglmrfreeman/stfdisasm">Sonic The Fighters</a></li>
<li><a href="https://github.com/ArchiverXP/sncdecomp">Sonic the Hedgehog (DIDJ)</a></li>
<li><a href="https://github.com/Iso-Kilo/Sonic-1-J2ME-Decompilation">Sonic the Hedgehog (J2ME)</a></li>
<li><a href="https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation">Sonic The Hedgehog 1 & 2</a></li>
<li><a href="https://github.com/sonicretro/skdisasm">Sonic The Hedgehog 3</a></li>
<li><a href="https://github.com/fr3dsp/Sonic4Ep1-Decomp">Sonic the Hedgehog 4 (Ep 1)</a></li>
<li><a href="https://git.sr.ht/~benoitren/soniccddecompilation">Sonic the Hedgehog CD (Sonic Gems Collection version)</a></li>
<li><a href="https://github.com/hedge-dev/UnleashedRecomp">Sonic Unleashed</a></li>
<li><a href="https://github.com/cyneprepou4uk/NES-Games-Disassembly/tree/main/Son%20Son">SonSon</a></li>
<li><a href="https://github.com/hellow554/RustyBlazer">Soul Blazer</a></li>
<li><a href="https://github.com/Soulcalibur-II-Research-Group/scII_re">Soulcalibur II</a></li>
<li><a href="https://github.com/k4zmu2a/SpaceCadetPinball">Space Cadet Pinball</a></li>
<li><a href="https://github.com/mkst/sssv">Space Station Silicon Valley</a></li>
<li><a href="https://github.com/krystalgamer/spidey-decomp">Spider-Man</a></li>
<li><a href="https://github.com/Dexx-io/Splatoon-Decomp">Splatoon</a></li>
<li><a href="https://github.com/Juanen100/SBMI-Decomp">SpongeBob Moves In!</a></li>
<li><a href="https://github.com/bfbbdecomp/bfbb">SpongeBob SquarePants: Battle for Bikini Bottom</a></li>
<li><a href="https://github.com/TheMobyCollective/spyro-1">Spyro the Dragon</a></li>
<li><a href="https://github.com/ssxdecomp/ssx3">SSX 3</a></li>
<li><a href="https://github.com/ssxdecomp/ssxdvd">SSX Tricky</a></li>
<li><a href="https://github.com/ssxdecomp/ssx">SSX</a></li>
<li><a href="https://github.com/sonicdcer/sf64">Star Fox 64</a></li>
<li><a href="https://github.com/renakunisaki/sfadebug">Star Fox Adventures</a></li>
<li><a href="https://github.com/animaone/star-ocean-blue-sphere-source-code">Star Ocean: Blue Sphere</a></li>
<li><a href="https://github.com/DaCodeChick/DroidWorks-decomp">Star Wars DroidWorks</a></li>
<li><a href="https://github.com/tim-tim707/SW_RACER_RE">Star Wars Episode 1: Racer</a></li>
<li><a href="https://github.com/Tmcg2/rogue_squadron64">Star Wars: Rogue Squadron</a></li>
<li><a href="https://github.com/eltalelibrarian/sote">Star Wars: Shadows of the Empire</a></li>
<li><a href="https://github.com/s-macke/starflight-reverse">Starflight</a></li>
<li><a href="https://github.com/crowded-street/3s-decomp">Street Fighter III: 3rd Strike</a></li>
<li><a href="https://www.sor2newera.com/">Streets Of Rage 2</a></li>
<li><a href="https://github.com/NancyAurum/dest">Stronghold (1993)</a></li>
<li><a href="https://github.com/PatoFlamejanteTV/OpenSubway">Subway Surfers</a></li>
<li><a href="https://github.com/jiangzhengwenjz/csm3">Summon Night Swordcraft Story 3</a></li>
<li><a href="https://github.com/Charlese2/sgr">Summoner: A Goddess Reborn</a></li>
<li><a href="https://github.com/LIJI32/superbomberman">Super Bomberman</a></li>
<li><a href="https://github.com/vermiceli/nes-super-c/">Super C</a></li>
<li><a href="https://codeberg.org/heathercat123/PAWS-Decomp">Super Cat Tales: PAWS</a></li>
<li><a href="https://github.com/fredyeye/super-ghouls-n-ghosts-disassembly">Super Ghouls ‘n Ghosts</a></li>
<li><a href="https://github.com/3dsdecomp/redpepper">Super Mario 3D Land</a></li>
<li><a href="https://github.com/3DWCommunity/3dcomp">Super Mario 3D World + Bowser's Fury</a></li>
<li><a href="https://github.com/matty45/sm64ds-decomp">Super Mario 64 DS</a></li>
<li><a href="https://github.com/n64decomp/sm64">Super Mario 64</a></li>
<li><a href="https://github.com/atasro2/sma2">Super Mario Advance 2: Super Mario World</a></li>
<li><a href="https://github.com/threecreepio/smb2j-disassembly">Super Mario Bros. 2: The Lost Levels</a></li>
<li><a href="https://github.com/captainsouthbird/smb3">Super Mario Bros. 3</a></li>
<li><a href="https://gist.github.com/1wErt3r/4048722">Super Mario Bros.</a></li>
<li><a href="https://github.com/SMGCommunity/Petari">Super Mario Galaxy 1</a></li>
<li><a href="https://github.com/SMGCommunity/Garigari">Super Mario Galaxy 2</a></li>
<li><a href="https://github.com/froggestspirit/marioland2">Super Mario Land 2: Six Golden Coins</a></li>
<li><a href="https://github.com/Kak2X/wl">Super Mario Land 3: Wario Land</a></li>
<li><a href="https://github.com/kaspermeerts/supermarioland">Super Mario Land</a></li>
<li><a href="https://github.com/MonsterDruide1/OdysseyDecomp">Super Mario Odyssey</a></li>
<li><a href="https://github.com/Yoshifanatic1/Super-Mario-RPG-Disassembly">Super Mario RPG</a></li>
<li><a href="https://github.com/yannicksuter/smstrikers-decomp">Super Mario Strikers</a></li>
<li><a href="https://github.com/doldecomp/sms">Super Mario Sunshine</a></li>
<li><a href="https://github.com/brunovalads/yoshisisland-disassembly">Super Mario World 2</a></li>
<li><a href="https://github.com/IsoFrieze/SMWDisX">Super Mario World</a></li>
<li><a href="https://github.com/strager/supermetroid">Super Metroid</a></li>
<li><a href="https://github.com/camthesaxman/smb-decomp/">Super Monkey Ball</a></li>
<li><a href="https://github.com/SeekyCt/spm-decomp">Super Paper Mario</a></li>
<li><a href="https://github.com/Yoshifanatic1/Super-Punch-Out-Disassembly">Super Punch-Out!!</a></li>
<li><a href="https://github.com/doldecomp/brawl">Super Smash Bros. Brawl</a></li>
<li><a href="https://github.com/doldecomp/melee">Super Smash Bros. Melee</a></li>
<li><a href="https://github.com/vetritheretri/ssb-decomp-re">Super Smash Bros.</a></li>
<li><a href="https://github.com/farisawan-2000/superman">Superman 64</a></li>
<li><a href="https://github.com/CalebPancake/Taiko-No-Tatsujin-Wii-Ketteiban">Taiko No Tatsujin Wii Ketteiban</a></li>
<li><a href="https://github.com/cyneprepou4uk/NES-Games-Disassembly/tree/main/Tecmo%20World%20Cup%20Soccer">Tecmo World Cup Soccer</a></li>
<li><a href="https://github.com/SnesFX/Temple-De-Run">Temple Run</a></li>
<li><a href="https://github.com/cyneprepou4uk/NES-Games-Disassembly/tree/main/Tennis">Tennis (NES)</a>, <a href="https://github.com/CelestialAmber/TetrisNESDisasm">2</a></li>
<li><a href="https://github.com/connieprice/Terminator-Salvation-Lua">Terminator Salvation</a></li>
<li><a href="https://github.com/dptug/TerrariaXDK">Terraria: Xbox 360 Edition</a> | <strong>NOTE: apparently broken.</strong></li>
<li><a href="https://github.com/PPrism/TerrariaOGC">Terraria</a></li>
<li><a href="https://github.com/opentestdriveunlimited/OpenTestDriveUnlimited">Test Drive Unlimited</a></li>
<li><a href="https://github.com/alexsteb/tetris_disassembly">Tetris (GAME BOY)</a></li>
<li><a href="https://github.com/cyneprepou4uk/NES-Games-Disassembly/tree/main/Bugs%20Bunny%20Crazy%20Castle">The Bugs Bunny Crazy Castle</a></li>
<li><a href="https://github.com/fr3dsp/TheImpossibleGame-Decomp">The Impossible Game</a></li>
<li><a href="https://github.com/seilweiss/incredibles">The Incredibles</a></li>
<li><a href="https://github.com/dashr9230/Caper">The Italian Job</a></li>
<li><a href="https://github.com/disinvite/jman-decomp">The Journeyman Project Turbo!</a></li>
<li><a href="https://github.com/FiendsOfTheElements/z2disassembly">The Legend Of Zelda II: The Adventure Of Link</a></li>
<li><a href="https://github.com/zladx/LADX-Disassembly">The Legend of Zelda Links Awakening DX</a> | <a href="https://github.com/BigheadSMZ/Zelda-LA-DX-HD-Updated">PC Port</a></li>
<li><a href="https://github.com/Drenn1/oracles-disasm">The Legend of Zelda Oracle of Ages & Seasons</a></li>
<li><a href="https://github.com/snesrev/zelda3">The Legend Of Zelda: A Link To The Past</a></li>
<li><a href="https://github.com/zeldaret/botw">The Legend of Zelda: Breath of the Wild</a></li>
<li><a href="https://github.com/Zelda64Recomp/Zelda64Recomp">The Legend of Zelda: Majora's Mask (Native Port)</a></li>
<li><a href="https://github.com/zeldaret/mm">The Legend of Zelda: Majora's Mask</a></li>
<li><a href="https://github.com/zeldaret/oot-vc">The Legend of Zelda: Ocarina of Time (Wii Virtual Console)</a></li>
<li><a href="https://github.com/zeldaret/oot3d">The Legend of Zelda: Ocarina of Time 3D</a></li>
<li><a href="https://github.com/zeldaret/oot">The Legend of Zelda: Ocarina of Time</a></li>
<li><a href="https://github.com/zeldaret/ph">The Legend of Zelda: Phantom Hourglass</a></li>
<li><a href="https://github.com/zeldaret/ss">The Legend of Zelda: Skyward Sword</a></li>
<li><a href="https://github.com/yanis002/st">The Legend of Zelda: Spirit Tracks</a></li>
<li><a href="https://github.com/zeldaret/tmc">The Legend of Zelda: The Minish Cap</a></li>
<li><a href="https://github.com/zeldaret/tww">The Legend of Zelda: The Wind Waker</a></li>
<li><a href="https://github.com/zeldaret/tp">The Legend of Zelda: Twilight Princess</a></li>
<li><a href="https://github.com/aldonunez/zelda1-disassembly">The Legend Of Zelda</a></li>
<li><a href="https://github.com/crimsonmagick/lotr-rotk">The Lord of the Rings: Return of the King</a></li>
<li><a href="https://github.com/kiritodv/tnt">The New Tetris</a></li>
<li><a href="https://github.com/freeserf/freeserf">The Settlers I</a></li>
<li><a href="https://github.com/natebag/Sims2DECOMP">The Sims 2</a></li>
<li><a href="https://github.com/SimsAdvanceRet/S2GBADecomp">The Sims 2 (GBA)</a></li>
<li><a href="https://github.com/HaydnTrigg/Castaway">The Sims 2: Castaway</a></li>
<li><a href="https://github.com/simdecomp/ts2c">The Sims 2: Castaways</a></li>
<li><a href="https://github.com/SimsAdvanceRet/BustinOutGBADecomp">The Sims: Bustin' Out</a></li>
<li><a href="https://decomp.dev/bfbbdecomp/tssm">The Spongebob Squarepants Movie</a></li>
<li><a href="https://github.com/SimsAdvanceRet/UrbzGBADecomp">The Urbz: Sims in the City</a></li>
<li><a href="https://github.com/Yotona/twewy">The World Ends with You</a></li>
<li><a href="https://github.com/CelestialAmber/tokimemo">Tokimeki Memorial: Forever With You</a></li>
<li><a href="https://github.com/lhsazevedo/tbg-decomp">Tokyo Bus Guide</a></li>
<li><a href="https://github.com/XProger/OpenLara">Tomb Raider 1-5</a></li>
<li><a href="https://github.com/LostArtefacts/TRX">Tomb Raider I & II</a></li>
<li><a href="https://github.com/TOMB5/TOMB5">Tomb Raider: Chronicles</a></li>
<li><a href="https://github.com/TheIndra55/cdcEngine">Tomb Raider: Legend</a></li>
<li><a href="https://github.com/hansbonini/psx_tomba">Tomba!</a></li>
<li><a href="https://github.com/GensokyoClub/th08">Touhou 08: Imperishable Night</a></li>
<li><a href="https://github.com/happyhavoc/th06">Touhou Koumakyou: The Embodiment of Scarlet Devil</a></li>
<li><a href="https://github.com/nmlgc/ReC98">Touhou PC-98</a></li>
<li><a href="https://github.com/Fixatron/TFRom-Recreation">Transformers: Mystery Of Convoy</a></li>
<li><a href="https://github.com/Colt-Zero/Thousand-Worlds">Treasure Planet</a></li>
<li><a href="https://github.com/rep-stosw/tube64">Tube</a></li>
<li><a href="https://github.com/Drahsid/turok3">Turok 3: Shadow of Oblivion</a></li>
<li><a href="https://github.com/Jhuyghue/donburi-decomp">TwinBee PARADISE in Donburi Shima</a></li>
<li><a href="https://github.com/abelbriggs1/tm2pc-reveng">Twisted Metal 2</a></li>
<li><a href="https://github.com/abelbriggs1/tmb_decomp">Twisted Metal: Black</a></li>
<li><a href="https://github.com/jacobleeharris/tmhc">Twisted Metal: Harbor City</a></li>
<li><a href="https://github.com/abelbriggs1/tm1_decomp">Twisted Metal</a></li>
<li><a href="https://github.com/1superchip/ty-decomp">Ty the Tasmanian Tiger</a></li>
<li><a href="https://github.com/kittibyte/UndertaleDecomp">UNDERTALE (Xbox One)</a></li>
<li><a href="https://github.com/burnedpopcorn/UnderTale-Yellow-Decompilation">UnderTale Yellow</a></li>
<li><a href="https://github.com/ser-pounce/rood-reverse">Vagrant Story</a></li>
<li><a href="https://github.com/shao113/vh">Vandal Hearts</a></li>
<li><a href="https://github.com/open-ribbon/open-ribbon">VIB Ribbon</a></li>
<li><a href="https://github.com/matiaszanolli/sega-vr-disasm">Virtua Racing</a></li>
<li><a href="https://github.com/llonsit/virtualpool64">Virtual Pool 64</a></li>
<li><a href="https://github.com/aki-club/vpw2">Virtual Pro Wrestling 2: Ōdō Keishō</a></li>
<li><a href="https://github.com/SolarCookies/TiP-Recomp">Viva Pinata: Trouble In Paradise</a></li>
<li><a href="https://github.com/froggestspirit/wland3">Wario land 3</a></li>
<li><a href="https://github.com/lilDavid/warioland4">Wario Land 4</a></li>
<li><a href="https://github.com/Swiftshine/wlsi">Wario Land: Shake It!</a></li>
<li><a href="https://github.com/sabishii-bit/wwdcmp">Wario World</a></li>
<li><a href="https://github.com/llonsit/wave-race-64">Wave Race 64</a></li>
<li><a href="https://github.com/martinbean/nitro">WCW Nitro</a></li>
<li><a href="https://github.com/svinsmoke212/revenge">WCW/nWo Revenge</a></li>
<li><a href="https://github.com/martinbean/thunder">WCW/nWo Thunder</a></li>
<li><a href="https://github.com/koopthekoopa/wii-ipl">Wii Menu</a></li>
<li><a href="https://github.com/doldecomp/ogws">Wii Sports</a></li>
<li><a href="https://github.com/phoboslab/wipeout-rewrite">Wipeout</a></li>
<li><a href="https://github.com/LLONSIT-glitch/wonder">Wonder Project J2: Josette of the Corlo Forest</a></li>
<li><a href="https://github.com/Fancy2209/wog-wiiware">World of Goo</a></li>
<li><a href="https://github.com/TeamOrre/xd-decomp">XD: Gale of Darkness</a></li>
<li><a href="https://github.com/xbret/xenoblade">Xenoblade</a></li>
<li><a href="https://github.com/yaz0r/Noah">Xenogears (non-matching)</a></li>
<li><a href="https://github.com/ladysilverberg/xenogears-decomp">Xenogears</a></li>
<li><a href="https://github.com/squareman/xenosaga">Xenosaga Episode 1 - Der Wille zur Macht</a></li>
<li><a href="https://github.com/hamzaxx370/ogre-decomp">Yakuza</a></li>
<li><a href="https://github.com/cyneprepou4uk/NES-Games-Disassembly/tree/main/Yie%20Ar%20Kung-Fu">Yie Ar Kung Fu</a></li>
<li><a href="https://github.com/decompals/yoshis-story">Yoshi's Story</a></li>
<li><a href="https://github.com/Swiftshine/yww">Yoshi's Woolly World</a></li>
<li><a href="https://github.com/GrantBenR/YsViDecomp">Ys VI</a></li>
<li><a href="https://github.com/shinny456/ygodm8">Yu-Gi-Oh! Reshef of Destruction</a></li>
<li><a href="https://github.com/GirianSeed/zoe1">Zone of the Enders 1</a></li>
<li><a href="https://github.com/GirianSeed/zoe2">Zone of the Enders 2</a></li>
<li><a href="https://github.com/GirianSeed/zoe3">Zone of the Enders 3 (Guy Savage from Metal Gear Solid 3)</a></li>
<li><a href="https://github.com/alula/CircleShootApp">Zuma Deluxe</a></li>
</ul>
</main>
<script>
//as of yet unused mobile check
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
mobile = true;
}
</script>
<script>
const input = document.getElementById('search');
const items = Array.from(document.querySelectorAll('#Game-Decomps li'));
input.addEventListener('input', () => {
const query = input.value;
items.forEach(li => {
const match = microfuzz(query, li.textContent);
li.style.display = match ? 'list-item' : 'none';
});
});
</script>
<script>
function microfuzz(input, text) {
input = input.toLowerCase();
text = text.toLowerCase();
let i = 0;
for (let j = 0; j < text.length; j++) {
if (input[i] === text[j]) i++;
if (i >= input.length) return true;
}
return false;
}
</script>
</body></html>