Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. DrvGfxDecode(DrvGfxROM0, 0x800000);
  2. DrvGfxDecode(DrvGfxROM1, 0x400000);
  3. to
  4. DrvGfxDecode(DrvGfxROM0, 0x600000);
  5. DrvGfxDecode(DrvGfxROM1, 0x200000);
  6.  
  7. change DrvGfxROM1 = Next; Next += 0x0800000; to DrvGfxROM1 = Next; Next += 0x0400000;
  8. change DrvGfxROM0 = Next; Next += 0x1000000; to DrvGfxROM0 = Next; Next += 0x0c00000;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement