From 6ddc1b23e39fbebfe7548df8aa269affa08e6255 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Tue, 31 May 2016 21:05:54 -0400 Subject: First four Celadon Mansion maps --- data/map_header_pointers.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/map_header_pointers.asm') diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index d5af332a..66feb76f 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -128,10 +128,10 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw CeladonMart4_h dw CeladonMartRoof_h dw CeladonMartElevator_h - dw $4593 ; dw CeladonMansion1_h - dw $465a ; dw CeladonMansion2_h - dw $46b0 ; dw CeladonMansion3_h ;id=130 - dw $4861 ; dw CeladonMansion4_h + dw CeladonMansion1_h + dw CeladonMansion2_h + dw CeladonMansion3_h ;id=130 + dw CeladonMansion4_h dw $5636 ; dw CeladonMansion5_h dw $48af ; dw CeladonPokecenter_h dw $4915 ; dw CeladonGym_h -- cgit v1.3.1-sl0p