summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm15
1 files changed, 13 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index f5ce00dc..81d4bf8a 100644
--- a/home.asm
+++ b/home.asm
@@ -1078,8 +1078,19 @@ Func_157c:: ; 157c (0:157c)
pop bc
pop hl
ret
-
-INCLUDE "data/collision.asm"
+
+Func_159b:: ; 159b (0:159b)
+ ld a,[H_LOADEDROMBANK]
+ ld b,a
+ push af
+ callsb Func_fd2a1
+ pop af
+ call BankswitchCommon
+ ret
+
+;INCLUDE "data/collision.asm"
+
+INCLUDE "home/lcdc.asm"
IsTilePassable:: ; 15c3 (0:15c3)
; sets carry if tile is passable, resets carry otherwise