Make wBargainShopFlags 16 bits (#1200)
This commit is contained in:
@@ -112,7 +112,7 @@ LoadMartPointer:
|
|||||||
xor a ; STANDARDMART_HOWMAYIHELPYOU
|
xor a ; STANDARDMART_HOWMAYIHELPYOU
|
||||||
ld [wMartJumptableIndex], a
|
ld [wMartJumptableIndex], a
|
||||||
ld [wBargainShopFlags], a
|
ld [wBargainShopFlags], a
|
||||||
ld [wFacingDirection], a
|
ld [wBargainShopFlags + 1], a
|
||||||
ret
|
ret
|
||||||
|
|
||||||
GetMart:
|
GetMart:
|
||||||
|
@@ -2188,7 +2188,7 @@ wMartType:: db
|
|||||||
wMartPointerBank:: db
|
wMartPointerBank:: db
|
||||||
wMartPointer:: dw
|
wMartPointer:: dw
|
||||||
wMartJumptableIndex:: db
|
wMartJumptableIndex:: db
|
||||||
wBargainShopFlags:: db
|
wBargainShopFlags:: dw
|
||||||
|
|
||||||
NEXTU
|
NEXTU
|
||||||
; player movement data
|
; player movement data
|
||||||
|
Reference in New Issue
Block a user