mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-23 08:02:53 -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
|