Fixes naming discrepancy of textbox positions. (#854)

Equivalent to https://github.com/zeldaret/oot/pull/1329
This commit is contained in:
Christopher Leggett
2022-07-21 19:13:04 -04:00
committed by GitHub
parent 753031df17
commit 44dbd3a8a9
2 changed files with 7 additions and 7 deletions

View File

@@ -25,8 +25,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 {