Make wCurrentBoxNum a byte instead of word (#414)

This commit is contained in:
Linus Unnebäck 2023-05-10 22:49:45 +08:00 committed by GitHub
parent 1b9540cc49
commit d3128b9a7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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