diff options
Diffstat (limited to 'engine/cable_club.asm')
-rwxr-xr-x | engine/cable_club.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/cable_club.asm b/engine/cable_club.asm index 60c87efb..5037a586 100755 --- a/engine/cable_club.asm +++ b/engine/cable_club.asm @@ -712,8 +712,8 @@ TradeCenter_Trade: coord bc, 1, 14 call TextCommandProcessor call SaveScreenTilesToBuffer1 - coord hl, 9, 7 - lb bc, 8, 10 + coord hl, 10, 7 + lb bc, 8, 11 ld a, TRADE_CANCEL_MENU ld [wTwoOptionMenuID], a ld a, TWO_OPTION_MENU |