mirror of
https://github.com/pret/pokeruby.git
synced 2026-09-26 13:33:06 -04: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
|