summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index eaec8b7..4b5651e 100644
--- a/wram.asm
+++ b/wram.asm
@@ -906,7 +906,10 @@ wBGMapAnchor:: ; d643
wUsedSprites:: ; d645
dw ; This is for the player
+
+wUsedNPCSprites:: ;d647
ds 2 * 5 ; This is for the NPCs
+
wUsedSpritesEnd:: ; d651