Miscellaneous fixes:

- `hSecondsBackup` -> `hUnusedBackup`
- `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0`
- Identify some `.asm_XXX` labels
This commit is contained in:
Rangi
2020-04-04 15:38:44 -04:00
parent 3cdfac7994
commit 79184bc718
5 changed files with 9 additions and 9 deletions

View File

@@ -140,7 +140,7 @@ VBlank0::
rst Bankswitch
ldh a, [hSeconds]
ldh [hSecondsBackup], a
ldh [hUnusedBackup], a
ret