diff options
| author | dannye <corrnondacqb@yahoo.com> | 2016-07-18 01:17:03 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2016-07-18 01:17:03 -0500 |
| commit | 80bae03975a84dadf080c79f52216866dd410cf8 (patch) | |
| tree | 282a30407e6d6f9e8aa6e665ebf0e826ccc79569 /engine/trade2.asm | |
| parent | Remove the last address comments (diff) | |
| download | pokeyellow-80bae03975a84dadf080c79f52216866dd410cf8.tar.gz pokeyellow-80bae03975a84dadf080c79f52216866dd410cf8.tar.xz pokeyellow-80bae03975a84dadf080c79f52216866dd410cf8.zip | |
Clean up text commands
Diffstat (limited to 'engine/trade2.asm')
| -rwxr-xr-x | engine/trade2.asm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/engine/trade2.asm b/engine/trade2.asm index 16d07b17..062d5285 100755 --- a/engine/trade2.asm +++ b/engine/trade2.asm @@ -43,7 +43,6 @@ Trade_PrintEnemyMonInfoText: jp PrintNumber Trade_MonInfoText: - db "──",$74,$F2,$4E - db $4E - db "OT/",$4E - db $73,"№",$F2,"@" + db "──№⠄",$4E + next "OT/" + next $73,"№⠄","@" |
