Hi Demon

I assume you mean PBP, not PVP.
The code is written in PBP with some sections in ASM.

You're right. The block :

DataTP ;
#include "KPPV3.ASM"
EndTP

DataTC ;
#include "KPCV3.ASM"
EndTC

DataTB ;
#include "KPBV3.ASM"
EndTB

is inside an ASM / ENDASM section

MikeBZH