mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-03-26 06:19:20 +13:00
Make wCurrentBoxNum a byte instead of word (#414)
This commit is contained in:
parent
1b9540cc49
commit
d3128b9a7f
1 changed files with 3 additions and 1 deletions
|
|
@ -1896,7 +1896,9 @@ wBoxItems:: ds PC_ITEM_CAPACITY * 2 + 1
|
||||||
|
|
||||||
; bits 0-6: box number
|
; bits 0-6: box number
|
||||||
; bit 7: whether the player has changed boxes before
|
; bit 7: whether the player has changed boxes before
|
||||||
wCurrentBoxNum:: dw
|
wCurrentBoxNum:: db
|
||||||
|
|
||||||
|
ds 1
|
||||||
|
|
||||||
; number of HOF teams
|
; number of HOF teams
|
||||||
wNumHoFTeams:: db
|
wNumHoFTeams:: db
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue