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

@@ -1128,7 +1128,7 @@ PokegearPhoneContactSubmenu:
ld h, a
inc de
push hl
ld bc, hBGMapAddress + 1
bccoord -1, -2, 0
add hl, bc
ld a, [de]
inc de