Skip to content

Commit bd74f9b

Browse files
authored
Merge pull request #180 from Labreezy/master
Added support for Sonic Heroes (NTSC-U, v1.0)
2 parents 4720982 + 1f03e9c commit bd74f9b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/modules/games/G9SE8P-0.lua

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
--Sonic Heroes (NTSC-U)
2+
3+
local core = require("games.core")
4+
5+
return core.newGame(0x8029C1D4)
6+

0 commit comments

Comments
 (0)