diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-02 10:18:22 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-02 10:18:22 -0400 |
commit | 5e0709b60fde9c43624b469e2f675d53bc3585ed (patch) | |
tree | 46f481783b4fad19d1e01f52439fc39582c1f615 /data | |
parent | a2befe3463baee7a9e935b5d0caef3744f7371f3 (diff) |
Seafoam Islands 2-5
Diffstat (limited to 'data')
-rw-r--r-- | data/map_header_banks.asm | 8 | ||||
-rw-r--r-- | data/map_header_pointers.asm | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index 4ae6db8a..aa40d21b 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -159,10 +159,10 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(SafariZoneEntrance_h) db BANK(FuchsiaGym_h) db BANK(FuchsiaMeetingRoom_h) - db $11 ; db BANK(SeafoamIslands2_h) - db $11 ; db BANK(SeafoamIslands3_h) - db $11 ; db BANK(SeafoamIslands4_h) - db $11 ; db BANK(SeafoamIslands5_h) + db BANK(SeafoamIslands2_h) + db BANK(SeafoamIslands3_h) + db BANK(SeafoamIslands4_h) + db BANK(SeafoamIslands5_h) db $15 ; db BANK(VermilionHouse2_h) db $15 ; db BANK(FuchsiaHouse3_h) db $11 ; db BANK(Mansion1_h) diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index f1ca177b..66dbf886 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -159,10 +159,10 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw SafariZoneEntrance_h dw FuchsiaGym_h dw FuchsiaMeetingRoom_h - dw $6578 ; dw SeafoamIslands2_h - dw $66b4 ; dw SeafoamIslands3_h ;id=160 - dw $67f0 ; dw SeafoamIslands4_h - dw $69fc ; dw SeafoamIslands5_h + dw SeafoamIslands2_h + 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 |