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