summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-05-23 00:05:07 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-05-23 00:05:07 -0400
commitad5337863ddbb7b821f57a0c8af2c767cc767f19 (patch)
tree0193fea2800e548ee808aa286a9def98350f0c31
parent5c064746f60cc2dc0d46539692f771ece03dd765 (diff)
Use SPRITE_VARS
-rw-r--r--wram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 6ddcf2f42..9158a4047 100644
--- a/wram.asm
+++ b/wram.asm
@@ -2421,7 +2421,7 @@ wMapObjectsEnd::
wObjectMasks:: ds NUM_OBJECTS ; d81e
-wVariableSprites:: ds 16; d82e
+wVariableSprites:: ds $100 - SPRITE_VARS ; d82e
wEnteredMapFromContinue:: db ; d83e
ds 2