From fa37dcacf1ff0de66f5c4eed7b89be6006d6d77b Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 17 Sep 2024 18:14:17 +0900 Subject: Add entities collisions --- map/loading.gbasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'map/loading.gbasm') diff --git a/map/loading.gbasm b/map/loading.gbasm index be4c8a4..7c4a0e9 100644 --- a/map/loading.gbasm +++ b/map/loading.gbasm @@ -316,7 +316,7 @@ Is_Solid: ; X in A, Y in B, Result A LD L, A LD C, B - LD B, $c8 + LD B, $mem_dungeon_map_high LD A, (BC) AND (HL) -- cgit v1.2.3-70-g09d2