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 /text.asm | |
| parent | Comment naming screen (diff) | |
| download | pokeyellow-4670a1ddae02fd73d8c4826f9d9c9948820636a0.tar.gz pokeyellow-4670a1ddae02fd73d8c4826f9d9c9948820636a0.tar.xz pokeyellow-4670a1ddae02fd73d8c4826f9d9c9948820636a0.zip | |
Swap trade center and battle center
also rename battle center to colosseum
closes https://github.com/iimarckus/pokered/issues/102
Diffstat (limited to 'text.asm')
| -rw-r--r-- | text.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2494,11 +2494,11 @@ _DreamWasEatenText:: ; 94aec (25:4aec) line "dream was eaten!" prompt -_BattleCenterMText1:: ; 94b01 (25:4b01) +_TradeCenterText1:: ; 94b01 (25:4b01) text "!" done -_TradeCenterMText1:: ; 94b04 (25:4b04) +_ColosseumText1:: ; 94b04 (25:4b04) text "!" done |
