Skip to content

Commit

Permalink
Comment out MMZX & MMZXA from speed bump list
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Feb 16, 2019
1 parent 3a270ed commit 78eeb3d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions mainmenu/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ void SetSpeedBump(const char* filename) {
"ADM", // Animal Crossing: Wild World
"ABH", // Resident Evil: Deadly Silence
"ARJ", // Kanji Sonomama Rakubiki Jiten
"ARZ", // Rockman ZX/MegaMan ZX
//"ARZ", // Rockman ZX/MegaMan ZX
"AKW", // Kirby Squeak Squad/Mouse Attack
"ADA", // Pokemon Diamond
"APA", // Pokemon Pearl
Expand All @@ -623,7 +623,7 @@ void SetSpeedBump(const char* filename) {
"A6B", // MegaMan Star Force: Leo
"A6C", // MegaMan Star Force: Dragon
"A3Y", // Sonic Rush Adventure
"YZX", // Rockman ZX Advent/MegaMan ZX Advent
//"YZX", // Rockman ZX Advent/MegaMan ZX Advent
"A8T", // Mario Party DS
"A2L", // Anno 1701: Dawn of Discovery
"A5F", // Professor Layton and the Curious Village
Expand Down
4 changes: 2 additions & 2 deletions romsel_aktheme/arm9/source/common/bootstrapconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ BootstrapConfig &BootstrapConfig::speedBump()
"ADM", // Animal Crossing: Wild World
"ABH", // Resident Evil: Deadly Silence
"ARJ", // Kanji Sonomama Rakubiki Jiten
"ARZ", // Rockman ZX/MegaMan ZX
//"ARZ", // Rockman ZX/MegaMan ZX
"AKW", // Kirby Squeak Squad/Mouse Attack
"ADA", // Pokemon Diamond
"APA", // Pokemon Pearl
Expand All @@ -161,7 +161,7 @@ BootstrapConfig &BootstrapConfig::speedBump()
"A6B", // MegaMan Star Force: Leo
"A6C", // MegaMan Star Force: Dragon
"A3Y", // Sonic Rush Adventure
"YZX", // Rockman ZX Advent/MegaMan ZX Advent
//"YZX", // Rockman ZX Advent/MegaMan ZX Advent
"A8T", // Mario Party DS
"A2L", // Anno 1701: Dawn of Discovery
"A5F", // Professor Layton and the Curious Village
Expand Down
4 changes: 2 additions & 2 deletions romsel_dsimenutheme/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ void SetSpeedBump(const char* filename) {
"ADM", // Animal Crossing: Wild World
"ABH", // Resident Evil: Deadly Silence
"ARJ", // Kanji Sonomama Rakubiki Jiten
"ARZ", // Rockman ZX/MegaMan ZX
//"ARZ", // Rockman ZX/MegaMan ZX
"AKW", // Kirby Squeak Squad/Mouse Attack
"ADA", // Pokemon Diamond
"APA", // Pokemon Pearl
Expand All @@ -558,7 +558,7 @@ void SetSpeedBump(const char* filename) {
"A6B", // MegaMan Star Force: Leo
"A6C", // MegaMan Star Force: Dragon
"A3Y", // Sonic Rush Adventure
"YZX", // Rockman ZX Advent/MegaMan ZX Advent
//"YZX", // Rockman ZX Advent/MegaMan ZX Advent
"A8T", // Mario Party DS
"A2L", // Anno 1701: Dawn of Discovery
"A5F", // Professor Layton and the Curious Village
Expand Down
4 changes: 2 additions & 2 deletions romsel_r4theme/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ void SetSpeedBump(const char* filename) {
"ADM", // Animal Crossing: Wild World
"ABH", // Resident Evil: Deadly Silence
"ARJ", // Kanji Sonomama Rakubiki Jiten
"ARZ", // Rockman ZX/MegaMan ZX
//"ARZ", // Rockman ZX/MegaMan ZX
"AKW", // Kirby Squeak Squad/Mouse Attack
"ADA", // Pokemon Diamond
"APA", // Pokemon Pearl
Expand All @@ -639,7 +639,7 @@ void SetSpeedBump(const char* filename) {
"A6B", // MegaMan Star Force: Leo
"A6C", // MegaMan Star Force: Dragon
"A3Y", // Sonic Rush Adventure
"YZX", // Rockman ZX Advent/MegaMan ZX Advent
//"YZX", // Rockman ZX Advent/MegaMan ZX Advent
"A8T", // Mario Party DS
"A2L", // Anno 1701: Dawn of Discovery
"A5F", // Professor Layton and the Curious Village
Expand Down

0 comments on commit 78eeb3d

Please sign in to comment.