summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index e1add76ab..378f85a14 100644
--- a/home.asm
+++ b/home.asm
@@ -842,7 +842,7 @@ HandleStoneQueue:: ; 3567
ld a, [hROMBank]
push af
- call SwitchToMapScriptHeaderBank
+ call SwitchToMapScriptsBank
call .WarpAction
pop bc
@@ -899,7 +899,7 @@ HandleStoneQueue:: ; 3567
; 35b0
.check_on_warp ; 35b0
- ld hl, wCurrMapWarpHeaderPointer
+ ld hl, wCurrMapWarpsPointer
ld a, [hli]
ld h, [hl]
ld l, a