diff options
| author | einstein95 <einstein95@users.noreply.github.com> | 2017-01-10 19:22:29 +1300 |
|---|---|---|
| committer | einstein95 <einstein95@users.noreply.github.com> | 2017-01-10 19:22:29 +1300 |
| commit | d5dd5b2dd18815a9897aadc50dd7d5dbd431d572 (patch) | |
| tree | b7e20cbfcc938aff7c14af7992cfa42304d96bec /engine/items | |
| parent | 653072192ccd9759ff44d8c86f8dc10a19756208 (diff) | |
44 to go
Diffstat (limited to 'engine/items')
| -rwxr-xr-x | engine/items/items.asm | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
