aboutsummaryrefslogtreecommitdiff
path: root/map/loading.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-01-16 18:13:21 +0900
committerAstatin <[email protected]>2025-01-16 18:13:21 +0900
commit02038990a93c0b4cf58269b5456327ea64b998b7 (patch)
tree8f23c7270bc705d17d9d380d3a927f12f20ca1fa /map/loading.gbasm
parentdc5a9431bf4438000dcd028aa6b9c17c9ca492d8 (diff)
Move basic enemy attack & walker AI to enemiesattacks
Diffstat (limited to 'map/loading.gbasm')
-rw-r--r--map/loading.gbasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/loading.gbasm b/map/loading.gbasm
index 0fa66db..f7ba1ab 100644
--- a/map/loading.gbasm
+++ b/map/loading.gbasm
@@ -320,7 +320,7 @@ Is_Solid: ; X in A, Y in B, Result A
LD L, A
LD C, B
- LD B, $mem_dungeon_map_high
+ LD B, high($mem_dungeon_map)
LD A, (BC)
AND (HL)