aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/battlecenterm.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-07-16 23:21:57 -0500
committerdannye <corrnondacqb@yahoo.com>2015-07-16 23:21:57 -0500
commit4670a1ddae02fd73d8c4826f9d9c9948820636a0 (patch)
tree42f3a4c0861f920a88254cd13d8ec05a0f9a7238 /scripts/battlecenterm.asm
parentComment naming screen (diff)
downloadpokeyellow-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-xscripts/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 "@"