diff options
| author | YamaArashi <shadow962@live.com> | 2016-06-11 17:30:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-11 17:30:20 -0700 |
| commit | 7e12ca56a8d04d33f3945bb5b981c311fcdd44ef (patch) | |
| tree | 8a61aee33d6b47e960dc71dbb89c096622bbdc95 /scripts/tradecenter.asm | |
| parent | Implement handy text macros from yellow (diff) | |
| parent | remove address comments (diff) | |
| download | pokeyellow-7e12ca56a8d04d33f3945bb5b981c311fcdd44ef.tar.gz pokeyellow-7e12ca56a8d04d33f3945bb5b981c311fcdd44ef.tar.xz pokeyellow-7e12ca56a8d04d33f3945bb5b981c311fcdd44ef.zip | |
Merge pull request #133 from YamaArashi/master
Remove address comments
Diffstat (limited to 'scripts/tradecenter.asm')
| -rwxr-xr-x | scripts/tradecenter.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/tradecenter.asm b/scripts/tradecenter.asm index 22a61095..a200e719 100755 --- a/scripts/tradecenter.asm +++ b/scripts/tradecenter.asm @@ -1,4 +1,4 @@ -TradeCenterScript: ; 4fd10 (13:7d10) +TradeCenterScript: call EnableAutoTextBoxDrawing ld a, [$ffaa] cp $2 @@ -30,9 +30,9 @@ TradeCenterScript: ; 4fd10 (13:7d10) ld [wSpriteStateData1 + $19], a ret -TradeCenterTextPointers: ; 4fd4c (13:7d4c) +TradeCenterTextPointers: dw TradeCenterText1 -TradeCenterText1: ; 4fd4e (13:7d4e) +TradeCenterText1: TX_FAR _TradeCenterText1 db "@" |
