diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-04 15:38:44 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-04 15:43:10 -0400 |
commit | 79184bc71846127b9a4ac20f50c4a5b646e90f20 (patch) | |
tree | 0f0d452cbe827c0439192752724bfedad7b392b9 /home/vblank.asm | |
parent | 3cdfac7994f501cb1d8fbcdf9c64e9ce258afe30 (diff) |
Miscellaneous fixes:
- `hSecondsBackup` -> `hUnusedBackup`
- `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0`
- Identify some `.asm_XXX` labels
Diffstat (limited to 'home/vblank.asm')
-rw-r--r-- | home/vblank.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/vblank.asm b/home/vblank.asm index 4fea80c50..afa4dcbe5 100644 --- a/home/vblank.asm +++ b/home/vblank.asm @@ -140,7 +140,7 @@ VBlank0:: rst Bankswitch ldh a, [hSeconds] - ldh [hSecondsBackup], a + ldh [hUnusedBackup], a ret |