Merge pull request #12 from pret/master

Make wCurrentBoxNum a byte instead of word (#414)
This commit is contained in:
Llinos Evans 2023-05-11 06:36:23 +01:00 committed by GitHub
commit 76fc5f737e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1946,7 +1946,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