diff options
author | IIMarckus <iimarckus@gmail.com> | 2011-05-30 22:09:35 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2011-05-30 22:09:35 -0600 |
commit | 68f0afdfa2ab1ad2ba929ad5e36f807e9c7e2273 (patch) | |
tree | 501f73ec5e800e060a18b97ac8514b44ccfcc958 | |
parent | 0e145ea2a4eab31550ca8143ab756b053f87e7eb (diff) |
It makes sense for widths to be in decimal.
hg-commit-id: 6dad4f222381
-rw-r--r-- | pokered.asm | 4 |
1 files 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 |