summaryrefslogtreecommitdiff
path: root/engine/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/home.asm')
-rwxr-xr-xengine/home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/home.asm b/engine/home.asm
index fd9a992..f3686e8 100755
--- a/engine/home.asm
+++ b/engine/home.asm
@@ -3398,10 +3398,10 @@ Func_302c: ; 302c (0:302c)
ld h, $0
ld a, [$ff80]
push af
- ld a, BANK(Unknown_30000)
+ ld a, BANK(DeckPointers)
call BankswitchHome
add hl, hl
- ld de, Unknown_30000
+ ld de, DeckPointers
add hl, de
ld e, [hl]
inc hl