mirror of https://github.com/pret/pokecrystal.git
wCurMartEnd - wCurMart = 16
This commit is contained in:
parent
f6ef095284
commit
a4bf94e1d7
|
@ -110,7 +110,7 @@ LoadMartPointer: ; 15b10
|
|||
ld [wMartPointer + 1], a
|
||||
ld hl, wCurMart
|
||||
xor a
|
||||
ld bc, 16
|
||||
ld bc, wCurMartEnd - wCurMart
|
||||
call ByteFill
|
||||
xor a
|
||||
ld [wEngineBuffer5], a
|
||||
|
|
Loading…
Reference in New Issue