You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
wCurMartEnd - wCurMart = 16
This commit is contained in:
@ -110,7 +110,7 @@ LoadMartPointer: ; 15b10
|
|||||||
ld [wMartPointer + 1], a
|
ld [wMartPointer + 1], a
|
||||||
ld hl, wCurMart
|
ld hl, wCurMart
|
||||||
xor a
|
xor a
|
||||||
ld bc, 16
|
ld bc, wCurMartEnd - wCurMart
|
||||||
call ByteFill
|
call ByteFill
|
||||||
xor a
|
xor a
|
||||||
ld [wEngineBuffer5], a
|
ld [wEngineBuffer5], a
|
||||||
|
Reference in New Issue
Block a user