OK, I solved this. In case anyone else runs onto this problem, here's what you need to do:
1. Open your library VKP file (.lib.vkp) in Notepad or whatever
2. Scroll down to the bottom.
3. You'll see line like this:
Code:
; 0A38: xxxxxxxx yyyyyyyy ; 28E: void Shortcut_Run (u16 * shortcut_name);
4. Change it to:
Code:
0A38: 00000000 2D5C4B45 ; 28E: void Shortcut_Run (u16 * shortcut_name);
Notice: now there's no semicolon at the beginning.
5. Go to SETool, load this patch, check "Use QUICK ACCESS" and remove this patch (by clicking on YES on prompt). It might say that some patch values differ, click OK.
6. Then, apply the patch.
Enjoy :D