Skip to content

Commit

Permalink
Make wCurrentBoxNum a byte instead of word (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU authored May 10, 2023
1 parent 1b9540c commit d3128b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ram/wram.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3128b9

Please sign in to comment.