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/safarizoneeast.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/safarizoneeast.asm')
| -rwxr-xr-x | scripts/safarizoneeast.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/safarizoneeast.asm b/scripts/safarizoneeast.asm index 55ea5aa6..25d0ee30 100755 --- a/scripts/safarizoneeast.asm +++ b/scripts/safarizoneeast.asm @@ -1,7 +1,7 @@ -SafariZoneEastScript: ; 4586b (11:586b) +SafariZoneEastScript: jp EnableAutoTextBoxDrawing -SafariZoneEastTextPointers: ; 4586e (11:586e) +SafariZoneEastTextPointers: dw PickUpItemText dw PickUpItemText dw PickUpItemText @@ -10,14 +10,14 @@ SafariZoneEastTextPointers: ; 4586e (11:586e) dw SafariZoneEastText6 dw SafariZoneEastText7 -SafariZoneEastText5: ; 4587c (11:587c) +SafariZoneEastText5: TX_FAR _SafariZoneEastText5 db "@" -SafariZoneEastText6: ; 45881 (11:5881) +SafariZoneEastText6: TX_FAR _SafariZoneEastText6 db "@" -SafariZoneEastText7: ; 45886 (11:5886) +SafariZoneEastText7: TX_FAR _SafariZoneEastText7 db "@" |
