mirror of
https://github.com/zeldaret/oot
synced 2026-08-16 05:09:15 -04:00
Fix TEXTBOX_POS issue (#1329)
This commit is contained in:
+2
-2
@@ -254,8 +254,8 @@ textbox_type = {
|
||||
textbox_ypos = {
|
||||
0: "TEXTBOX_POS_VARIABLE",
|
||||
1: "TEXTBOX_POS_TOP",
|
||||
2: "TEXTBOX_POS_BOTTOM",
|
||||
3: "TEXTBOX_POS_MIDDLE",
|
||||
2: "TEXTBOX_POS_MIDDLE",
|
||||
3: "TEXTBOX_POS_BOTTOM",
|
||||
}
|
||||
|
||||
# message entry tables vrom addresses
|
||||
|
||||
Reference in New Issue
Block a user