diff options
| author | YamaArashi <shadow962@live.com> | 2016-06-12 11:34:47 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-06-12 11:34:47 -0700 |
| commit | f978cc0cc9557581a4fa712b00f0f2ad321fa22b (patch) | |
| tree | a93c42f00eec7d9f356c1e9e4b12ec0a46e419d1 /home/pic.asm | |
| parent | sync text (diff) | |
| download | pokeyellow-f978cc0cc9557581a4fa712b00f0f2ad321fa22b.tar.gz pokeyellow-f978cc0cc9557581a4fa712b00f0f2ad321fa22b.tar.xz pokeyellow-f978cc0cc9557581a4fa712b00f0f2ad321fa22b.zip | |
sync home
Diffstat (limited to 'home/pic.asm')
| -rw-r--r-- | home/pic.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/pic.asm b/home/pic.asm index d0645a8c..353d0f58 100644 --- a/home/pic.asm +++ b/home/pic.asm @@ -528,15 +528,15 @@ ReverseNybble:: ld de, NybbleReverseTable add e ld e, a - jr nc, .asm_2735 + jr nc, .noCarry inc d -.asm_2735 +.noCarry ld a, [de] ret ; resets sprite buffer pointers to buffer 1 and 2, depending on wSpriteLoadFlags ResetSpriteBufferPointers:: - ld a, [wSpriteLoadFlags] ; wd0a8 + ld a, [wSpriteLoadFlags] bit 0, a jr nz, .buffer2Selected ld de, sSpriteBuffer1 |
