diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-27 16:59:15 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-27 16:59:15 -0400 |
commit | 84045422a245a566044cb52b2c237014d65de85b (patch) | |
tree | 41c37ac41b1e3263f4c27443d005ca521116d4bb /engine/home.asm | |
parent | 28198e6633595de426b1051a572f1f32a24f6f5b (diff) |
Pull data out of engine/
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] |