diff --git a/ram/wram.asm b/ram/wram.asm index 1b23a91f..203baf9a 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -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