diff options
author | klektron <klektron@users.noreply.github.com> | 2020-12-25 20:21:36 +0100 |
---|---|---|
committer | klektron <klektron@users.noreply.github.com> | 2020-12-25 20:21:36 +0100 |
commit | a5f3795602f593e7584e6599eb2c91ad97ebe6a1 (patch) | |
tree | 415e02e6010ef4951b42fb3ac101885b4efe2b3d /scripts/PewterGym.asm | |
parent | d74ddccaee631d8f07bfbcf990c6b663827786e4 (diff) |
changed some more names
Diffstat (limited to 'scripts/PewterGym.asm')
-rwxr-xr-x | scripts/PewterGym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/PewterGym.asm b/scripts/PewterGym.asm index ba0bdd00..3a766d54 100755 --- a/scripts/PewterGym.asm +++ b/scripts/PewterGym.asm @@ -17,7 +17,7 @@ PewterGym_Script: jp LoadGymLeaderAndCityName .CityName: - db "PEWTER CITY@" + db "CIUDAD PLATEADA@" .LeaderName: db "BROCK@" |