aboutsummaryrefslogtreecommitdiffstats
path: root/home/item.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/item.asm')
-rw-r--r--home/item.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/item.asm b/home/item.asm
index 9e7f02f9..693f041e 100644
--- a/home/item.asm
+++ b/home/item.asm
@@ -23,12 +23,12 @@ TossItem::
push af
ld a, BANK(TossItem_)
ldh [hLoadedROMBank], a
- ld [MBC1RomBank], a
+ ld [rROMB], a
call TossItem_
pop de
ld a, d
ldh [hLoadedROMBank], a
- ld [MBC1RomBank], a
+ ld [rROMB], a
ret
; checks if an item is a key item