Add some comments to document inputs/outputs of functions in home bank

This commit is contained in:
Brian Saydak
2025-06-18 19:34:55 +02:00
committed by mid-kid
parent 10b4490743
commit ae7ee67d21
2 changed files with 4 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ LoadFontsExtra2: ; unreferenced
ret
DecompressRequest2bpp::
; Load compressed 2bpp at b:hl to occupy c tiles of de.
push de
ld a, BANK(sScratch)
call OpenSRAM