mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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
Block a user