diff options
Diffstat (limited to 'engine/menu/text_box.asm')
-rw-r--r-- | engine/menu/text_box.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/menu/text_box.asm b/engine/menu/text_box.asm index 1a9a027d..6a4050bc 100644 --- a/engine/menu/text_box.asm +++ b/engine/menu/text_box.asm @@ -166,9 +166,9 @@ TextBoxTextAndCoordTable: db 3,0 ; text coordinates db USE_TOSS_MENU_TEMPLATE - db 12,10,19,14 ; text box coordinates + db 13,10,19,14 ; text box coordinates dw UseTossText - db 14,11 ; text coordinates + db 15,11 ; text coordinates db JP_SAVE_MESSAGE_MENU_TEMPLATE db 0,0,7,5 ; text box coordinates |