mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
16 lines
284 B
C
16 lines
284 B
C
//
|
|
// Created by scott on 9/7/2017.
|
|
//
|
|
|
|
#ifndef POKEEMERALD_FIELD_EFFECT_HELPERS_H
|
|
#define POKEEMERALD_FIELD_EFFECT_HELPERS_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
u8 sub_8154228(void);
|
|
|
|
#endif //POKEEMERALD_FIELD_EFFECT_HELPERS_H
|