mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Make wCurrentBoxNum a byte instead of word (#414)
This commit is contained in:
parent
1b9540cc49
commit
d3128b9a7f
|
@ -1896,7 +1896,9 @@ wBoxItems:: ds PC_ITEM_CAPACITY * 2 + 1
|
|||
|
||||
; bits 0-6: box number
|
||||
; bit 7: whether the player has changed boxes before
|
||||
wCurrentBoxNum:: dw
|
||||
wCurrentBoxNum:: db
|
||||
|
||||
ds 1
|
||||
|
||||
; number of HOF teams
|
||||
wNumHoFTeams:: db
|
||||
|
|
Loading…
Reference in a new issue