This is incorrect. You can achieve wasd through the P2's (in pico8 we have player 0 and player 1 technically) default controls. Furthermore you can achieve any key at all including wasd through at least two different stat() methods. stat(28) in particular covers every key imaginable, can be modified to whatever extent you wish, and provides more responsive keypresses than btn() will even if you modify the elusive settings of btn().