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:
@@ -430,7 +430,7 @@ IlexForestSignpost:
|
||||
IlexForestShrineScript:
|
||||
checkevent EVENT_FOREST_IS_RESTLESS
|
||||
iftrue .ForestIsRestless
|
||||
jump .DontDoCelebiEvent
|
||||
sjump .DontDoCelebiEvent
|
||||
|
||||
.ForestIsRestless:
|
||||
checkitem GS_BALL
|
||||
|
||||
Reference in New Issue
Block a user