diff options
author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-12 10:26:00 -0500 |
---|---|---|
committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-12 11:00:25 -0500 |
commit | 3cd3efd06002a188cebf37d935411d7d73b153be (patch) | |
tree | 3409cc5c899838106f7da1451afb20a29c5ad32e /scripts/agatha.asm | |
parent | 39abace5694abf22efcd3efe2feaa0e03ec56b4b (diff) |
Name the last of unnamed text
Diffstat (limited to 'scripts/agatha.asm')
-rwxr-xr-x | scripts/agatha.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/agatha.asm b/scripts/agatha.asm index a8f9e137..f9f7fae1 100755 --- a/scripts/agatha.asm +++ b/scripts/agatha.asm @@ -119,7 +119,7 @@ AgathaScript2: ; 764ed (1d:64ed) AgathaTextPointers: ; 76505 (1d:6505) dw AgathaText1 - dw AgathaText2 + dw AgathaDontRunAwayText AgathaTrainerHeaders: ; 76509 (1d:6509) AgathaTrainerHeader0: ; 76509 (1d:6509) @@ -151,6 +151,6 @@ AgathaAfterBattleText: ; 7652a (1d:652a) TX_FAR _AgathaAfterBattleText db "@" -AgathaText2: ; 7652f (1d:652f) - TX_FAR _AgathaText2 +AgathaDontRunAwayText: ; 7652f (1d:652f) + TX_FAR _AgathaDontRunAwayText db "@" |