From d5dd5b2dd18815a9897aadc50dd7d5dbd431d572 Mon Sep 17 00:00:00 2001 From: einstein95 Date: Tue, 10 Jan 2017 19:22:29 +1300 Subject: 44 to go --- engine/items/items.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engine/items') diff --git a/engine/items/items.asm b/engine/items/items.asm index 96636392..07c20534 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -2221,8 +2221,8 @@ ItemUseTMHM: call PrintText ld hl,TeachMachineMoveText call PrintText - coord hl, 14, 7 - lb bc, 8, 15 + coord hl, 13, 7 + lb bc, 8, 14 ld a,TWO_OPTION_MENU ld [wTextBoxID],a call DisplayTextBoxID ; yes/no menu @@ -2607,8 +2607,8 @@ TossItem_: call CopyStringToCF50 ; copy name to wcf50 ld hl,IsItOKToTossItemText call PrintText - coord hl, 14, 7 - lb bc, 8, 15 + coord hl, 13, 7 + lb bc, 8, 14 ld a,TWO_OPTION_MENU ld [wTextBoxID],a call DisplayTextBoxID ; yes/no menu -- cgit v1.2.3