diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-09-09 08:54:29 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-09-09 08:54:29 +0100 |
commit | 0017fc2d171c87d7bab4c9be90e1069ae95a8071 (patch) | |
tree | c5a7b840c9b86c193b22f3de5317ff55c0a2a5aa /src/home/unsafe_bg_map.asm | |
parent | 32b02147925566bac93bf71b002860335583574c (diff) |
Remove home bank address comments
Diffstat (limited to 'src/home/unsafe_bg_map.asm')
-rw-r--r-- | src/home/unsafe_bg_map.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/unsafe_bg_map.asm b/src/home/unsafe_bg_map.asm index 64e6e93..fb45c0e 100644 --- a/src/home/unsafe_bg_map.asm +++ b/src/home/unsafe_bg_map.asm @@ -2,7 +2,7 @@ ; x (1 byte), y (1 byte), data (n bytes), $00 ; writes data to BGMap0-translated x,y ; important: make sure VRAM can be accessed first, else use WriteDataBlockToBGMap0 -UnsafeWriteDataBlockToBGMap0: ; 0492 (0:0492) +UnsafeWriteDataBlockToBGMap0: ld a, [hli] ld b, a ld a, [hli] |