Rename some call/jump script commands to avoid confusion with jr/jp asm instructions

Fixes #580
This commit is contained in:
Rangi
2019-03-10 16:39:31 -04:00
parent e002b536af
commit f5c9958aea
164 changed files with 840 additions and 832 deletions

View File

@@ -281,7 +281,7 @@ CheckSpecialPhoneCall::
.script
pause 30
jump Script_ReceivePhoneCall
sjump Script_ReceivePhoneCall
.DoSpecialPhoneCall:
ld a, [wSpecialPhoneCallID]
@@ -378,7 +378,7 @@ Function90199:
ret
UnknownScript_0x90205:
ptcall wd002
memcall wPhoneScriptBank
return
UnknownScript_0x90209:
@@ -422,7 +422,7 @@ WrongNumber:
Script_ReceivePhoneCall:
refreshscreen
callasm RingTwice_StartCall
ptcall wPhoneScriptPointer
memcall wPhoneScriptPointer
waitbutton
callasm HangUp
closetext
@@ -431,7 +431,7 @@ Script_ReceivePhoneCall:
Script_SpecialBillCall::
callasm .LoadBillScript
jump Script_ReceivePhoneCall
sjump Script_ReceivePhoneCall
.LoadBillScript:
ld e, PHONE_BILL
@@ -440,7 +440,7 @@ Script_SpecialBillCall::
UnknownScript_0x90261:
callasm .LoadElmScript
pause 30
jump Script_ReceivePhoneCall
sjump Script_ReceivePhoneCall
.LoadElmScript:
ld e, PHONE_ELM