summaryrefslogtreecommitdiff
path: root/maps/OaksLab.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-03-10 16:39:31 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2019-03-10 16:39:31 -0400
commitf5c9958aeaefde7f189402911f8ee1c54e6a2439 (patch)
tree2023784b811d49267fa9b1ac1f4e9d82c93c3d3d /maps/OaksLab.asm
parente002b536af8423f420e13e93d6c0e59f94ee5044 (diff)
Rename some call/jump script commands to avoid confusion with jr/jp asm instructions
Fixes #580
Diffstat (limited to 'maps/OaksLab.asm')
-rw-r--r--maps/OaksLab.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/OaksLab.asm b/maps/OaksLab.asm
index b2a765573..89b819b41 100644
--- a/maps/OaksLab.asm
+++ b/maps/OaksLab.asm
@@ -26,7 +26,7 @@ Oak:
readvar VAR_BADGES
ifequal NUM_BADGES, .OpenMtSilver
ifequal NUM_JOHTO_BADGES, .Complain
- jump .AhGood
+ sjump .AhGood
.CheckPokedex:
writetext OakLabDexCheckText
@@ -41,17 +41,17 @@ Oak:
writetext OakOpenMtSilverText
buttonsound
setevent EVENT_OPENED_MT_SILVER
- jump .CheckPokedex
+ sjump .CheckPokedex
.Complain:
writetext OakNoKantoBadgesText
buttonsound
- jump .CheckPokedex
+ sjump .CheckPokedex
.AhGood:
writetext OakYesKantoBadgesText
buttonsound
- jump .CheckPokedex
+ sjump .CheckPokedex
OaksAssistant1Script:
jumptextfaceplayer OaksAssistant1Text