summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-01-25 03:25:48 -0500
committeryenatch <yenatch@gmail.com>2013-01-25 03:25:48 -0500
commit4ef85af828ce925c0e744168a4143d3ed1db990d (patch)
treeef388cabeeb2710c210e7c25bb2a0d6af1cc025c
parenta826951adbbe74f170219402791ceb4074c3c4de (diff)
fix OverworldMap definition
-rw-r--r--wram.asm11
1 files changed, 6 insertions, 5 deletions
diff --git a/wram.asm b/wram.asm
index 18abf545c..129211850 100644
--- a/wram.asm
+++ b/wram.asm
@@ -615,13 +615,14 @@ LastEnemyMove: ; c71c
ds 1
-SECTION "gfx2",BSS[$c800]
+SECTION "overworldmap",BSS[$c800]
OverworldMap: ; c800
- ds 1280
-
-; cd00
- ds 32
+ ds 1300
+OverworldMapEnd
+
+ ds 12
+SECTION "gfx2",BSS[$cd20]
BGMapBuffer: ; cd20
ds 40