fix mapper 23

This commit is contained in:
alexwjackson 2017-05-30 20:54:44 +00:00
parent b3a71e8af6
commit 1a84466703
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ void Mapper22_Init(CartInfo *info) {
void Mapper23_Init(CartInfo *info) {
isPirate = false;
is22 = 0;
reg2mask = 0x15;
reg1mask = 0x15;
reg2mask = 0x2a;
VRC24_Init(info);
}