Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Trials of Mana 3P Patch to multitapGames #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions SNESGameCore.mm
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ - (BOOL)loadFileAtPath:(NSString *)path error:(NSError **)error
@"e9334b9e", // Secret of Mana (France) (Rev 1)
@"b069bb3a", // Secret of Mana (Germany)
@"b8049e3c", // Seiken Densetsu 2 (Japan)
@"80d9ed26", // Seiken Densetsu 3 (Japan) (Fan English Translation v1.01) [3-Player Edition]
@"d0176b24", // Secret of Mana (USA)
@"e6b9a402", // Shijou Saikyou no Quiz Ou Ketteisen Super (Japan)
@"58da330c", // Shin Nihon Pro Wrestling - Chou Senshi in Tokyo Dome - Fantastic Story (Japan)
Expand Down Expand Up @@ -582,6 +583,7 @@ - (BOOL)loadFileAtPath:(NSString *)path error:(NSError **)error
@"493fdb13", // Top Gear 3000 (Europe)
@"b9b9df06", // Planet's Champ TG 3000, The (Japan)
@"a20be998", // Top Gear 3000 (USA)
@"f397bd57", // Trials of Mana (USA) [3-Player Edition] (Released 2019)
@"26a9c3f4", // Turbo Toons (Europe)
@"ecb8a53a", // Virtual Soccer (Europe)
@"1d20cac2", // J.League Super Soccer (Japan)
Expand Down