From ad5337863ddbb7b821f57a0c8af2c767cc767f19 Mon Sep 17 00:00:00 2001 From: Rangi Date: Wed, 23 May 2018 00:05:07 -0400 Subject: [PATCH] Use SPRITE_VARS --- wram.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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