Added missing changes.

This commit is contained in:
Dual Tachyon 2023-08-15 21:28:24 +01:00
parent 2fdd3e3a33
commit 1e76c74965

4
gui.h
View File

@ -33,8 +33,8 @@ typedef enum GUI_DisplayType_t GUI_DisplayType_t;
extern GUI_DisplayType_t gScreenToDisplay;
extern uint8_t g_200003C6;
extern volatile uint8_t g_20000380;
extern volatile uint8_t g_20000390;
extern volatile uint8_t gCurrentStep;
extern volatile int8_t g_20000390;
extern uint8_t g_200003BA;
extern uint8_t g_200003BB;
extern uint8_t gWasFKeyPressed;