195, 189, 189, 195, 189, 195, 189, 195, 189, 195, 195, 189, 255, 255}; int main() { int x = 100, y = 100; SPRITES_8x8; set_sprite_data(0, 8, pixels); set_sprite_tile(0, 0); move_sprite(0, x, y); SHOW_SPRITES; while(1) { if(joypad() & J_RIGHT) move_sprite(0, ++x, y); if(joypad() & J_LEFT) move_sprite(0, --x, y); if(joypad() & J_UP) move_sprite(0, x, --y); if(joypad() & J_DOWN) move_sprite(0, x, ++y); delay(10); } return 0; } ඳը ϝΠϯϧʔϓ ը૾σʔλ