mirror of
https://github.com/pret/pokeruby.git
synced 2026-04-26 00:02:08 -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
|