From 6006a9df06cbe4228987a791aa522c01b1c49ddd Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Tue, 31 May 2016 22:41:22 -0400 Subject: Game Corner --- data/map_header_banks.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/map_header_banks.asm') diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index 11d2a28b..87388feb 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -135,7 +135,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(CeladonMansion5_h) db BANK(CeladonPokecenter_h) db BANK(CeladonGym_h) - db $12 ; db BANK(CeladonGameCorner_h) + db BANK(CeladonGameCorner_h) db $12 ; db BANK(CeladonMart5_h) db $12 ; db BANK(CeladonPrizeRoom_h) db $12 ; db BANK(CeladonDiner_h) -- cgit v1.3.1-sl0p