Skip to content

Commit 03d464c

Browse files
EleventhSignhandsomematt
authored andcommitted
r4isdhc.hk: fix wrong offsets in the comments
1 parent eba0df5 commit 03d464c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

devices/r4isdhchk.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ class R4iSDHCHK : Flashcart {
279279
/*game header from 0x11100, move to 0x1000 (len = 200h)*/
280280
block_0[0x1B0] = 0; block_0[0x1B9] = 0x10;
281281

282-
/*blowfish key from 0x11100, move to 0x1600 (len = 1048h)*/
282+
/*blowfish key from 0x10000, move to 0x1600 (len = 1048h)*/
283283
block_0[0x1F8] = 0; block_0[0x1FE] = 0x16;
284284
block_0[0x25B] = 0; block_0[0x261] = 0x16;
285285
block_0[0x2AC] = 0; block_0[0x2B2] = 0x16;
@@ -303,7 +303,7 @@ class R4iSDHCHK : Flashcart {
303303
/*game header from 0x11100, move to 0x1000 (len = 200h)*/
304304
block_0[0x189] = 0; block_0[0x192] = 0x10;
305305

306-
/*blowfish key from 0x11100, move to 0x1600 (len = 1048h)*/
306+
/*blowfish key from 0x10000, move to 0x1600 (len = 1048h)*/
307307
block_0[0x1D1] = 0; block_0[0x1D7] = 0x16;
308308
block_0[0x234] = 0; block_0[0x23A] = 0x16;
309309
block_0[0x285] = 0; block_0[0x28B] = 0x16;
@@ -315,7 +315,7 @@ class R4iSDHCHK : Flashcart {
315315
/*secure area (7k) from 0x14700, move to 0x3000 (len = 1100h)*/
316316
block_0[0x4C8] = 0; block_0[0x4CB] = 0x30;
317317

318-
/*main data area (8k) from 0x30000, move to 0x5000 (len = 7600h)*/
318+
/*main data area (8k) from 0x40000, move to 0x5000 (len = 7600h)*/
319319
block_0[0x627] = 0x30; block_0[0x628] = 0xC0;
320320
block_0[0x62A] = 0; block_0[0x62B] = 0xE1;
321321

0 commit comments

Comments
 (0)