From 419eac2a656d5dd034e46c5f93ce808e583050de Mon Sep 17 00:00:00 2001 From: klektron Date: Sat, 2 Jan 2021 15:24:25 +0100 Subject: fixes here and there --- engine/link/cable_club.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/link') diff --git a/engine/link/cable_club.asm b/engine/link/cable_club.asm index 46a2bf77..f2c1c5fc 100755 --- a/engine/link/cable_club.asm +++ b/engine/link/cable_club.asm @@ -596,13 +596,13 @@ ReturnToCableClubRoom: ret TradeCenter_DrawCancelBox: - hlcoord 11, 15 + hlcoord 8, 15 ld a, $7e - ld bc, 2 * SCREEN_WIDTH + 9 + ld bc, 2 * SCREEN_WIDTH + 12 call FillMemory hlcoord 0, 15 ld b, 1 - ld c, 9 + ld c, 16 call CableClub_TextBoxBorder hlcoord 2, 16 ld de, CancelTextString -- cgit v1.2.3