mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
12 lines
183 B
C
12 lines
183 B
C
//
|
|
// Created by Scott Norton on 9/6/17.
|
|
//
|
|
|
|
#ifndef GUARD_ROM_818CFC8_H
|
|
#define GUARD_ROM_818CFC8_H
|
|
|
|
bool8 InBattlePyramid(void);
|
|
u8 sub_81AAA40(void);
|
|
|
|
#endif //GUARD_ROM_818CFC8_H
|