summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-01-30 14:47:14 -0500
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-01-30 14:47:14 -0500
commit3c7ba37de72795e46c76f791b50b4a3d89ba0c2c (patch)
tree52ab049eaacea5fa4135e0df60897c1d97d91adb /hram.asm
parent3203ad7d50f6558cba8494a4e93d095d16c5e0d2 (diff)
Fix wVirtualOAM labels, part 1.
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 7810e5a01..d86fb3957 100644
--- a/hram.asm
+++ b/hram.asm
@@ -2,7 +2,7 @@
; "ld a, [hAddress]" and "ld [hAddress], a" will
; use the more efficient "ldh" instruction.
-hPushOAM EQU $ff80 ; 10 bytes
+hTransferVirtualOAM EQU $ff80 ; 10 bytes
hROMBankBackup EQU $ff8a
hBuffer EQU $ff8b