diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 17:21:19 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 17:21:19 -0400 |
commit | 4ce718ca8de82bfae075ccfada82368e2d0fd75a (patch) | |
tree | 7d8c86a64501caf40f6ba700b435aef02633b989 /data/map_header_pointers.asm | |
parent | 3ebb84d4c5cb8f37831a1c8c93c31f8d0715a6d0 (diff) |
Underground Paths
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 10db2aba..9809a532 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -119,9 +119,9 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw Lance_h ; unused dw Lance_h ; unused dw HallofFameRoom_h - dw $5f31 ; dw UndergroundPathNS_h + dw UndergroundPathNS_h dw Gary_h ;id=120 - dw $5f55 ; dw UndergroundPathWE_h + dw UndergroundPathWE_h dw $42b7 ; dw CeladonMart1_h dw $60d9 ; dw CeladonMart2_h dw $4157 ; dw CeladonMart3_h |