diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-01 09:38:48 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-01 09:38:48 -0500 |
commit | 3b4805ee98c0b57cb69974160d51fb9ef89f3a34 (patch) | |
tree | fc4cdb69d6e0c3eea6a52670fe078fc6765a048d /home/tilemap.asm | |
parent | fda1f7c01a9fb2944aeb42f2d2f19a766b2538e6 (diff) |
Sweepthrough of ClearBox arg conversion to lb
Diffstat (limited to 'home/tilemap.asm')
-rw-r--r-- | home/tilemap.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/tilemap.asm b/home/tilemap.asm index d6a8f31b1..928c6a983 100644 --- a/home/tilemap.asm +++ b/home/tilemap.asm @@ -175,7 +175,7 @@ Function1cc6:: ; 1cc6 Function1ce1:: ; 1ce1 call GetMemTileCoord - ld bc, $0015 + lb bc, 0, 21 add hl, bc call GetMenuBoxDims dec b |