diff options
| author | YamaArashi <shadow962@live.com> | 2016-06-11 17:24:04 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-06-11 17:24:04 -0700 |
| commit | 7f34e28f242ee4d0caba0bd96b040811dcb86c50 (patch) | |
| tree | 8a61aee33d6b47e960dc71dbb89c096622bbdc95 /scripts/ssanne3.asm | |
| parent | crlf to lf (diff) | |
| download | pokeyellow-7f34e28f242ee4d0caba0bd96b040811dcb86c50.tar.gz pokeyellow-7f34e28f242ee4d0caba0bd96b040811dcb86c50.tar.xz pokeyellow-7f34e28f242ee4d0caba0bd96b040811dcb86c50.zip | |
remove address comments
Diffstat (limited to 'scripts/ssanne3.asm')
| -rwxr-xr-x | scripts/ssanne3.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/ssanne3.asm b/scripts/ssanne3.asm index 56cbdd9c..e681591a 100755 --- a/scripts/ssanne3.asm +++ b/scripts/ssanne3.asm @@ -1,9 +1,9 @@ -SSAnne3Script: ; 44932 (11:4932) +SSAnne3Script: jp EnableAutoTextBoxDrawing -SSAnne3TextPointers: ; 44935 (11:4935) +SSAnne3TextPointers: dw SSAnne3Text1 -SSAnne3Text1: ; 44937 (11:4937) +SSAnne3Text1: TX_FAR _SSAnne3Text1 db "@" |
