pmd-red/include/debug_field_map_window.h
2025-06-12 21:26:45 +02:00

14 lines
367 B
C

#ifndef GUARD_DEBUG_FIELD_MAP_WINDOW_H
#define GUARD_DEBUG_FIELD_MAP_WINDOW_H
#define DEBUG_INPUT_B_PRESS 2
#define DEBUG_INPUT_A_PRESS 3
bool8 DebugFieldMapWindow_Init(void);
void sub_801DA58(s16);
u32 DebugFieldMapWindow_GetInput(void);
s16 DebugFieldMapWindow_GetCurrentIndex(void);
void DebugFieldMapWindow_Free(void);
#endif // GUARD_DEBUG_FIELD_MAP_WINDOW_H