diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-02-23 14:16:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-23 14:16:26 -0500 |
commit | ef1c4c5a813595841a2c81105ca0c06e5ea85db0 (patch) | |
tree | e5d59ac8f5a649ba4add7f7a3fa64c09ecfbc6b5 /home/sprite_anims.asm | |
parent | 9a927c1b3efa2eca886f346a4fcca0eb57278faf (diff) | |
parent | 813d0aa73a16ababcf257d4df57ff3b69879b011 (diff) |
Merge pull request #687 from mid-kid/master
Small home/ reorganization
Diffstat (limited to 'home/sprite_anims.asm')
-rw-r--r-- | home/sprite_anims.asm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/home/sprite_anims.asm b/home/sprite_anims.asm index 816849981..e20c63ac5 100644 --- a/home/sprite_anims.asm +++ b/home/sprite_anims.asm @@ -1,22 +1,3 @@ -PushLYOverrides:: - ldh a, [hLCDCPointer] - and a - ret z - - ld a, LOW(wLYOverridesBackup) - ld [wRequested2bppSource], a - ld a, HIGH(wLYOverridesBackup) - ld [wRequested2bppSource + 1], a - - ld a, LOW(wLYOverrides) - ld [wRequested2bppDest], a - ld a, HIGH(wLYOverrides) - ld [wRequested2bppDest + 1], a - - ld a, (wLYOverridesEnd - wLYOverrides) / 16 - ld [wRequested2bpp], a - ret - InitSpriteAnimStruct:: ld [wSpriteAnimIDBuffer], a ldh a, [hROMBank] |