diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-10 00:06:20 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-10 00:06:20 -0500 |
commit | ab7025a144605de609fed4ca67a281fb4cde8705 (patch) | |
tree | 7e12c27303a3def3393f9672a38acef5e7fb9071 /engine/billspctop.asm | |
parent | 32ea595c47d84cf6759f15c0d82fcad35ac4dcbd (diff) |
Consistent code formatting: no redundant `a`s and spaces after commas
Diffstat (limited to 'engine/billspctop.asm')
-rwxr-xr-x | engine/billspctop.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/billspctop.asm b/engine/billspctop.asm index 115c90385..eda83c28e 100755 --- a/engine/billspctop.asm +++ b/engine/billspctop.asm @@ -245,10 +245,10 @@ ClearPCItemScreen: ; e58b ld bc, SCREEN_HEIGHT * SCREEN_WIDTH ld a, " " call ByteFill - hlcoord 0,0 + hlcoord 0, 0 lb bc, 10, 18 call TextBox - hlcoord 0,12 + hlcoord 0, 12 lb bc, 4, 18 call TextBox call WaitBGMap2 |