aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorNarishma-gb <194818981+Narishma-gb@users.noreply.github.com>2025-12-01 20:46:28 +0100
committerGitHub <noreply@github.com>2025-12-01 13:46:28 -0600
commit8bb03542bd0dd01b1e4fce990751edc0822a878f (patch)
treedff208d50fead04c5a2dcffd7e23e774c0e8afaf /home
parentCorrect comment (diff)
downloadpokeyellow-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.asm4
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