mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
367b12801e
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
|