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 Kenix3
commit 27b3644335
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 {