![TheXaman](/assets/img/avatar_default.png)
changed no bag use and no catching flags to battle_config.h, removed TX reference (big sad)
8 lines
142 B
C
8 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
|