mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-09 10:57:40 -05:00
12 lines
241 B
C
12 lines
241 B
C
//
|
|
// Created by scott on 5/25/2017.
|
|
//
|
|
|
|
#ifndef POKERUBY_FIELD_EFFECT_HELPERS_H
|
|
#define POKERUBY_FIELD_EFFECT_HELPERS_H
|
|
|
|
void sub_812869C(struct MapObject *);
|
|
bool8 sub_81286C4(struct MapObject *);
|
|
|
|
#endif //POKERUBY_FIELD_EFFECT_HELPERS_H
|