Skip to content

Commit c7baa0d

Browse files
committed
Disable checking for AP-fixes of Pokémon HGSS & *Radiant Historia*
1 parent c7a0520 commit c7baa0d

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

romsel_aktheme/arm9/source/ndsheaderbanner.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,8 @@ int checkRomAP(FILE *ndsFile, const char* filename)
523523
"C24", // Phantasy Star 0
524524
"BZF", // Phineas and Ferb: Across the 2nd Dimension
525525
"VPF", // Phineas and Ferb: Ride Again
526-
"IPK", // Pokemon HeartGold Version
527-
"IPG", // Pokemon SoulSilver Version
526+
// "IPK", // Pokemon HeartGold Version (Patched by nds-bootstrap)
527+
// "IPG", // Pokemon SoulSilver Version (Patched by nds-bootstrap)
528528
"IRA", // Pokemon Black Version
529529
"IRB", // Pokemon White Version
530530
"IRE", // Pokemon Black Version 2
@@ -536,7 +536,7 @@ int checkRomAP(FILE *ndsFile, const char* filename)
536536
"C3J", // Professor Layton and the Unwound Future
537537
"BKQ", // Pucca: Power Up
538538
"VRG", // Rabbids Go Home: A Comedy Adventure
539-
"BRJ", // Radiant Hostoria
539+
// "BRJ", // Radiant Historia (Patched by nds-bootstrap)
540540
"B3X", // River City: Soccer Hooligans
541541
"BRM", // Rooms: The Main Building
542542
"TDV", // Shin Megami Tensei: Devil Survivor 2

romsel_dsimenutheme/arm9/source/ndsheaderbanner.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,8 @@ bool checkRomAP(const char* filename, const int num)
494494
"C24", // Phantasy Star 0
495495
"BZF", // Phineas and Ferb: Across the 2nd Dimension
496496
"VPF", // Phineas and Ferb: Ride Again
497-
"IPK", // Pokemon HeartGold Version
498-
"IPG", // Pokemon SoulSilver Version
497+
// "IPK", // Pokemon HeartGold Version (Patched by nds-bootstrap)
498+
// "IPG", // Pokemon SoulSilver Version (Patched by nds-bootstrap)
499499
"IRA", // Pokemon Black Version
500500
"IRB", // Pokemon White Version
501501
"IRE", // Pokemon Black Version 2
@@ -507,7 +507,7 @@ bool checkRomAP(const char* filename, const int num)
507507
"C3J", // Professor Layton and the Unwound Future
508508
"BKQ", // Pucca: Power Up
509509
"VRG", // Rabbids Go Home: A Comedy Adventure
510-
"BRJ", // Radiant Hostoria
510+
// "BRJ", // Radiant Historia (Patched by nds-bootstrap)
511511
"B3X", // River City: Soccer Hooligans
512512
"BRM", // Rooms: The Main Building
513513
"TDV", // Shin Megami Tensei: Devil Survivor 2

romsel_r4theme/arm9/source/ndsheaderbanner.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,8 @@ int checkRomAP(FILE *ndsFile, const char* filename)
506506
"C24", // Phantasy Star 0
507507
"BZF", // Phineas and Ferb: Across the 2nd Dimension
508508
"VPF", // Phineas and Ferb: Ride Again
509-
"IPK", // Pokemon HeartGold Version
510-
"IPG", // Pokemon SoulSilver Version
509+
// "IPK", // Pokemon HeartGold Version (Patched by nds-bootstrap)
510+
// "IPG", // Pokemon SoulSilver Version (Patched by nds-bootstrap)
511511
"IRA", // Pokemon Black Version
512512
"IRB", // Pokemon White Version
513513
"IRE", // Pokemon Black Version 2
@@ -519,7 +519,7 @@ int checkRomAP(FILE *ndsFile, const char* filename)
519519
"C3J", // Professor Layton and the Unwound Future
520520
"BKQ", // Pucca: Power Up
521521
"VRG", // Rabbids Go Home: A Comedy Adventure
522-
"BRJ", // Radiant Hostoria
522+
// "BRJ", // Radiant Hostoria (Patched by nds-bootstrap)
523523
"B3X", // River City: Soccer Hooligans
524524
"BRM", // Rooms: The Main Building
525525
"TDV", // Shin Megami Tensei: Devil Survivor 2

0 commit comments

Comments
 (0)