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/generation.gbasm | 2 +- map/loading.gbasm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'map') diff --git a/map/generation.gbasm b/map/generation.gbasm index a08b539..dba1678 100644 --- a/map/generation.gbasm +++ b/map/generation.gbasm @@ -22,7 +22,7 @@ Carve_Map: ; X in C, Y in B LD L, A LD C, B - LD B, $c8 + LD B, $mem_dungeon_map_high LD A, (BC) OR (HL) 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