summaryrefslogtreecommitdiff
path: root/scripts/mtmoonpokecenter.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-06-11 17:10:37 -0500
committerdannye <corrnondacqb@yahoo.com>2016-06-11 17:10:37 -0500
commit401d6e7f36e86aa246a2c0591195e1f0f01e879f (patch)
tree1a8c702fa533d2923c952e9f6b69bb28d657e357 /scripts/mtmoonpokecenter.asm
parentc979b3bb03b121dd03a800df74144cd69a74601a (diff)
More syncing with pokered
from April 8, 2016 to present
Diffstat (limited to 'scripts/mtmoonpokecenter.asm')
-rwxr-xr-xscripts/mtmoonpokecenter.asm14
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/mtmoonpokecenter.asm b/scripts/mtmoonpokecenter.asm
index a2f2c82b..76cc472a 100755
--- a/scripts/mtmoonpokecenter.asm
+++ b/scripts/mtmoonpokecenter.asm
@@ -3,15 +3,15 @@ MtMoonPokecenterScript:
jp EnableAutoTextBoxDrawing
MtMoonPokecenterTextPointers:
- dw MtMoonPokecenterText1
+ dw MtMoonHealNurseText
dw MtMoonPokecenterText2
dw MtMoonPokecenterText3
- dw MtMoonPokecenterText4
+ dw MagikarpSalesmanText
dw MtMoonPokecenterText5
- dw MtMoonPokecenterText6
+ dw MtMoonTradeNurseText
dw MtMoonPokecenterText7
-MtMoonPokecenterText1:
+MtMoonHealNurseText:
TX_POKECENTER_NURSE
MtMoonPokecenterText2:
@@ -22,16 +22,16 @@ MtMoonPokecenterText3:
TX_FAR _MtMoonPokecenterText3
db "@"
-MtMoonPokecenterText4:
+MagikarpSalesmanText:
TX_ASM
- callab Func_f218c
+ callab MagikarpSalesman
jp TextScriptEnd
MtMoonPokecenterText5:
TX_FAR _MtMoonPokecenterText5
db "@"
-MtMoonPokecenterText6:
+MtMoonTradeNurseText:
TX_CABLE_CLUB_RECEPTIONIST
MtMoonPokecenterText7: