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