mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-08 02:24:08 -05:00
12 lines
184 B
C
12 lines
184 B
C
#ifndef GUARD_MATSUDADEBUG_H
|
|
#define GUARD_MATSUDADEBUG_H
|
|
|
|
#define BIT(n) (1 << (n))
|
|
|
|
void sub_80AB184(void);
|
|
void sub_80AA280(u8);
|
|
void sub_80AA5E8(u8);
|
|
void sub_80AA658(u8);
|
|
|
|
#endif
|