mirror of
https://github.com/pret/pokeruby.git
synced 2026-04-24 06:57:03 -05:00
7 lines
162 B
C
7 lines
162 B
C
#ifndef POKERUBY_GBA_CONTEST_EFFECT_H
|
|
#define POKERUBY_GBA_CONTEST_EFFECT_H
|
|
|
|
extern bool8 AreMovesContestCombo(u16, u16);
|
|
|
|
#endif //POKERUBY_GBA_CONTEST_EFFECT_H
|