summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index a50023705..7fbf99d9e 100644
--- a/wram.asm
+++ b/wram.asm
@@ -2004,7 +2004,7 @@ wPlayerStepDirection:: ; d151
wBGMapAnchor:: dw ; d152
UNION ; d154
-wUsedSprites:: ds 64
+wUsedSprites:: ds SPRITE_GFX_LIST_CAPACITY * 2
wUsedSpritesEnd::
NEXTU ; d154