summaryrefslogtreecommitdiff
path: root/engine/overworldmap.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-04-18 07:38:17 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-04-18 07:38:17 -0400
commit62dd6a51112cba1edd3b2621fcbeb80baf86c49a (patch)
tree204b901506a801f88227184e38c3541fc21f511b /engine/overworldmap.asm
parent47e2465df1a3f69a43ff2ff67141b581a59cc003 (diff)
Some hardcoded banks
Diffstat (limited to 'engine/overworldmap.asm')
-rwxr-xr-xengine/overworldmap.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworldmap.asm b/engine/overworldmap.asm
index fd6da16..94b79a0 100755
--- a/engine/overworldmap.asm
+++ b/engine/overworldmap.asm
@@ -97,7 +97,7 @@ Func_10f2e: ; 10f2e (4:4f2e)
rlca
ld e, a
ld d, $0
- ld hl, $397b
+ ld hl, Unknown_397b
add hl, de
ld a, [hli]
ld h, [hl]