From 68f0afdfa2ab1ad2ba929ad5e36f807e9c7e2273 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Mon, 30 May 2011 22:09:35 -0600 Subject: [PATCH] It makes sense for widths to be in decimal. hg-commit-id: 6dad4f222381 --- pokered.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pokered.asm b/pokered.asm index 1b675305..f8da5585 100644 --- a/pokered.asm +++ b/pokered.asm @@ -875,7 +875,7 @@ MainMenu: FuncCoord 0,0 ld hl,Coord ld b,6 - ld c,$D + ld c,13 call TextBoxBorder FuncCoord 2,2 ld hl,Coord @@ -886,7 +886,7 @@ MainMenu: FuncCoord 0,0 ld hl,Coord ld b,4 - ld c,$D + ld c,13 call TextBoxBorder FuncCoord 2,2 ld hl,Coord