diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-02 10:31:43 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-02 10:31:43 -0400 |
commit | 9a815ac80ae7b31ca21c6f17e7705002f5f2b646 (patch) | |
tree | c19c2248db849e5d6bab8fa6a3e85d2daa364655 /data/map_header_pointers.asm | |
parent | 5e0709b60fde9c43624b469e2f675d53bc3585ed (diff) |
Vermilion House 2, Fuchsia House 3, and Mansion 1F
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 66dbf886..b73fd43c 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -163,9 +163,9 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw SeafoamIslands3_h ;id=160 dw SeafoamIslands4_h dw SeafoamIslands5_h - dw $6054 ; dw VermilionHouse2_h - dw $6160 ; dw FuchsiaHouse3_h - dw $4344 ; dw Mansion1_h + dw VermilionHouse2_h + dw FuchsiaHouse3_h + dw Mansion1_h dw $4ee6 ; dw CinnabarGym_h dw $53fb ; dw Lab1_h dw $5490 ; dw Lab2_h |