mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-29 21:56:02 -05:00
changed no bag use and no catching flags to battle_config.h, removed TX reference (big sad)
9 lines
142 B
C
9 lines
142 B
C
#ifndef GUARD_DEBUG_H
|
|
#define GUARD_DEBUG_H
|
|
|
|
#include "constants/overworld_config.h"
|
|
|
|
void Debug_ShowMainMenu(void);
|
|
|
|
#endif // GUARD_DEBUG_H
|