sf2yyc2 extra graphics roms are same format as sf2ebbl
This commit is contained in:
parent
c9e15427b4
commit
91a4478a8d
|
@ -13322,6 +13322,10 @@ static INT32 Sf2yyc2Init()
|
|||
|
||||
nRet = Sf2m3Init();
|
||||
|
||||
// load bootleg tiles over original tiles
|
||||
memset(CpsGfx + 0x400000, 0, 0x80000);
|
||||
CpsLoadTilesSf2ebbl(CpsGfx + 0x400000, 12);
|
||||
|
||||
return nRet;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue