ポケモン 2x メタグロス@メタルコートorメガ石 A:ヘビーボンバー Y:アイアンヘッド クチートがアイヘでワンパンできなくなったためヘビーボンバーをメインに 炎牙で焼ける可能性あるので保険で2体が無難かなぁ コード #include <NintendoSwitchControlLibrary.h> void setup() { SwitchControlLibrary().pressButton(Button::R); SwitchControlLibrary().sendReport(); pushButton(Button::L, 2000); SwitchControlLibrary…