mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-11 05:24:50 -05:00
7 lines
126 B
C
7 lines
126 B
C
#ifndef GUARD_BATTLE_SETUP_H
|
|
#define GUARD_BATTLE_SETUP_H
|
|
|
|
u8 BattleSetup_GetTerrainId(void);
|
|
|
|
#endif // GUARD_BATTLE_SETUP_H
|