Skip to content

Commit 0f7c944

Browse files
Expand PC item storage in addition to the Pack
1 parent 3db5c46 commit 0f7c944

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

constants/misc_constants.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MONS_PER_BOX EQU 20
1111
NUM_BOXES EQU 12
1212

1313
BAG_ITEM_CAPACITY EQU 100
14-
PC_ITEM_CAPACITY EQU 50
14+
PC_ITEM_CAPACITY EQU 70
1515

1616
SPECIAL_TRAINER EQU $FE ; custom levels and moves for each
1717
SPECIAL_TRAINER2 EQU $FD ; custom levels, moves, trainer pic, and AI

wram.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3001,7 +3001,7 @@ wSlidingTilePuzzleInitialPositions::
30013001
wSlidingTilePuzzleHeaderEnd::
30023002

30033003
; unused bytes originally allocated with game progress flags
3004-
ds 50
3004+
ds 10
30053005

30063006

30073007

0 commit comments

Comments
 (0)