summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-09-25 17:21:40 -0400
committerGitHub <noreply@github.com>2017-09-25 17:21:40 -0400
commit77a98f2f44a72601b039982f8298a855cd2c5909 (patch)
tree083d6cadbb59db256f5db10e5765d85885ca6f6a /wram.asm
parent52cd3398bde140d123bd22bfb0464cf3cf2b39fa (diff)
parent543d67b647f7edc458d6748d9a80d1399ed95be8 (diff)
Merge pull request #390 from yenatch/remove-contents
Remove contents.asm
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index d80578e79..582ad30c0 100644
--- a/wram.asm
+++ b/wram.asm
@@ -299,6 +299,7 @@ wGlobalAnimXOffset:: ds 1
wSpriteAnimsEnd::
ds 11
+
wc3cc:: ds 1
wc3cd:: ds 31
wc3ec:: ds 1
@@ -317,7 +318,9 @@ wc3f8:: ds 1
wc3f9:: ds 1
wc3fa:: ds 1
wc3fb:: ds 1
-wc3fc:: ds 4
+wc3fc:: ds 1
+
+ ds 3
SECTION "Sprites", WRAM0