Merge pull request #289 from Sonicadvance1/Fix-IPL-Horizontal-Offset
Change IPL horizontal offset from +5 to 0.
This commit is contained in:
commit
78b3eb1e64
|
@ -7,12 +7,12 @@
|
||||||
|
|
||||||
// english
|
// english
|
||||||
SRAM sram_dump = {{
|
SRAM sram_dump = {{
|
||||||
0x04, 0x6B,
|
0xFF, 0x6B,
|
||||||
0xFB, 0x91,
|
0x00, 0x91,
|
||||||
0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0xFF, 0xFF, 0xFF, 0x40,
|
0xFF, 0xFF, 0xFF, 0x40,
|
||||||
0x05,
|
0x00,
|
||||||
0x00,
|
0x00,
|
||||||
0x00,
|
0x00,
|
||||||
0x2C,
|
0x2C,
|
||||||
|
|
Loading…
Reference in New Issue