diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-06-11 17:10:37 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-06-11 17:10:37 -0500 |
commit | 401d6e7f36e86aa246a2c0591195e1f0f01e879f (patch) | |
tree | 1a8c702fa533d2923c952e9f6b69bb28d657e357 /scripts/pewterpokecenter.asm | |
parent | c979b3bb03b121dd03a800df74144cd69a74601a (diff) |
More syncing with pokered
from April 8, 2016 to present
Diffstat (limited to 'scripts/pewterpokecenter.asm')
-rwxr-xr-x | scripts/pewterpokecenter.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/scripts/pewterpokecenter.asm b/scripts/pewterpokecenter.asm index 2d7f8713..78bfc9fa 100755 --- a/scripts/pewterpokecenter.asm +++ b/scripts/pewterpokecenter.asm @@ -6,26 +6,26 @@ PewterPokecenterScript: ret PewterPokecenterTextPointers: - dw PewterPokecenterText1 + dw PewterHealNurseText dw PewterPokecenterText2 - dw PewterPokecenterText3 - dw PewterPokecenterText4 + dw PewterJigglypuffText + dw PewterTradeNurseText dw PewterPokecenterText5 dw PewterPokecenterText6 -PewterPokecenterText1: +PewterHealNurseText: TX_POKECENTER_NURSE PewterPokecenterText2: - TX_FAR _PewterPokecenterText1 + TX_FAR _PewterPokecenterText2 db "@" -PewterPokecenterText3: +PewterJigglypuffText: TX_ASM - callba Func_f1da4 + callba PewterJigglypuff jp TextScriptEnd -PewterPokecenterText4: +PewterTradeNurseText: TX_CABLE_CLUB_RECEPTIONIST PewterPokecenterText5: |