Rename some call/jump script commands to avoid confusion with jr/jp asm instructions
Fixes #580
This commit is contained in:
@@ -65,7 +65,7 @@ SSAquaGranddaughterBefore:
|
||||
writetext SSAquaGranddaughterWasPlayingMText
|
||||
waitbutton
|
||||
closetext
|
||||
jump .cont
|
||||
sjump .cont
|
||||
|
||||
.PlayerIsFemale:
|
||||
opentext
|
||||
@@ -80,7 +80,7 @@ SSAquaGranddaughterBefore:
|
||||
buttonsound
|
||||
setevent EVENT_VERMILION_PORT_SAILOR_AT_GANGWAY
|
||||
setmapscene FAST_SHIP_1F, SCENE_DEFAULT
|
||||
jump SSAquaMetalCoatAndDocking
|
||||
sjump SSAquaMetalCoatAndDocking
|
||||
|
||||
SSAquaGrandpa:
|
||||
faceplayer
|
||||
|
Reference in New Issue
Block a user