summaryrefslogtreecommitdiff
path: root/home/init.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 /home/init.asm
parent3203ad7d50f6558cba8494a4e93d095d16c5e0d2 (diff)
Fix wVirtualOAM labels, part 1.
Diffstat (limited to 'home/init.asm')
-rw-r--r--home/init.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/init.asm b/home/init.asm
index 88ab0b58b..ec541ad16 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -103,10 +103,10 @@ Init:: ; 17d
call ClearsScratch
- ld a, BANK(LoadPushOAM)
+ ld a, BANK(WriteOAMDMACodeToHRAM)
rst Bankswitch
- call LoadPushOAM
+ call WriteOAMDMACodeToHRAM
xor a
ld [hMapAnims], a