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

@@ -146,7 +146,7 @@ hRandom::
hRandomAdd:: db ; ffe1
hRandomSub:: db ; ffe2
hSecondsBackup:: db ; ffe3
hUnusedBackup:: db ; ffe3
hBattleTurn:: ; ffe4
; Which trainer's turn is it? 0: player, 1: opponent trainer