diff options
Diffstat (limited to 'engine/home.asm')
-rwxr-xr-x | engine/home.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/home.asm b/engine/home.asm index bf0a8e7..3ed129b 100755 --- a/engine/home.asm +++ b/engine/home.asm @@ -3952,14 +3952,14 @@ Func_3abd: ; 3abd (0:3abd) add hl, hl add hl, hl add hl, hl - ld bc, MapHeaders + ld bc, MapScripts add hl, bc pop bc ld b, $0 add hl, bc ld a, [$ff80] push af - ld a, BANK(MapHeaders) + ld a, BANK(MapScripts) call BankswitchHome ld a, [hli] ld h, [hl] |