diff options
author | scnorton <scnorton@biociphers.org> | 2017-09-06 16:14:55 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-06 16:14:55 -0400 |
commit | 6448563ede13d51682cbf1988a2072291f3b3df0 (patch) | |
tree | 500d56e2727881bd3ff284955e8db2a99bc8e7d3 /include | |
parent | 9498dfa71c811b09f319bc9c9656c08f3182c9dc (diff) |
unref_sub_808D77C
Diffstat (limited to 'include')
-rw-r--r-- | include/rom_818CFC8.h | 11 | ||||
-rw-r--r-- | include/rom_81BE66C.h | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/include/rom_818CFC8.h b/include/rom_818CFC8.h new file mode 100644 index 000000000..9b6f96893 --- /dev/null +++ b/include/rom_818CFC8.h @@ -0,0 +1,11 @@ +// +// 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 diff --git a/include/rom_81BE66C.h b/include/rom_81BE66C.h new file mode 100644 index 000000000..d92c500d6 --- /dev/null +++ b/include/rom_81BE66C.h @@ -0,0 +1,10 @@ +// +// Created by Scott Norton on 9/6/17. +// + +#ifndef POKEEMERALD_ROM_81BE66C_H +#define POKEEMERALD_ROM_81BE66C_H + +bool32 InTrainerHill(void); + +#endif //POKEEMERALD_ROM_81BE66C_H |