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 /hram.asm | |
parent | 3cdfac7994f501cb1d8fbcdf9c64e9ce258afe30 (diff) |
Miscellaneous fixes:
- `hSecondsBackup` -> `hUnusedBackup`
- `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0`
- Identify some `.asm_XXX` labels
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |