Make wBargainShopFlags 16 bits (#1200)

This commit is contained in:
Linus Unnebäck
2025-09-06 22:47:48 +02:00
committed by GitHub
parent 69b08536f6
commit d138ed1bd4
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ LoadMartPointer:
xor a ; STANDARDMART_HOWMAYIHELPYOU
ld [wMartJumptableIndex], a
ld [wBargainShopFlags], a
ld [wFacingDirection], a
ld [wBargainShopFlags + 1], a
ret
GetMart: