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_pointers.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_pointers.asm')
-rwxr-xr-x | data/map_header_pointers.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index 771989a5..ef2b4e65 100755 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -239,8 +239,8 @@ MapHeaderPointers:: ; 01ae (0:01ae) dw SilphCoElevator_h dw SilphCo2_h ; unused dw SilphCo2_h ; unused - dw BattleCenterM_h - dw TradeCenterM_h + dw TradeCenter_h + dw Colosseum_h dw SilphCo2_h ; unused dw SilphCo2_h ; unused dw SilphCo2_h ; unused |