summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-04-04 15:38:44 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-04-04 15:43:10 -0400
commit79184bc71846127b9a4ac20f50c4a5b646e90f20 (patch)
tree0f0d452cbe827c0439192752724bfedad7b392b9 /hram.asm
parent3cdfac7994f501cb1d8fbcdf9c64e9ce258afe30 (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.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/hram.asm b/hram.asm
index 1cd64e90a..442f0ec63 100644
--- a/hram.asm
+++ b/hram.asm
@@ -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