blob: 6296febe4bc01a708de41fdd9fce56ce11558e60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
//
// Created by scott on 9/7/2017.
//
#ifndef POKEEMERALD_MAP_OBJ_8097404_H
#define POKEEMERALD_MAP_OBJ_8097404_H
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
void sub_8097AC8(struct Sprite *);
#endif //POKEEMERALD_MAP_OBJ_8097404_H
|