mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-09 10:57:40 -05:00
9 lines
156 B
C
9 lines
156 B
C
#ifndef GUARD_DEBUG_H
|
|
#define GUARD_DEBUG_H
|
|
|
|
// matsuda_debug_menu
|
|
void sub_80AAF30(void);
|
|
void unref_sub_80AB084(const u8 *text);
|
|
|
|
#endif // GUARD_DEBUG_H
|