diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 09:38:27 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 09:38:27 -0400 |
commit | 4878c118567df8a97e2a796c1c755f2311d955a7 (patch) | |
tree | 9ba526dc9150d6aad2f0fcf6cefb277963b870af /data/map_header_pointers.asm | |
parent | 40f0dba6c17116c61ce4935663bf1a79485edee9 (diff) |
Route 25 scripts
Diffstat (limited to 'data/map_header_pointers.asm')
-rw-r--r-- | data/map_header_pointers.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index adbe374b..6721a8a5 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -35,8 +35,8 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw $500f ; dw Route21_h dw $4000 ; dw Route22_h dw $433f ; dw Route23_h - dw $4682 ; dw Route24_h - dw $47a1 ; dw Route25_h + dw Route24_h + dw Route25_h dw $40f6 ; dw RedsHouse1F_h dw $40a4 ; dw RedsHouse2F_h dw $5c2f ; dw BluesHouse_h |