(from robiza)

riskchal opcode a4 -> 12, fixes bonus points between levels
This commit is contained in:
davidhay 2008-02-18 01:16:17 +00:00
parent 31a347db0f
commit c6de7768c6
2 changed files with 1 additions and 2 deletions

View File

@ -321,7 +321,7 @@ const UINT8 gussun_decryption_table[256] = {
// pppp pppp ???? pppp gggg
xxxx,xxxx,0x9d,xxxx,0xbb,xxxx,xxxx,0xcb, 0xa9,0xcf,xxxx,0x60,0x43,0x56,xxxx,xxxx, /* 90 */
// gggg gggg
xxxx,0xa3,xxxx,xxxx,0x82,xxxx,0xfa,0xb4, xxxx,0x81,0xe6,0x48,0x80,0x8c,0xd4,xxxx, /* a0 */
xxxx,0xa3,xxxx,xxxx,0x12,xxxx,0xfa,0xb4, xxxx,0x81,0xe6,0x48,0x80,0x8c,0xd4,xxxx, /* a0 */
// ???? gggg ???? gggg gggg
0x42,xxxx,0x84,0xb6,0x77,0x3d,0x3e,xxxx, xxxx,0xb7,0x4b,xxxx,0xa4,xxxx,xxxx,xxxx, /* b0 */
// gggg gggg ???? gggg gggg ???? pppp gggg

View File

@ -16,4 +16,3 @@ extern const UINT8 matchit2_decryption_table[];
extern const UINT8 test_decryption_table[];
extern void irem_cpu_decrypt(int cpu,const UINT8 *decryption_table);