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/safarizonewest.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/safarizonewest.asm')
| -rwxr-xr-x | scripts/safarizonewest.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/safarizonewest.asm b/scripts/safarizonewest.asm index db2c6427..81190c4c 100755 --- a/scripts/safarizonewest.asm +++ b/scripts/safarizonewest.asm @@ -1,7 +1,7 @@ -SafariZoneWestScript: ; 4a1b5 (12:61b5) +SafariZoneWestScript: jp EnableAutoTextBoxDrawing -SafariZoneWestTextPointers: ; 4a1b8 (12:61b8) +SafariZoneWestTextPointers: dw PickUpItemText dw PickUpItemText dw PickUpItemText @@ -11,18 +11,18 @@ SafariZoneWestTextPointers: ; 4a1b8 (12:61b8) dw SafariZoneWestText7 dw SafariZoneWestText8 -SafariZoneWestText5: ; 4a1c8 (12:61c8) +SafariZoneWestText5: TX_FAR _SafariZoneWestText5 db "@" -SafariZoneWestText6: ; 4a1cd (12:61cd) +SafariZoneWestText6: TX_FAR _SafariZoneWestText6 db "@" -SafariZoneWestText7: ; 4a1d2 (12:61d2) +SafariZoneWestText7: TX_FAR _SafariZoneWestText7 db "@" -SafariZoneWestText8: ; 4a1d7 (12:61d7) +SafariZoneWestText8: TX_FAR _SafariZoneWestText8 db "@" |
