diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-07-16 23:21:57 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-07-16 23:21:57 -0500 |
commit | 4670a1ddae02fd73d8c4826f9d9c9948820636a0 (patch) | |
tree | 42f3a4c0861f920a88254cd13d8ec05a0f9a7238 /data/map_header_banks.asm | |
parent | b1cb3788938fa981e65619f022a41f1c1d91ae3b (diff) |
Swap trade center and battle center
also rename battle center to colosseum
closes https://github.com/iimarckus/pokered/issues/102
Diffstat (limited to 'data/map_header_banks.asm')
-rwxr-xr-x | data/map_header_banks.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index f6bd8d99..ed120d75 100755 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -239,8 +239,8 @@ MapHeaderBanks: ; c23d (3:423d) db BANK(SilphCoElevator_h) db $11 db $11 - db BANK(BattleCenterM_h) - db BANK(TradeCenterM_h) + db BANK(TradeCenter_h) + db BANK(Colosseum_h) db $11 db $11 db $11 |