mirror of
https://github.com/pret/pokegold.git
synced 2026-03-21 17:34:16 -05:00
Make wBargainShopFlags 16 bits (#137)
Some checks failed
CI / build (push) Has been cancelled
Some checks failed
CI / build (push) Has been cancelled
This commit is contained in:
parent
8cab1b6472
commit
b8ed9517ab
|
|
@ -107,7 +107,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
|
||||||
|
|
||||||
; StandardMart.MartFunctions indexes
|
; StandardMart.MartFunctions indexes
|
||||||
|
|
|
||||||
|
|
@ -1646,7 +1646,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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user