diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 23:08:50 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 23:08:50 -0400 |
| commit | 9835d77c286b51adbe9cd1606f7a6f06d0ebaf2d (patch) | |
| tree | fffb118079c24d7686882d94a0a3d475d1fe2cf6 /data/map_header_pointers.asm | |
| parent | Red's House 2F (diff) | |
| download | pokeyellow-9835d77c286b51adbe9cd1606f7a6f06d0ebaf2d.tar.gz pokeyellow-9835d77c286b51adbe9cd1606f7a6f06d0ebaf2d.tar.xz pokeyellow-9835d77c286b51adbe9cd1606f7a6f06d0ebaf2d.zip | |
Blue's House
Diffstat (limited to 'data/map_header_pointers.asm')
| -rw-r--r-- | data/map_header_pointers.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index 704e7c2d..eed956bf 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -37,9 +37,9 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw Route23_h dw Route24_h dw Route25_h - dw $40f6 ; dw RedsHouse1F_h - dw $40a4 ; dw RedsHouse2F_h - dw $5c2f ; dw BluesHouse_h + dw RedsHouse1F_h + dw RedsHouse2F_h + dw BluesHouse_h dw $4386 ; dw OaksLab_h ;id=40 dw $4251 ; dw ViridianPokecenter_h dw $4c6e ; dw ViridianMart_h |
