summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-11 21:42:56 -0500
committeryenatch <yenatch@gmail.com>2013-12-11 21:42:56 -0500
commit418878d9329caa45c8f3fa0c5798770d95234f90 (patch)
tree15849c5c2f0bfcf9dfe8343332942acd63e77a0f /main.asm
parentd461689704c05c878ef094e34dd7b6fd6fb4b445 (diff)
more map attribute getters and some cleanup in home/map.asm
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.asm b/main.asm
index 43b7e8d92..a778d8dc0 100644
--- a/main.asm
+++ b/main.asm
@@ -106615,7 +106615,7 @@ Function1046df: ; 1046df (41:46df)
ld b, a
ld a, [$d148]
ld c, a
- call Function2c99
+ call GetAnyMapPermission
call CheckIndoorMap
ret nz
ld a, [$d14a]
@@ -106644,14 +106644,14 @@ Function104718: ; 104718 (41:4718)
ld b, a
ld a, [$d148]
ld c, a
- call Function2c99
+ call GetAnyMapPermission
call CheckIndoorMap
ret nz
ld a, [$d147]
ld b, a
ld a, [$d148]
ld c, a
- call Function2ca7
+ call GetAnyMapTileset
ld a, c
cp $7
jr z, .asm_104743