Change IPL horizontal offset from +5 to 0.

Noticed this while fiddling with things.
Having a default offset of +5 is stupid.
Changes the bit that contains the offset and the two hashs.
This commit is contained in:
Ryan Houdek 2014-04-18 23:31:44 -05:00
parent 5a5e63bdd4
commit e6fa9bf048
1 changed files with 3 additions and 3 deletions

View File

@ -7,12 +7,12 @@
// english
SRAM sram_dump = {{
0x04, 0x6B,
0xFB, 0x91,
0xFF, 0x6B,
0x00, 0x91,
0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00,
0xFF, 0xFF, 0xFF, 0x40,
0x05,
0x00,
0x00,
0x00,
0x2C,