mirror of
https://github.com/pret/pokeruby.git
synced 2026-04-24 23:17:38 -05:00
7 lines
128 B
C
7 lines
128 B
C
#ifndef GUARD_BATTLE_AI_SWITCH_ITEMS_H
|
|
#define GUARD_BATTLE_AI_SWITCH_ITEMS_H
|
|
|
|
u8 GetMostSuitableMonToSwitchInto(void);
|
|
|
|
#endif
|