diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-28 17:16:06 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-28 17:16:06 -0400 |
commit | 40fce3a7d2959eaa2eaf38b3b9ff2bfc583c6e8d (patch) | |
tree | 50d85c2eb1c07d94f8390b86942055ebf8107be9 /data/map_header_pointers.asm | |
parent | ff62edda93b25a35dc6c3c795f5d568b382a4b5a (diff) |
Viridian pokecenter
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 eed956bf..9d358b2d 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -40,8 +40,8 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw RedsHouse1F_h dw RedsHouse2F_h dw BluesHouse_h - dw $4386 ; dw OaksLab_h ;id=40 - dw $4251 ; dw ViridianPokecenter_h + dw OaksLab_h ;id=40 + dw ViridianPokecenter_h dw $4c6e ; dw ViridianMart_h dw $4d6d ; dw School_h dw $4dc6 ; dw ViridianHouse_h |