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 /scripts/battlecenterm.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 '')
| -rwxr-xr-x | scripts/tradecenter.asm (renamed from scripts/battlecenterm.asm) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/battlecenterm.asm b/scripts/tradecenter.asm index dcb20d83..0a5cc100 100755 --- a/scripts/battlecenterm.asm +++ b/scripts/tradecenter.asm @@ -1,4 +1,4 @@ -BattleCenterMScript: ; 4fd10 (13:7d10) +TradeCenterScript: ; 4fd10 (13:7d10) call EnableAutoTextBoxDrawing ld a, [$ffaa] cp $2 @@ -30,9 +30,9 @@ BattleCenterMScript: ; 4fd10 (13:7d10) ld [wSpriteStateData1 + $19], a ret -BattleCenterMTextPointers: ; 4fd4c (13:7d4c) - dw BattleCenterMText1 +TradeCenterTextPointers: ; 4fd4c (13:7d4c) + dw TradeCenterText1 -BattleCenterMText1: ; 4fd4e (13:7d4e) - TX_FAR _BattleCenterMText1 +TradeCenterText1: ; 4fd4e (13:7d4e) + TX_FAR _TradeCenterText1 db "@" |
