summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-18 01:28:51 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-18 01:28:51 -0500
commit99f26a60973b33185d46720edfad8067c35e1a5a (patch)
tree6aa9cba26de5f5de305b59efb54e4685d55744a9 /home/map.asm
parent95c0c31c8ff8e1149a9b959e04ea27e337e929b4 (diff)
Compute wc7e8 size
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/map.asm b/home/map.asm
index 735d638ad..bb0718899 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -2,8 +2,8 @@
Clearwc7e8:: ; 210f
ld hl, wc7e8
- ld bc, 24
- ld a, $0
+ ld bc, wc7e8_End - wc7e8
+ ld a, 0
call ByteFill
ret
; 211b