Skip to content

Commit 8fcb697

Browse files
piratesephirothRocketRobz
authored andcommitted
little derp (#211)
* Fix Castlevania Portrait of Ruin * derp
1 parent 120a832 commit 8fcb697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootloader/source/main.arm7.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ void loadBinary_ARM7 (aFile file)
541541
}
542542

543543
// 0881 - Castlevania - Portrait of Ruin (Europe) (En,Fr,De,Es,It)
544-
if(ROM_TID == 0x4a424341){
544+
if(ROM_TID == 0x50424341){
545545
*(u32*)(0x02007b00) = 0xeb025370;
546546
*(u32*)(0x02007b08) = 0xea000004;
547547
*(u32*)(0x02007bf0) = 0xeb025334;

0 commit comments

Comments
 (0)