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 a42916cb..60c87efb 100755 --- a/engine/cable_club.asm +++ b/engine/cable_club.asm @@ -11,7 +11,7 @@ CableClub_DoBattleOrTrade: call LoadTrainerInfoTextBoxTiles coord hl, 3, 8 ld b, 2 - ld c, 12 + ld c, 13 call CableClub_TextBoxBorder coord hl, 4, 10 ld de, PleaseWaitString @@ -602,7 +602,7 @@ TradeCenter_DrawCancelBox: call FillMemory coord hl, 0, 15 ld b, 1 - ld c, 9 + ld c, 12 call CableClub_TextBoxBorder coord hl, 2, 16 ld de, CancelTextString |