// ****************************************************************************
//
// Joystick support
//
// ****************************************************************************

#include "defines.txt"

if (controller(key_joystick)) {
  if (room_no == 2) {
    print("This is an empty room.");
  }
}

return();