mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Merge pull request #12 from pret/master
Make wCurrentBoxNum a byte instead of word (#414)
This commit is contained in:
commit
76fc5f737e
|
@ -1946,7 +1946,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…
Reference in a new issue