20.1.5: Difference between revisions
Line 83: | Line 83: | ||
It now checks that the error code string is size <= 0xF instead of <= 0xE. | It now checks that the error code string is size <= 0xF instead of <= 0xE. | ||
=== [[Migration_services|migration]] === | |||
Besides IPC related changes from updated SDK, etc: | |||
* L_10a560 (prev ver L_10a540), L_10a690 (prev ver L_10a650), L_144ec4 (prev ver L_144dac), L_144f7c (prev ver L_144dac): | |||
** Added a call to L_d5294 (logging func). | |||
* L_12700c updated, prev ver @ L_126fbc. | |||
** Now sets x21 to the L_15306c ret, instead of ignoring it. Code was added following that. | |||
* Updated L_12b8d0, prev ver @ L_12b830. | |||
** At 0x12b950 (prev ver 0x12b8b0), added: <code>if ((L_143510() & 1) == 0) L_1a8620(*(x23+104))</code>; | |||
* Updated L_12d4c8, prev ver @ L_12d418. | |||
** Now calls L_153050, the ret&1 is passed as an additional param to L_2e4. | |||
* Updated L_12f6b4, prev ver @ L_12f5e4. | |||
** Clearing code was updated. | |||
* Updated L_12f9a0, prev ver @ L_12f8d0. | |||
* Updated L_12fcd8, prev ver @ L_12fbb4. | |||
* Updated L_144e60, prev ver @ L_144d10. | |||
** Removed some func calls. | |||
* New func L_153000. | |||
* New func L_153050. | |||
** Only called by L_12700c and L_12d4c8. | |||
* New func L_1a8620. | |||
** Only called by L_12b8d0 and L_12fcd8. | |||
* [[Error Upload services|eupld:c]] SetAutoUpload is now used. This is now called by L_12f9a0 and L_1a8620. | |||
==See Also== | ==See Also== |