diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-22 10:48:27 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-22 10:48:27 -0400 |
| commit | 084384fea927b64632ca0970624a1ee1f7f19ea0 (patch) | |
| tree | 85a925b1af655ddd34282e3e82b4d9e2f2fc34f9 /main.asm | |
| parent | Pewter gym guys (moved to bank 6, no longer a predef?) (diff) | |
| download | pokeyellow-084384fea927b64632ca0970624a1ee1f7f19ea0.tar.gz pokeyellow-084384fea927b64632ca0970624a1ee1f7f19ea0.tar.xz pokeyellow-084384fea927b64632ca0970624a1ee1f7f19ea0.zip | |
Ledges
Diffstat (limited to 'main.asm')
| -rwxr-xr-x | main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |
