diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 14:49:09 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 14:49:09 -0400 |
commit | 76aba242515e5ed5528758f8c5f279e9eefa71cd (patch) | |
tree | 9a3a99c0942b5cc8ecd96311ce0bb4513ce38d42 /data/map_header_pointers.asm | |
parent | f2b312778d2227ffe20c983680f0fba2c38a64a8 (diff) |
Route 6 underground entrance
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 1f3f9a63..7cd69725 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -74,8 +74,8 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw UndergroundPathEntranceRoute5_h dw DayCareM_h dw Route6Gate_h - dw $55ee ; dw UndergroundPathEntranceRoute6_h - dw $55ee ; dw UndergroundPathEntranceRoute6_h ; unused + dw UndergroundPathEntranceRoute6_h + dw UndergroundPathEntranceRoute6_h ; unused dw $59fe ; dw Route7Gate_h dw $562b ; dw UndergroundPathEntranceRoute7_h dw $5668 ; dw UndergroundPathEntranceRoute7Copy_h |