Make wBargainShopFlags 16 bits (#1200)
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Linus Unnebäck 2025-09-06 22:47:48 +02:00 committed by GitHub
parent 69b08536f6
commit d138ed1bd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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:

View File

@ -2188,7 +2188,7 @@ wMartType:: db
wMartPointerBank:: db
wMartPointer:: dw
wMartJumptableIndex:: db
wBargainShopFlags:: db
wBargainShopFlags:: dw
NEXTU
; player movement data