aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/TradeCenter.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/TradeCenter.asm')
-rw-r--r--scripts/TradeCenter.asm9
1 files changed, 5 insertions, 4 deletions
diff --git a/scripts/TradeCenter.asm b/scripts/TradeCenter.asm
index dbed79c1..d7e7c54c 100644
--- a/scripts/TradeCenter.asm
+++ b/scripts/TradeCenter.asm
@@ -7,7 +7,7 @@ TradeCenter_Script:
ld a, SPRITE_FACING_RIGHT
.next
ldh [hSpriteFacingDirection], a
- ld a, $1
+ ld a, TRADECENTER_OPPONENT
ldh [hSpriteIndex], a
call SetSpriteFacingDirection
ld hl, wd72d
@@ -31,8 +31,9 @@ TradeCenter_Script:
ret
TradeCenter_TextPointers:
- dw TradeCenterText1
+ def_text_pointers
+ dw_const TradeCenterOpponentText, TEXT_TRADECENTER_OPPONENT
-TradeCenterText1:
- text_far _TradeCenterText1
+TradeCenterOpponentText:
+ text_far _TradeCenterOpponentText
text_end