From 4ef85af828ce925c0e744168a4143d3ed1db990d Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 25 Jan 2013 03:25:48 -0500 Subject: [PATCH] fix OverworldMap definition --- wram.asm | 11 ++++++----- 1 file 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