mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Compute wc7e8 size
This commit is contained in:
parent
95c0c31c8f
commit
99f26a6097
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Clearwc7e8:: ; 210f
|
Clearwc7e8:: ; 210f
|
||||||
ld hl, wc7e8
|
ld hl, wc7e8
|
||||||
ld bc, 24
|
ld bc, wc7e8_End - wc7e8
|
||||||
ld a, $0
|
ld a, 0
|
||||||
call ByteFill
|
call ByteFill
|
||||||
ret
|
ret
|
||||||
; 211b
|
; 211b
|
||||||
|
Loading…
Reference in New Issue
Block a user