diff options
author | dannye <33dannye@gmail.com> | 2021-10-15 17:09:10 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-10-15 17:09:10 -0500 |
commit | c259f271d96c878d6c82a84378719790cc0b80b4 (patch) | |
tree | 3933a8b31dcd0fce94afea888595c280d4eab3fc /src/engine/link | |
parent | d9baef02df5210fcd829b15a6f1e14c87545934e (diff) |
Split part of bank 4
Diffstat (limited to 'src/engine/link')
-rw-r--r-- | src/engine/link/printer.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/link/printer.asm b/src/engine/link/printer.asm index 110fde4..9e36649 100644 --- a/src/engine/link/printer.asm +++ b/src/engine/link/printer.asm @@ -401,7 +401,7 @@ Func_1a0cc: ; copies 20 tiles given by hl to de ; then adds 2 tiles to hl -.Copy20Tiles ; 1a0e0 (6:60e0) +.Copy20Tiles push hl ld c, 20 .loop_tiles @@ -416,7 +416,7 @@ Func_1a0cc: ; copies a tile to de ; a = tile to get from sGfxBuffer1 -.CopyTile ; 1a0f0 (6:60f0) +.CopyTile push hl push bc ld l, a |