diff options
| author | Narishma-gb <194818981+Narishma-gb@users.noreply.github.com> | 2025-12-01 20:46:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-01 13:46:28 -0600 |
| commit | 8bb03542bd0dd01b1e4fce990751edc0822a878f (patch) | |
| tree | dff208d50fead04c5a2dcffd7e23e774c0e8afaf /home | |
| parent | Correct comment (diff) | |
| download | pokeyellow-8bb03542bd0dd01b1e4fce990751edc0822a878f.tar.gz pokeyellow-8bb03542bd0dd01b1e4fce990751edc0822a878f.tar.xz pokeyellow-8bb03542bd0dd01b1e4fce990751edc0822a878f.zip | |
Update `StatusScreen`, add `*_STATS_BOX` constants (#546)
Diffstat (limited to 'home')
| -rw-r--r-- | home/pics.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/pics.asm b/home/pics.asm index 475e834d..5ebb8f82 100644 --- a/home/pics.asm +++ b/home/pics.asm @@ -188,9 +188,9 @@ InterlaceMergeSpriteBuffers:: or c jr nz, .swapLoop .notFlipped - pop hl + pop hl ; hl = output address ld de, sSpriteBuffer1 - ld c, (2 * SPRITEBUFFERSIZE) / TILE_SIZE ; $31, number of 16 byte chunks to be copied + ld c, PIC_SIZE ; tiles ldh a, [hLoadedROMBank] ld b, a jp CopyVideoData |
