diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 18:25:34 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 18:25:34 -0400 |
commit | faaf1c434677274e5e607a6e369eb8d4ff58442c (patch) | |
tree | 64a27dec53ed653708010ffb99772c1a1bcbcaaf /data/map_header_pointers.asm | |
parent | d00b70b33ee909ad163f2cb1c639ce799db118d0 (diff) |
Routes 11 and 12 gates
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 c8e41d14..5f60a56d 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -84,10 +84,10 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw RockTunnelPokecenter_h dw RockTunnel1_h dw PowerPlant_h - dw $5396 ; dw Route11Gate_h + dw Route11Gate_h dw DiglettsCaveEntranceRoute11_h - dw $53de ; dw Route11GateUpstairs_h - dw $548f ; dw Route12Gate_h + dw Route11GateUpstairs_h + dw Route12Gate_h dw $606e ; dw BillsHouse_h dw $4865 ; dw VermilionPokecenter_h dw $5a00 ; dw FanClub_h ;id=90 |