summaryrefslogtreecommitdiff
path: root/maps/Route45.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/Route45.asm')
-rw-r--r--maps/Route45.asm22
1 files changed, 11 insertions, 11 deletions
diff --git a/maps/Route45.asm b/maps/Route45.asm
index 6806683cc..a4a962608 100644
--- a/maps/Route45.asm
+++ b/maps/Route45.asm
@@ -78,48 +78,48 @@ TrainerBlackbeltKenji:
sjump Route45PackFullM
Route45AskNumber1M:
- jumpstd asknumber1m
+ jumpstd AskNumber1MScript
end
Route45AskNumber2M:
- jumpstd asknumber2m
+ jumpstd AskNumber2MScript
end
Route45RegisteredNumberM:
- jumpstd registerednumberm
+ jumpstd RegisteredNumberMScript
end
Route45NumberAcceptedM:
- jumpstd numberacceptedm
+ jumpstd NumberAcceptedMScript
end
Route45NumberDeclinedM:
- jumpstd numberdeclinedm
+ jumpstd NumberDeclinedMScript
end
Route45PhoneFullM:
- jumpstd phonefullm
+ jumpstd PhoneFullMScript
end
Route45RematchM:
- jumpstd rematchm
+ jumpstd RematchMScript
end
Route45GiftM:
- jumpstd giftm
+ jumpstd GiftMScript
end
Route45PackFullM:
- jumpstd packfullm
+ jumpstd PackFullMScript
end
HikerParryHasIron:
setevent EVENT_PARRY_IRON
- jumpstd packfullm
+ jumpstd PackFullMScript
end
Route45RematchGiftM:
- jumpstd rematchgiftm
+ jumpstd RematchGiftMScript
end
TrainerHikerErik: