mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
f5c9958aea
Fixes #580
10 lines
299 B
NASM
10 lines
299 B
NASM
KenjiPhoneCalleeScript:
|
|
gettrainername STRING_BUFFER_3, BLACKBELT_T, KENJI3
|
|
farscall PhoneScript_AnswerPhone_Male
|
|
farsjump KenjiAnswerPhoneScript
|
|
|
|
KenjiPhoneCallerScript:
|
|
gettrainername STRING_BUFFER_3, BLACKBELT_T, KENJI3
|
|
farscall PhoneScript_GreetPhone_Male
|
|
farsjump KenjiCallingPhoneScript
|