mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-26 16:13:20 -05:00
6 lines
241 B
C
6 lines
241 B
C
#include "global.h"
|
|
#include "test/battle.h"
|
|
|
|
TO_DO_BATTLE_TEST("Electrify makes the target's move Electric-type for the remainder of the turn");
|
|
TO_DO_BATTLE_TEST("Electrify can change status moves to Electric-type"); // Test type immunity
|