diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-22 00:53:59 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-22 00:53:59 -0400 |
| commit | 0b6b706ffce6a8bf9af59b5f308d9ee94ef8d172 (patch) | |
| tree | c1c517ac42b0bf3eeb726c33392322ee0adb2528 /home | |
| parent | 0ac39546c69bbe3c2c6764cad9529ffab565ddfc (diff) | |
Identify some more labels (a few link-related)
Diffstat (limited to 'home')
| -rw-r--r-- | home/gfx.asm | 4 | ||||
| -rw-r--r-- | home/serial.asm | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/home/gfx.asm b/home/gfx.asm index 70e38911..efb0499a 100644 --- a/home/gfx.asm +++ b/home/gfx.asm @@ -1,6 +1,6 @@ TILES_PER_CYCLE EQU 8 -FarCopyBytesDouble_DoubleBankSwitch:: ; unreferenced +FarDecompressBufferedPic:: ; unreferenced ld b, a ldh a, [hROMBank] push af @@ -14,7 +14,7 @@ FarCopyBytesDouble_DoubleBankSwitch:: ; unreferenced xor a call ByteFill - ld hl, wUnusedBufferCF3C + ld hl, wFarDecompressPicPointer ld a, [hli] ld h, [hl] ld l, a diff --git a/home/serial.asm b/home/serial.asm index 155de42e..a317b5c7 100644 --- a/home/serial.asm +++ b/home/serial.asm @@ -380,7 +380,8 @@ LinkDataReceived:: ldh [rSC], a ret -Function8ca:: ; unreferenced +SetBitsForTimeCapsuleRequestIfNotLinked:: ; unreferenced +; Similar to SetBitsForTimeCapsuleRequest (see engine/link/link.asm). ld a, [wLinkMode] and a ret nz |
