diff options
Diffstat (limited to 'engine/link')
| -rwxr-xr-x | engine/link/cable_club.asm | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
