summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-15 15:53:49 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-15 15:53:49 -0500
commit434c97a146d4416829a44955d325d023dacf9e54 (patch)
treea15cbd96d3e4d23d6c3850b0f192f76f6d71536e /wram.asm
parent36470537e09762f1963e003a0566c56041fc23ea (diff)
Makefile cleanup
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm13
1 files changed, 5 insertions, 8 deletions
diff --git a/wram.asm b/wram.asm
index d6255f56b..5d5d861ff 100644
--- a/wram.asm
+++ b/wram.asm
@@ -974,12 +974,12 @@ wc7e8:: ds 24
SECTION "Overworld Map", WRAM0 [$c800]
-wc800::
OverworldMap:: ; c800
-; too lazy to reconcile these labels
-; ds 1300
+ ds 1300
+OverworldMapEnd::
+ ds OverworldMap - @
- ds 1
+wc800:: ds 1
wc801:: ds 1
wc802:: ds 1
wc803:: ds 4
@@ -1111,10 +1111,7 @@ wccb4:: ds 1
wccb5:: ds 3
wccb8:: ds 1
wccb9:: ds 1
-wccba:: ds 90
-OverworldMapEnd::
-
- ds 12
+wccba:: ds 102
SECTION "Video", WRAM0
CreditsPos::