blob: 5ed7b203b7f3182df223053da6f828e329c6839f (
plain)
1
2
3
4
5
6
7
8
9
10
|
//
// Created by Scott Norton on 9/8/17.
//
#ifndef POKEEMERALD_MAUVILLE_OLD_MAN_H
#define POKEEMERALD_MAUVILLE_OLD_MAN_H
u8 sub_81201C8(void);
#endif //POKEEMERALD_MAUVILLE_OLD_MAN_H
|