You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Rename some call/jump script commands to avoid confusion with jr/jp asm instructions
Fixes #580
This commit is contained in:
@@ -20,7 +20,7 @@ Route35NationalParkGate_MapScripts:
|
||||
end
|
||||
|
||||
.LeaveContestEarly:
|
||||
priorityjump .LeavingContestEarly
|
||||
prioritysjump .LeavingContestEarly
|
||||
end
|
||||
|
||||
.CheckIfContestRunning:
|
||||
@@ -146,7 +146,7 @@ Route35NationalParkGate_LessThanFullParty:
|
||||
playsound SFX_GOT_SAFARI_BALLS
|
||||
waitsfx
|
||||
buttonsound
|
||||
jump Route35NationalParkGate_OkayToProceed
|
||||
sjump Route35NationalParkGate_OkayToProceed
|
||||
|
||||
Route35NationalParkGate_DeclinedToParticipate:
|
||||
writetext UnknownText_0x6a5dc
|
||||
|
||||
Reference in New Issue
Block a user