diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-18 14:43:21 +0000 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-18 14:43:21 +0000 |
commit | d49e8a0db46c1e5289da1429f2218f1e0dbe9831 (patch) | |
tree | c0fd9c37ca279317a58cbd1e74be1bc1b56be5fe /src/wram.asm | |
parent | 9fd99897dcab54fd6f768040d3f45163dd443b88 (diff) |
Label permission map loading routines
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index e5f8b9c..de91ebd 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -2167,10 +2167,15 @@ wd238:: ; d238 wCurTileset:: ; d239 ds $1 -wd23a:: ; d23a +; pointer to compressed data +; of the current map's permission map +wBGMapPermissionDataPtr:: ; d23a ds $2 -wd23c:: ; d23c +; whether the BG Map is in CGB mode +; this means half of the width is for +; VRAM0 and the other half is for VRAM1 +wBGMapCGBMode:: ; d23c ds $1 wd23d:: ; d23d |