mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
9 lines
169 B
C
9 lines
169 B
C
#ifndef GUARD_BATTLE_SWITCH_IN
|
|
#define GUARD_BATTLE_SWITCH_IN
|
|
|
|
#include "constants/battle_switch_in.h"
|
|
|
|
bool32 DoSwitchInEvents(void);
|
|
|
|
#endif // GUARD_BATTLE_SWITCH_IN
|