diff options
author | yenatch <yenatch@gmail.com> | 2013-01-25 03:25:48 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-01-25 03:25:48 -0500 |
commit | 4ef85af828ce925c0e744168a4143d3ed1db990d (patch) | |
tree | ef388cabeeb2710c210e7c25bb2a0d6af1cc025c | |
parent | a826951adbbe74f170219402791ceb4074c3c4de (diff) |
fix OverworldMap definition
-rw-r--r-- | wram.asm | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |