Compute wc7e8 size

This commit is contained in:
Remy Oukaour 2018-01-18 01:28:51 -05:00
parent 95c0c31c8f
commit 99f26a6097
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -877,7 +877,8 @@ wc7d4:: ds 1
ENDU ; c7e8
ENDU ; c7e8
wc7e8:: ds 24 ; ????
wc7e8:: ds 24
wc7e8_End::
SECTION "Overworld Map", WRAM0