mirror of
https://github.com/zeldaret/oot
synced 2026-07-01 04:00:14 -04:00
Fix TEXTBOX_POS issue (#1329)
This commit is contained in:
@@ -21,8 +21,8 @@ typedef enum {
|
||||
typedef enum {
|
||||
/* 0 */ TEXTBOX_POS_VARIABLE,
|
||||
/* 1 */ TEXTBOX_POS_TOP,
|
||||
/* 2 */ TEXTBOX_POS_BOTTOM,
|
||||
/* 3 */ TEXTBOX_POS_MIDDLE
|
||||
/* 2 */ TEXTBOX_POS_MIDDLE,
|
||||
/* 3 */ TEXTBOX_POS_BOTTOM
|
||||
} TextBoxPosition;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user