diff options
| author | YamaArashi <shadow962@live.com> | 2016-06-12 11:51:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-12 11:51:59 -0700 |
| commit | bfaabd08be0a790dff961276d76af3e1af4e6e24 (patch) | |
| tree | 60742e693805fd75031079e8d3b8a87847452d1e /home/vcopy.asm | |
| parent | Merge pull request #134 from YamaArashi/master (diff) | |
| parent | sync home (diff) | |
| download | pokeyellow-bfaabd08be0a790dff961276d76af3e1af4e6e24.tar.gz pokeyellow-bfaabd08be0a790dff961276d76af3e1af4e6e24.tar.xz pokeyellow-bfaabd08be0a790dff961276d76af3e1af4e6e24.zip | |
Merge pull request #135 from YamaArashi/master
sync tileset WRAM labels
Diffstat (limited to 'home/vcopy.asm')
| -rw-r--r-- | home/vcopy.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/vcopy.asm b/home/vcopy.asm index b7fb099e..3fe19745 100644 --- a/home/vcopy.asm +++ b/home/vcopy.asm @@ -33,13 +33,13 @@ ClearBgMap:: jr nz,.loop ret -RedrawRowOrColumn:: ; This function redraws a BG row of height 2 or a BG column of width 2. ; One of its main uses is redrawing the row or column that will be exposed upon ; scrolling the BG when the player takes a step. Redrawing only the exposed ; row or column is more efficient than redrawing the entire screen. ; However, this function is also called repeatedly to redraw the whole screen ; when necessary. It is also used in trade animation and elevator code. +RedrawRowOrColumn:: ld a,[hRedrawRowOrColumnMode] and a ret z |
