mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
fix OverworldMap definition
This commit is contained in:
parent
a826951adb
commit
4ef85af828
11
wram.asm
11
wram.asm
@ -615,13 +615,14 @@ LastEnemyMove: ; c71c
|
|||||||
ds 1
|
ds 1
|
||||||
|
|
||||||
|
|
||||||
SECTION "gfx2",BSS[$c800]
|
SECTION "overworldmap",BSS[$c800]
|
||||||
OverworldMap: ; c800
|
OverworldMap: ; c800
|
||||||
ds 1280
|
ds 1300
|
||||||
|
OverworldMapEnd
|
||||||
; cd00
|
|
||||||
ds 32
|
ds 12
|
||||||
|
|
||||||
|
SECTION "gfx2",BSS[$cd20]
|
||||||
BGMapBuffer: ; cd20
|
BGMapBuffer: ; cd20
|
||||||
ds 40
|
ds 40
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user