summaryrefslogtreecommitdiff
path: root/src/engine/home.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-02-15 23:45:14 -0600
committerdannye <33dannye@gmail.com>2021-02-15 23:46:16 -0600
commit95f2f3f87df689671384c251f3527b06d6a78f8a (patch)
tree1e626702ec65f09c8669ca15ac77e8be23afebd4 /src/engine/home.asm
parent456a6d2378b967d59e4c07edf17313f334341892 (diff)
Document overworld map player sprite auto movement routines
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r--src/engine/home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm
index 7b410c8..6ec1230 100644
--- a/src/engine/home.asm
+++ b/src/engine/home.asm
@@ -11666,7 +11666,7 @@ LoadScene: ; 3df3 (0:3df3)
Func_3e10: ; 3e10 (0:3e10)
ld a, $1
ld [wd61e], a
- ld a, $62
+ ld a, TILEMAP_PLAYER
; fallthrough
Func_3e17: ; 3e17 (0:3e17)
@@ -11683,7 +11683,7 @@ Func_3e17: ; 3e17 (0:3e17)
; draws opponent's portrait given in a at b,c
Func_3e2a: ; 3e2a (0:3e2a)
ld [wd61e], a
- ld a, $63
+ ld a, TILEMAP_OPPONENT
jr Func_3e17
Func_3e31: ; 3e31 (0:3e31)