diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 22:45:40 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 22:45:40 -0400 |
| commit | d04de35b9229a1891ceb03e13605f3438f5a7de0 (patch) | |
| tree | af2ef53550569f039e9813390f468cc4fdbbf6a3 /main.asm | |
| parent | Red's House 1F (diff) | |
| download | pokeyellow-d04de35b9229a1891ceb03e13605f3438f5a7de0.tar.gz pokeyellow-d04de35b9229a1891ceb03e13605f3438f5a7de0.tar.xz pokeyellow-d04de35b9229a1891ceb03e13605f3438f5a7de0.zip | |
Red's House 2F
Diffstat (limited to 'main.asm')
| -rwxr-xr-x | main.asm | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -976,7 +976,14 @@ INCLUDE "engine/overworld/saffron_guards.asm" SECTION "bank17",ROMX,BANK[$17] - dr $5c000,$5da70 + dr $5c000,$5c010 +RedsHouse2FBlocks: +INCBIN "maps/redshouse2f.blk" + dr $5c020,$5c0a4 +INCLUDE "data/mapHeaders/redshouse2f.asm" +INCLUDE "scripts/redshouse2f.asm" +INCLUDE "data/mapObjects/redshouse2f.asm" + dr $5c0d4,$5da70 INCLUDE "engine/evolution.asm" |
