summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-22 10:48:27 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-22 10:48:27 -0400
commit084384fea927b64632ca0970624a1ee1f7f19ea0 (patch)
tree85a925b1af655ddd34282e3e82b4d9e2f2fc34f9 /main.asm
parent205fa4237b639b7dbf77cb36caead05f17e8de8c (diff)
Ledges
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 2f08ff94..b8d32069 100755
--- a/main.asm
+++ b/main.asm
@@ -234,8 +234,8 @@ SECTION "bank06",ROMX,BANK[$06]
dr $18000,$1a4ea
INCLUDE "engine/overworld/npc_movement.asm"
-HandleLedges: ; 1a7f4 (6:67f4)
- dr $1a7f4,$1c000
+INCLUDE "engine/overworld/doors.asm"
+INCLUDE "engine/overworld/ledges.asm"
SECTION "bank07",ROMX,BANK[$07]