16 lines
239 B
C
16 lines
239 B
C
|
//
|
||
|
// Created by scott on 9/15/2017.
|
||
|
//
|
||
|
|
||
|
#ifndef POKEEMERALD_ROM4_H
|
||
|
#define POKEEMERALD_ROM4_H
|
||
|
|
||
|
// Exported type declarations
|
||
|
|
||
|
// Exported RAM declarations
|
||
|
|
||
|
// Exported ROM declarations
|
||
|
void sub_8086230(void);
|
||
|
|
||
|
#endif //POKEEMERALD_ROM4_H
|