diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-07-22 18:10:44 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-07-22 18:10:44 +0200 |
commit | c15b4070fb4805e3a1d81e22c858136302a04c9e (patch) | |
tree | 65922eb5a0915e51a74f2cfb22efea11392e61c1 /src/engine/effect_functions.asm | |
parent | 3f1cda3933a5d474017d3b5af9193e71a88801c3 (diff) |
Document more serial functions
Diffstat (limited to 'src/engine/effect_functions.asm')
-rw-r--r-- | src/engine/effect_functions.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/effect_functions.asm b/src/engine/effect_functions.asm index 0f9bd72..d699851 100644 --- a/src/engine/effect_functions.asm +++ b/src/engine/effect_functions.asm @@ -108,10 +108,10 @@ PlaceTextItemsc: push de push af ld a, $11 - call SetDuelAIAction + call SetAIAction_SerialSendDuelData pop af pop de - call Func_0fac + call SerialSend8Bytes call TossCoinATimes ret ; 0x2c09c |