INSTRUCTIONS FOR UPDATING CODE TO SUPPORT DS MOTION CARD, DS MOTION PAK, AND MK6 MOTION 1) Download the latest ndsmotion.c and ndsmotion.h from libnds (http://sourceforge.net/cvs/?group_id=114505) 2) Replace motion_enable(); in your program with motion_init(); motion_init() determines what type of DS Motion sensor is present. motion_init() needs to be run to initialize the DS Motion Sensors. 3) Replace motion_card_is_inserted(); in your program with motion_init(); motion_init() returns 0 if no DS Motion Sensor is present.