From 717ee9ff15c28afb84b1977fe1654ec68c2ef9af Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Tue, 31 May 2016 22:05:54 -0400 Subject: Celadon Gym --- data/map_header_banks.asm | 2 +- data/map_header_pointers.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index 06432efe..11d2a28b 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -134,7 +134,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(CeladonMansion4_h) db BANK(CeladonMansion5_h) db BANK(CeladonPokecenter_h) - db $12 ; db BANK(CeladonGym_h) + db BANK(CeladonGym_h) db $12 ; db BANK(CeladonGameCorner_h) db $12 ; db BANK(CeladonMart5_h) db $12 ; db BANK(CeladonPrizeRoom_h) diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index 0556b7a2..bacc67e3 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -134,7 +134,7 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw CeladonMansion4_h dw CeladonMansion5_h dw CeladonPokecenter_h - dw $4915 ; dw CeladonGym_h + dw CeladonGym_h dw $4bc8 ; dw CeladonGameCorner_h dw $507f ; dw CeladonMart5_h dw $5107 ; dw CeladonPrizeRoom_h -- cgit v1.2.3