Please use the following additions to your arm7 code if you wish to compile DSision.

1. Navigate to the PALib arm7 folder (C:\devkitPro\PAlib\lib\arm7). Copy nds_loader_arm7.c and nds_loader_arm7.h to C:\devkitPro\PAlib\lib\arm7\
2. Add the following line to the main.c

#include "nds_loader_arm7.h"

3. Find the following line,

void PA_VBL(void)

and place the collowing line after it.

runNdsLoaderCheck();

4. recompile palib by running C:\devkitPro\PAlib\fastbuild.bat 
